Sha256: ba4b39e442f6947e2699cd9e7138d41a11ca892c35610b96a0d7cdf74d973a8a

Contents?: true

Size: 1.32 KB

Versions: 28

Compression:

Stored size: 1.32 KB

Contents

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

{
  'target_defaults': {
    # This test shouldn't ever actually need to execute its rules: there's no
    # command line that generates any output anyway. However, there's something
    # slightly broken in either ninja or (maybe more likely?) on the win32 VM
    # gypbots that breaks dependency checking and causes this rule to want to
    # run. When it does run, the cygwin path is wrong, so the do-nothing step
    # fails.
    # TODO: Investigate and fix whatever's actually failing and remove this.
    'msvs_cygwin_dirs': ['../../../../../../<(DEPTH)/third_party/cygwin'],
  },
  'targets': [
    {
      'target_name': 'all_rule_variables',
      'type': 'executable',
      'sources': [
        'subdir/test.c',
      ],
      'rules': [
        {
          'rule_name': 'rule_variable',
          'extension': 'c',
          'outputs': [
            '<(RULE_INPUT_ROOT).input_root.c',
            '<(RULE_INPUT_DIRNAME)/input_dirname.c',
            'input_path/<(RULE_INPUT_PATH)',
            'input_ext<(RULE_INPUT_EXT)',
            'input_name/<(RULE_INPUT_NAME)',
          ],
          'action': [],
          'process_outputs_as_sources': 1,
        },
      ],
    },
  ],
}

Version data entries

28 entries across 28 versions & 5 rubygems

Version Path
libv8-3.16.14.19.1 vendor/gyp/test/rules-variables/src/variables.gyp
mt-libuv-4.1.04 ext/gyp/test/rules-variables/src/variables.gyp
mt-libuv-4.1.03 ext/gyp/test/rules-variables/src/variables.gyp
mt-libuv-4.1.02 ext/gyp/test/rules-variables/src/variables.gyp
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/rules-variables/src/variables.gyp
libv8-3.16.14.19 vendor/gyp/test/rules-variables/src/variables.gyp
libv8-3.16.14.18 vendor/gyp/test/rules-variables/src/variables.gyp
tree-sitter-0.0.1 ext/tree-sitter/tree-sitter/externals/gyp/test/rules-variables/src/variables.gyp
arcabouco-0.2.13 vendor/bundle/gems/libv8-3.16.14.17/vendor/gyp/test/rules-variables/src/variables.gyp
libv8-3.16.14.17 vendor/gyp/test/rules-variables/src/variables.gyp
libv8-3.16.14.16 vendor/gyp/test/rules-variables/src/variables.gyp
libv8-3.16.14.15 vendor/gyp/test/rules-variables/src/variables.gyp
libv8-3.16.14.14 vendor/gyp/test/rules-variables/src/variables.gyp
libv8-tmpfork-3.16.14.13 vendor/gyp/test/rules-variables/src/variables.gyp
libv8-3.16.14.13 vendor/gyp/test/rules-variables/src/variables.gyp
libv8-3.16.14.12 vendor/gyp/test/rules-variables/src/variables.gyp
libv8-3.16.14.11 vendor/gyp/test/rules-variables/src/variables.gyp
libv8-3.16.14.10 vendor/gyp/test/rules-variables/src/variables.gyp
libv8-3.16.14.8 vendor/gyp/test/rules-variables/src/variables.gyp
libv8-3.16.14.8.rc1 vendor/gyp/test/rules-variables/src/variables.gyp