Sha256: a84e84e6343be6a8b27c15d102fcf14b5c8738c875a07890a76f56300813dbed

Contents?: true

Size: 682 Bytes

Versions: 28

Compression:

Stored size: 682 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': 'target1',
      'type': 'none',
      'sources': [
        '../touch.py'
      ],
      'rules': [
        {
          'rule_name': 'rule1',
          'extension': 'py',
          'inputs': [],
          'outputs': [
            'rule.txt',
          ],
          'action': [
            'python', '../touch.py', '<(_outputs)',
          ],
          # Allows the test to run without hermetic cygwin on windows.
          'msvs_cygwin_shell': 0,
        },
      ],
    },
  ],
}

Version data entries

28 entries across 28 versions & 5 rubygems

Version Path
libv8-3.16.14.7 vendor/gyp/test/same-rule-output-file-name/src/subdir1/subdir1.gyp
libv8-3.16.14.6 vendor/gyp/test/same-rule-output-file-name/src/subdir1/subdir1.gyp
libv8-3.16.14.5 vendor/gyp/test/same-rule-output-file-name/src/subdir1/subdir1.gyp
libv8-3.16.14.4 vendor/gyp/test/same-rule-output-file-name/src/subdir1/subdir1.gyp
libv8-3.16.14.3 vendor/gyp/test/same-rule-output-file-name/src/subdir1/subdir1.gyp
libv8-3.16.14.2 vendor/gyp/test/same-rule-output-file-name/src/subdir1/subdir1.gyp
libv8-3.16.14.1 vendor/v8/build/gyp/test/same-rule-output-file-name/src/subdir1/subdir1.gyp
libv8-3.16.14.0 vendor/v8/build/gyp/test/same-rule-output-file-name/src/subdir1/subdir1.gyp