Sha256: 559dc769ce4f5ec71672492cf5c8afd6c0a793e68e05e5c85a0c1f2bce8ddef2
Contents?: true
Size: 565 Bytes
Versions: 44
Compression:
Stored size: 565 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': 'bare', 'type': 'none', 'actions': [ { 'action_name': 'action1', 'inputs': [ 'bare.py', ], 'outputs': [ '<(PRODUCT_DIR)/out.txt', ], 'action': ['python', 'bare.py', '<(PRODUCT_DIR)/out.txt'], 'msvs_cygwin_shell': 0, }, ], }, ], }
Version data entries
44 entries across 44 versions & 7 rubygems