Sha256: 28bd4c22f9c29e48a8db56b072c992b3ad2c102e005e95aa03ca8673520e21c1
Contents?: true
Size: 482 Bytes
Versions: 41
Compression:
Stored size: 482 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': 'broken_actions2', 'type': 'none', 'actions': [ { 'inputs': [ 'no_name.input', ], 'action': [ 'python', '-c', 'print \'missing name\'', ], }, ], }, ], }
Version data entries
41 entries across 41 versions & 6 rubygems