Sha256: 5ae7709080464327ec092f6c276883cfbb898ca76e9d1c7f8a52c72ee5006915
Contents?: true
Size: 793 Bytes
Versions: 44
Compression:
Stored size: 793 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': 'null_input', 'type': 'executable', 'msvs_cygwin_shell': 0, 'actions': [ { 'action_name': 'generate_main', 'process_outputs_as_sources': 1, 'inputs': [], 'outputs': [ '<(INTERMEDIATE_DIR)/main.c', ], 'action': [ # TODO: we can't just use <(_outputs) here?! 'python', 'generate_main.py', '<(INTERMEDIATE_DIR)/main.c', ], # Allows the test to run without hermetic cygwin on windows. 'msvs_cygwin_shell': 0, }, ], }, ], }
Version data entries
44 entries across 44 versions & 7 rubygems