michael@0: # Copyright (c) 2012 Google Inc. All rights reserved. michael@0: # Use of this source code is governed by a BSD-style license that can be michael@0: # found in the LICENSE file. michael@0: { michael@0: 'targets': [ michael@0: { michael@0: 'target_name': 'test_app', michael@0: 'product_name': 'Test App Gyp', michael@0: 'type': 'executable', michael@0: 'mac_bundle': 1, michael@0: 'sources': [ michael@0: 'main.c', michael@0: ], michael@0: 'mac_bundle_resources': [ michael@0: 'resource.sb', michael@0: ], michael@0: 'xcode_settings': { michael@0: 'INFOPLIST_FILE': 'Info.plist', michael@0: 'ORDER_FILE': 'app.order', michael@0: 'GCC_PREFIX_HEADER': 'header.h', michael@0: 'GCC_PRECOMPILE_PREFIX_HEADER': 'YES', michael@0: }, michael@0: }, michael@0: ], michael@0: }