Sha256: f0868ce717a78a0f39dcec190b86c49b903369136f2c8f371d90264b7c653fb9
Contents?: true
Size: 407 Bytes
Versions: 44
Compression:
Stored size: 407 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. { 'includes': [ 'symroot.gypi', ], 'targets': [ { 'target_name': 'prog1', 'type': 'executable', 'dependencies': [ 'subdir/prog2.gyp:prog2', ], 'sources': [ 'prog1.c', ], }, ], }
Version data entries
44 entries across 44 versions & 7 rubygems