Sha256: 96125d45b242ee5ef49fb1645d5602bc59b6df45e87952dc69a93e511ef84217
Contents?: true
Size: 768 Bytes
Versions: 16
Compression:
Stored size: 768 Bytes
Contents
# Copyright (c) 2011 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': 'all_rule_variables', 'type': 'executable', 'sources': [ 'subdir/test.c', ], 'rules': [ { 'rule_name': 'rule_variable', 'extension': 'c', 'outputs': [ '<(RULE_INPUT_ROOT).input_root.c', '<(RULE_INPUT_DIRNAME)/input_dirname.c', 'input_path/<(RULE_INPUT_PATH)', 'input_ext<(RULE_INPUT_EXT)', 'input_name/<(RULE_INPUT_NAME)', ], 'action': [], 'process_outputs_as_sources': 1, }, ], }, ], }
Version data entries
16 entries across 16 versions & 3 rubygems