michael@0: # Copyright (c) 2010 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: { michael@0: 'targets': [ michael@0: { michael@0: 'target_name': 'hello1', michael@0: 'type': 'executable', michael@0: 'sources': [ michael@0: '<(CONFIGURATION_NAME)/hello.cc', michael@0: ], michael@0: }, michael@0: { michael@0: 'target_name': 'hello2', michael@0: 'type': 'executable', michael@0: 'sources': [ michael@0: './<(CONFIGURATION_NAME)/hello.cc', michael@0: ], michael@0: }, michael@0: ], michael@0: 'target_defaults': { michael@0: 'default_configuration': 'C1', michael@0: 'configurations': { michael@0: 'C1': { michael@0: }, michael@0: 'C2': { michael@0: }, michael@0: }, michael@0: }, michael@0: }