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: # This file is included from commands.gyp to test evaluation order of includes. michael@0: { michael@0: 'variables': { michael@0: 'included_variable': 'XYZ', michael@0: }, michael@0: 'targets': [ michael@0: { michael@0: 'target_name': 'dummy', michael@0: 'type': 'none', michael@0: }, michael@0: ], michael@0: }