Sha256: d291cd6fa66fad0394959cfd0695c6901c3cbcc1596c0bf960c1275e0a0a278c

Contents?: true

Size: 399 Bytes

Versions: 44

Compression:

Stored size: 399 Bytes

Contents

# Copyright (c) 2009 Google Inc. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

{
  'variables': {
    'value%': '5',
  },
  'targets': [
    {
      'target_name': 'defines',
      'type': 'executable',
      'sources': [
        'defines.c',
      ],
      'defines': [
        'VALUE=<(value)',
      ],
    },
  ],
}

Version data entries

44 entries across 44 versions & 7 rubygems

Version Path
libv8-3.11.8.3 vendor/v8/build/gyp/test/defines/defines-env.gyp
libv8-3.11.8.1 vendor/v8/build/gyp/test/defines/defines-env.gyp
libv8-3.11.8.0 vendor/v8/build/gyp/test/defines/defines-env.gyp
libv8-3.10.8.0 vendor/v8/build/gyp/test/defines/defines-env.gyp