Sha256: 3b3ccbb190fa6a4cb104c47c300072c0cc97c2d233f13bfe6b20079c26e33c77

Contents?: true

Size: 842 Bytes

Versions: 28

Compression:

Stored size: 842 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 that 'none' type targets can have .cc files in them.

{
  'targets': [
    {
      'target_name': 'none_with_sources',
      'type': 'none',
      'msvs_cygwin_shell': 0,
      'sources': [
        'foo.cc',
      ],
      'actions': [
        {
          'action_name': 'fake_cross',
          'inputs': [
            'fake_cross.py',
            '<@(_sources)',
          ],
          'outputs': [
            '<(PRODUCT_DIR)/fake.out',
          ],
          'action': [
            'python', '<@(_inputs)', '<@(_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.19.1 vendor/gyp/test/actions-none/src/none_with_source_files.gyp
mt-libuv-4.1.04 ext/gyp/test/actions-none/src/none_with_source_files.gyp
mt-libuv-4.1.03 ext/gyp/test/actions-none/src/none_with_source_files.gyp
mt-libuv-4.1.02 ext/gyp/test/actions-none/src/none_with_source_files.gyp
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/actions-none/src/none_with_source_files.gyp
libv8-3.16.14.19 vendor/gyp/test/actions-none/src/none_with_source_files.gyp
libv8-3.16.14.18 vendor/gyp/test/actions-none/src/none_with_source_files.gyp
tree-sitter-0.0.1 ext/tree-sitter/tree-sitter/externals/gyp/test/actions-none/src/none_with_source_files.gyp
arcabouco-0.2.13 vendor/bundle/gems/libv8-3.16.14.17/vendor/gyp/test/actions-none/src/none_with_source_files.gyp
libv8-3.16.14.17 vendor/gyp/test/actions-none/src/none_with_source_files.gyp
libv8-3.16.14.16 vendor/gyp/test/actions-none/src/none_with_source_files.gyp
libv8-3.16.14.15 vendor/gyp/test/actions-none/src/none_with_source_files.gyp
libv8-3.16.14.14 vendor/gyp/test/actions-none/src/none_with_source_files.gyp
libv8-tmpfork-3.16.14.13 vendor/gyp/test/actions-none/src/none_with_source_files.gyp
libv8-3.16.14.13 vendor/gyp/test/actions-none/src/none_with_source_files.gyp
libv8-3.16.14.12 vendor/gyp/test/actions-none/src/none_with_source_files.gyp
libv8-3.16.14.11 vendor/gyp/test/actions-none/src/none_with_source_files.gyp
libv8-3.16.14.10 vendor/gyp/test/actions-none/src/none_with_source_files.gyp
libv8-3.16.14.8 vendor/gyp/test/actions-none/src/none_with_source_files.gyp
libv8-3.16.14.8.rc1 vendor/gyp/test/actions-none/src/none_with_source_files.gyp