Sha256: 2c5882684fb8717a5b66dc7a2512a7a012c73f9309a82c11fa2e3506864bc90d
Contents?: true
Size: 527 Bytes
Versions: 1
Compression:
Stored size: 527 Bytes
Contents
# Copyright (c) 2015 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': 'depfile_target', 'type': 'none', 'actions': [ { 'action_name': 'depfile_action', 'inputs': [ 'input.txt', ], 'outputs': [ 'output.txt', ], 'depfile': 'depfile.d', 'action': [ ] }, ], }, ], }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tree-sitter-0.1.0 | ext/tree-sitter/tree-sitter/externals/gyp/test/actions-depfile/depfile.gyp |