1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/media/webrtc/trunk/tools/gyp/test/variables/commands/commands.gypd.golden Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,56 @@ 1.4 +{'_DEPTH': '.', 1.5 + 'included_files': ['commands.gyp', 'commands.gypi'], 1.6 + 'targets': [{'actions': [{'action': ['echo', 1.7 + '"3.14159265359 ABCD"', 1.8 + 'ABCD letters_list'], 1.9 + 'action_name': 'test_action', 1.10 + 'inputs': ['3.14159265359 ABCD'], 1.11 + 'outputs': ['ABCD', 'letters_list'], 1.12 + 'variables': {'var7': 'letters_list'}}], 1.13 + 'configurations': {'Default': {}}, 1.14 + 'default_configuration': 'Default', 1.15 + 'target_name': 'foo', 1.16 + 'toolset': 'target', 1.17 + 'type': 'none', 1.18 + 'variables': {'var1': '3.14159265359', 1.19 + 'var10': '7 8 9', 1.20 + 'var11': ['7', '8', '9'], 1.21 + 'var12': ' 10', 1.22 + 'var13': '11 ', 1.23 + 'var14': '012', 1.24 + 'var15': '13.0', 1.25 + 'var16': '+14', 1.26 + 'var17': '-15', 1.27 + 'var18': '0', 1.28 + 'var19': ['samplepathfoo.cpp'], 1.29 + 'var2': '3.14159265359 ABCD', 1.30 + 'var20': 'sample\\path\\foo.cpp', 1.31 + 'var3': 'ABCD', 1.32 + 'var4': 'ABCD', 1.33 + 'var5': 'letters_', 1.34 + 'var6': 'list', 1.35 + 'var7': '5', 1.36 + 'var8': '5blah', 1.37 + 'var9': '6'}}, 1.38 + {'configurations': {'Default': {}}, 1.39 + 'default_configuration': 'Default', 1.40 + 'target_name': 'dummy', 1.41 + 'toolset': 'target', 1.42 + 'type': 'none'}], 1.43 + 'variables': {'check_included': 'XYZ', 1.44 + 'check_int': '5', 1.45 + 'check_list_int': ['7', '8', '9'], 1.46 + 'check_lists': ['XYZ', 'ABCDEFGHIJK'], 1.47 + 'check_str_int': '6', 1.48 + 'included_variable': 'XYZ', 1.49 + 'letters_list': 'ABCD', 1.50 + 'negative_int': '-15', 1.51 + 'not_int_1': ' 10', 1.52 + 'not_int_2': '11 ', 1.53 + 'not_int_3': '012', 1.54 + 'not_int_4': '13.0', 1.55 + 'not_int_5': '+14', 1.56 + 'other_letters': 'ABCDEFG', 1.57 + 'pi': 'import math; print math.pi', 1.58 + 'third_letters': 'ABCDEFGHIJK', 1.59 + 'zero_int': '0'}}