Sha256: e49964e8564afea84076528fa938828bb3da113650121626a7210ddf534f3d56
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. { 'variables': { 'foo%': '"fromdefault"', }, 'targets': [ { 'target_name': 'printfoo', 'type': 'executable', 'sources': [ 'printfoo.c', ], 'defines': [ 'FOO=<(foo)', ], }, ], }
Version data entries
44 entries across 44 versions & 7 rubygems