Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Side by Side Diff: test/variables/commands/commands-repeated.gypd.golden

Issue 1454433002: Python 3 compatibility Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Rebase with master (4ec6c4e3a94bd04a6da2858163d40b2429b8aad1) Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 {'_DEPTH': '.', 1 {'_DEPTH': '.',
2 'included_files': ['commands-repeated.gyp', 'commands.gypi'], 2 'included_files': ['commands-repeated.gyp', 'commands.gypi'],
3 'targets': [{'actions': [{'action': ['echo', 3 'targets': [{'actions': [{'action': ['echo',
4 '"3.14159265359 ABCD"', 4 '"3.14159265359 ABCD"',
5 'ABCD letters_list'], 5 'ABCD letters_list'],
6 'action_name': 'test_action', 6 'action_name': 'test_action',
7 'inputs': ['3.14159265359 ABCD'], 7 'inputs': ['3.14159265359 ABCD'],
8 'outputs': ['ABCD', 'letters_list'], 8 'outputs': ['ABCD', 'letters_list'],
9 'variables': {'var7': 'letters_list'}}, 9 'variables': {'var7': 'letters_list'}},
10 {'action': ['echo', 10 {'action': ['echo',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'default_str%': 'my_str', 65 'default_str%': 'my_str',
66 'included_variable': 'XYZ', 66 'included_variable': 'XYZ',
67 'letters_list': 'ABCD', 67 'letters_list': 'ABCD',
68 'negative_int': '-15', 68 'negative_int': '-15',
69 'not_int_1': ' 10', 69 'not_int_1': ' 10',
70 'not_int_2': '11 ', 70 'not_int_2': '11 ',
71 'not_int_3': '012', 71 'not_int_3': '012',
72 'not_int_4': '13.0', 72 'not_int_4': '13.0',
73 'not_int_5': '+14', 73 'not_int_5': '+14',
74 'other_letters': 'ABCDEFG', 74 'other_letters': 'ABCDEFG',
75 'pi': 'import math; print math.pi', 75 'pi': 'import math; print(math.pi)',
76 'third_letters': 'ABCDEFGHIJK', 76 'third_letters': 'ABCDEFGHIJK',
77 'zero_int': '0'}} 77 'zero_int': '0'}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698