Sha256: a84e84e6343be6a8b27c15d102fcf14b5c8738c875a07890a76f56300813dbed
Contents?: true
Size: 682 Bytes
Versions: 28
Compression:
Stored size: 682 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': 'target1', 'type': 'none', 'sources': [ '../touch.py' ], 'rules': [ { 'rule_name': 'rule1', 'extension': 'py', 'inputs': [], 'outputs': [ 'rule.txt', ], 'action': [ 'python', '../touch.py', '<(_outputs)', ], # Allows the test to run without hermetic cygwin on windows. 'msvs_cygwin_shell': 0, }, ], }, ], }
Version data entries
28 entries across 28 versions & 5 rubygems