Sha256: 3040650efa9527733c6c388d715c59415cad658a02c06030f3e9b901e5f82522

Contents?: true

Size: 994 Bytes

Versions: 28

Compression:

Stored size: 994 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.

# Test the case where there's no action but there are input rules that should
# be processed results in a gyp failure.
{
  'targets': [
    {
      'target_name': 'extension_does_match_sources_but_no_action',
      'type': 'none',
      'msvs_cygwin_shell': 0,
      'sources': [
        'file1.in',
      ],
      'rules': [
        {
          'rule_name': 'assembled',
          'extension': 'in',
          'outputs': [
            '<(RULE_INPUT_ROOT).in',
          ],
          'conditions': [
            # Always fails.
            [ '"true"=="false"', {
              'action': [
                'python', '../copy-file.py', '<(RULE_INPUT_PATH)', '<@(_outputs)',
              ],
              'process_outputs_as_sources': 1,
              'message': 'test_rule',
            }],
          ],
        },
      ],
    },
  ],
}

Version data entries

28 entries across 28 versions & 5 rubygems

Version Path
libv8-3.16.14.7 vendor/gyp/test/rules/src/noaction/no_action_with_rules_fails.gyp
libv8-3.16.14.6 vendor/gyp/test/rules/src/noaction/no_action_with_rules_fails.gyp
libv8-3.16.14.5 vendor/gyp/test/rules/src/noaction/no_action_with_rules_fails.gyp
libv8-3.16.14.4 vendor/gyp/test/rules/src/noaction/no_action_with_rules_fails.gyp
libv8-3.16.14.3 vendor/gyp/test/rules/src/noaction/no_action_with_rules_fails.gyp
libv8-3.16.14.2 vendor/gyp/test/rules/src/noaction/no_action_with_rules_fails.gyp
libv8-3.16.14.1 vendor/v8/build/gyp/test/rules/src/noaction/no_action_with_rules_fails.gyp
libv8-3.16.14.0 vendor/v8/build/gyp/test/rules/src/noaction/no_action_with_rules_fails.gyp