michael@0: # Copyright (c) 2009 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: 'variables': { michael@0: 'set_symroot%': 0, michael@0: }, michael@0: 'conditions': [ michael@0: ['set_symroot == 1', { michael@0: 'xcode_settings': { michael@0: 'SYMROOT': '<(DEPTH)/build', michael@0: }, michael@0: }], michael@0: ], michael@0: }