Sha256: 5a4120a20915b3ccdd25f3d3389d4483534570a18c1b9be5238c74c3746afa3a
Contents?: true
Size: 471 Bytes
Versions: 44
Compression:
Stored size: 471 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': 'a', 'type': 'static_library', 'sources': [ 'a.c', ], # This only depends on the "d" target; other targets in c.gyp # should not become part of the build (unlike with 'c/c.gyp:*'). 'dependencies': ['c/c.gyp:d'], }, ], }
Version data entries
44 entries across 44 versions & 7 rubygems