Sha256: 11d4b1d930767b14e540abeb54dcd0d766163f11511e0ce0e5fceaef5b964304

Contents?: true

Size: 412 Bytes

Versions: 44

Compression:

Stored size: 412 Bytes

Contents

# Copyright (c) 2012 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.

{
  'targets': [
    {
      'target_name': 'hello',
      'type': 'executable',
      'sources': [
        'hello.cpp',
        'hello_mac.cpp',
      ],
      'conditions': [
        ['OS!="mac"', {'sources!': ['hello_mac.cpp']}],
      ]
    },
  ],
}

Version data entries

44 entries across 44 versions & 7 rubygems

Version Path
libv8-3.11.8.3 vendor/v8/build/gyp/test/msvs/list_excluded/hello_exclude.gyp
libv8-3.11.8.1 vendor/v8/build/gyp/test/msvs/list_excluded/hello_exclude.gyp
libv8-3.11.8.0 vendor/v8/build/gyp/test/msvs/list_excluded/hello_exclude.gyp
libv8-3.10.8.0 vendor/v8/build/gyp/test/msvs/list_excluded/hello_exclude.gyp