Sha256: 4c8c53276377c6cf2d22f141a1698d92d00579e23db0cef7d9f87cea9e19b0cb

Contents?: true

Size: 790 Bytes

Versions: 44

Compression:

Stored size: 790 Bytes

Contents

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

# Test that the case where there are no inputs (other than the
# file the rule applies to).
{
  'targets': [
    {
      'target_name': 'files_no_input',
      'type': 'none',
      'msvs_cygwin_shell': 0,
      'sources': [
        'file1.in',
        'file2.in',
      ],
      'rules': [
        {
          'rule_name': 'copy_file2',
          'extension': 'in',
          'outputs': [
            '<(RULE_INPUT_ROOT).out2',
          ],
          'action': [
            'python', '../copy-file.py', '<(RULE_INPUT_PATH)', '<@(_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/src/subdir2/no_inputs.gyp
libv8-3.11.8.1 vendor/v8/build/gyp/test/rules/src/subdir2/no_inputs.gyp
libv8-3.11.8.0 vendor/v8/build/gyp/test/rules/src/subdir2/no_inputs.gyp
libv8-3.10.8.0 vendor/v8/build/gyp/test/rules/src/subdir2/no_inputs.gyp