1 # Copyright (c) 2009 Google Inc. All rights reserved. 2 # Use of this source code is governed by a BSD-style license that can be 3 # found in the LICENSE file. 4 5 # This file is included from commands.gyp to test evaluation order of includes. 6 { 7 'variables': { 8 'included_variable': 'XYZ', 9 10 'default_str%': 'my_str', 11 'default_empty_str%': '', 12 'default_int%': 0, 13 14 'default_empty_files%': '', 15 'default_int_files%': 0, 16 }, 17 'targets': [ 18 { 19 'target_name': 'dummy', 20 'type': 'none', 21 }, 22 ], 23 } 24