Sha256: ae312d362ea139de9aeb59eede18aa20258ba17c67d475007e3c212496ec29ec

Contents?: true

Size: 694 Bytes

Versions: 44

Compression:

Stored size: 694 Bytes

Contents

{
  'targets': [
    {
      'target_name': 'program',
      'type': 'executable',
      'msvs_cygwin_shell': 0,
      'sources': [
        'main.c',
        'prog1.in',
        'prog2.in',
      ],
      'rules': [
        {
          'rule_name': 'make_sources',
          'extension': 'in',
          'inputs': [
            'make-sources.py',
          ],
          'outputs': [
            '<(INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).c',
            '<(INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).h',
          ],
          'action': [
            'python', '<(_inputs)', '<(RULE_INPUT_NAME)', '<@(_outputs)',
          ],
          'process_outputs_as_sources': 1,
        },
      ],
    },
  ],
}

Version data entries

44 entries across 44 versions & 7 rubygems

Version Path
libv8-3.11.8.3 vendor/v8/build/gyp/test/rules-rebuild/src/same_target.gyp
libv8-3.11.8.1 vendor/v8/build/gyp/test/rules-rebuild/src/same_target.gyp
libv8-3.11.8.0 vendor/v8/build/gyp/test/rules-rebuild/src/same_target.gyp
libv8-3.10.8.0 vendor/v8/build/gyp/test/rules-rebuild/src/same_target.gyp