Sha256: 7723afa49f3eaf32f70d550f36999ac54b2cabdf410434c041b3b154a380c260

Contents?: true

Size: 990 Bytes

Versions: 4

Compression:

Stored size: 990 Bytes

Contents

# Copyright 2014 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': 'refs_to_shard_external_lib',
      'type': 'static_library',
      'dependencies': [
        # Make sure references in other files are updated correctly.
        'shard.gyp:shard',
      ],
      'sources': [
        'hello.cc',
      ],
    },
    {
      'target_name': 'refs_to_shard_external_exe',
      'type': 'executable',
      'dependencies': [
        # Make sure references in other files are updated correctly.
        'shard.gyp:shard',
      ],
      'sources': [
        'hello.cc',
      ],
    },
    {
      'target_name': 'refs_to_shard_external_dll',
      'type': 'shared_library',
      'dependencies': [
        # Make sure references in other files are updated correctly.
        'shard.gyp:shard',
      ],
      'sources': [
        'hello.cc',
      ],
    },
  ]
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
mt-libuv-4.1.04 ext/gyp/test/win/shard/shard_ref.gyp
mt-libuv-4.1.03 ext/gyp/test/win/shard/shard_ref.gyp
mt-libuv-4.1.02 ext/gyp/test/win/shard/shard_ref.gyp
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/win/shard/shard_ref.gyp