Sha256: b44840fa10f79cb3333caa5dbffab1b5c0e5dd7c8bf918a902f2bd9facb95a04

Contents?: true

Size: 566 Bytes

Versions: 28

Compression:

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

{
  'targets': [
    {
      'target_name': 'test_target',
      'type': 'none',
      'actions': [
        {
          'action_name': 'test_action',
          'inputs': [],
          'outputs': [ 'action.txt' ],
          'action': [
            'python',
            'echo.py',
            '<(key)',
            '<(_outputs)',
          ],
          'msvs_cygwin_shell': 0,
        }
      ],
    },
  ],
}

Version data entries

28 entries across 28 versions & 5 rubygems

Version Path
libv8-3.16.14.7 vendor/gyp/test/gyp-defines/defines.gyp
libv8-3.16.14.6 vendor/gyp/test/gyp-defines/defines.gyp
libv8-3.16.14.5 vendor/gyp/test/gyp-defines/defines.gyp
libv8-3.16.14.4 vendor/gyp/test/gyp-defines/defines.gyp
libv8-3.16.14.3 vendor/gyp/test/gyp-defines/defines.gyp
libv8-3.16.14.2 vendor/gyp/test/gyp-defines/defines.gyp
libv8-3.16.14.1 vendor/v8/build/gyp/test/gyp-defines/defines.gyp
libv8-3.16.14.0 vendor/v8/build/gyp/test/gyp-defines/defines.gyp