Sha256: 7b55dc05ecf44dde7a810b6bdc4a80806ebe9cb0fb237edd569784bdd0fc3507

Contents?: true

Size: 1.37 KB

Versions: 24

Compression:

Stored size: 1.37 KB

Contents

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

{
  'targets': [
    {
      'target_name': 'Some_Target',
      'type': 'executable',
      'msvs_settings': {
        'VCLinkerTool': {
          'OutputFile': '<(PRODUCT_DIR)/stuff/AnotherName.exe',
        },
      },
      'sources': [
        'HeLLo.cc',
        'blOrP.idl',
      ],
    },
    {
      'target_name': 'second',
      'type': 'executable',
      'msvs_settings': {
        'VCLinkerTool': {
          'OutputFile': '$(OutDir)\\things\\AnotherName.exe',
        },
      },
      'sources': [
        'HeLLo.cc',
      ],
    },
    {
      'target_name': 'action',
      'type': 'none',
      'msvs_cygwin_shell': '0',
      'actions': [
        {
          'inputs': [
            '$(IntDir)\\SomeInput',
            '$(OutDir)\\SomeOtherInput',
          ],
          'outputs': [
            '<(PRODUCT_DIR)/ReSuLt',
            '<(SHARED_INTERMEDIATE_DIR)/TempFile',
            '$(OutDir)\SomethingElse',
          ],
          'action_name': 'Test action',
          # Unfortunately, we can't normalize this field because it's
          # free-form. Fortunately, ninja doesn't inspect it at all (only the
          # inputs and outputs) so it's not mandatory.
          'action': [],
        },
      ],
    },
  ],
}

Version data entries

24 entries across 24 versions & 4 rubygems

Version Path
libv8-3.16.14.19.1 vendor/gyp/test/ninja/normalize-paths-win/normalize-paths.gyp
libv8-3.16.14.19 vendor/gyp/test/ninja/normalize-paths-win/normalize-paths.gyp
libv8-3.16.14.18 vendor/gyp/test/ninja/normalize-paths-win/normalize-paths.gyp
tree-sitter-0.0.1 ext/tree-sitter/tree-sitter/externals/gyp/test/ninja/normalize-paths-win/normalize-paths.gyp
arcabouco-0.2.13 vendor/bundle/gems/libv8-3.16.14.17/vendor/gyp/test/ninja/normalize-paths-win/normalize-paths.gyp
libv8-3.16.14.17 vendor/gyp/test/ninja/normalize-paths-win/normalize-paths.gyp
libv8-3.16.14.16 vendor/gyp/test/ninja/normalize-paths-win/normalize-paths.gyp
libv8-3.16.14.15 vendor/gyp/test/ninja/normalize-paths-win/normalize-paths.gyp
libv8-3.16.14.14 vendor/gyp/test/ninja/normalize-paths-win/normalize-paths.gyp
libv8-tmpfork-3.16.14.13 vendor/gyp/test/ninja/normalize-paths-win/normalize-paths.gyp
libv8-3.16.14.13 vendor/gyp/test/ninja/normalize-paths-win/normalize-paths.gyp
libv8-3.16.14.12 vendor/gyp/test/ninja/normalize-paths-win/normalize-paths.gyp
libv8-3.16.14.11 vendor/gyp/test/ninja/normalize-paths-win/normalize-paths.gyp
libv8-3.16.14.10 vendor/gyp/test/ninja/normalize-paths-win/normalize-paths.gyp
libv8-3.16.14.8 vendor/gyp/test/ninja/normalize-paths-win/normalize-paths.gyp
libv8-3.16.14.8.rc1 vendor/gyp/test/ninja/normalize-paths-win/normalize-paths.gyp
libv8-3.16.14.7 vendor/gyp/test/ninja/normalize-paths-win/normalize-paths.gyp
libv8-3.16.14.6 vendor/gyp/test/ninja/normalize-paths-win/normalize-paths.gyp
libv8-3.16.14.5 vendor/gyp/test/ninja/normalize-paths-win/normalize-paths.gyp
libv8-3.16.14.4 vendor/gyp/test/ninja/normalize-paths-win/normalize-paths.gyp