Sha256: c18cf1c210944e800d09dfddc7fe2918335508ba95226de592528714ded878e7
Contents?: true
Size: 703 Bytes
Versions: 44
Compression:
Stored size: 703 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. { 'targets': [ { 'target_name': 'file', 'type': 'none', 'msvs_cygwin_shell': 0, 'actions': [ { 'action_name': 'make-file', 'inputs': [ 'make-file.py', ], 'outputs': [ '<(PRODUCT_DIR)/file.out', ], 'action': [ 'python', '<(_inputs)', '<@(_outputs)', ], 'process_outputs_as_sources': 1, } ], 'dependencies': [ 'subdir/subdir.gyp:subdir_file', ], }, ], }
Version data entries
44 entries across 44 versions & 7 rubygems