Sha256: 61309377ee974d72cbaa83c4a3173dc5d6581540e0b30701a347026fd3548a48

Contents?: true

Size: 734 Bytes

Versions: 4

Compression:

Stored size: 734 Bytes

Contents

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

{
  'variables': {
    'trailing_dir_path': '../',
   },
  'targets': [
    {
      'target_name': 'foo',
      'type': 'static_library',
      'sources': [
        'subdir_source.c',
        '<(trailing_dir_path)/parent_source.c',
      ],
    },
    {
      'target_name': 'subdir2a',
      'type': 'static_library',
      'sources': [
        'subdir2_source.c',
      ],
      'dependencies': [
        'subdir2b',
      ],
    },
    {
      'target_name': 'subdir2b',
      'type': 'static_library',
      'sources': [
        'subdir2b_source.c',
      ],
    },
  ],
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
mt-libuv-4.1.04 ext/gyp/test/analyzer/subdir/subdir.gyp
mt-libuv-4.1.03 ext/gyp/test/analyzer/subdir/subdir.gyp
mt-libuv-4.1.02 ext/gyp/test/analyzer/subdir/subdir.gyp
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/analyzer/subdir/subdir.gyp