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

Side by Side Diff: test/variables/commands/commands.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.gyp', 'commands.gypi'], 2 'included_files': ['commands.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 'configurations': {'Default': {}}, 10 'configurations': {'Default': {}},
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'default_str%': 'my_str', 54 'default_str%': 'my_str',
55 'included_variable': 'XYZ', 55 'included_variable': 'XYZ',
56 'letters_list': 'ABCD', 56 'letters_list': 'ABCD',
57 'negative_int': '-15', 57 'negative_int': '-15',
58 'not_int_1': ' 10', 58 'not_int_1': ' 10',
59 'not_int_2': '11 ', 59 'not_int_2': '11 ',
60 'not_int_3': '012', 60 'not_int_3': '012',
61 'not_int_4': '13.0', 61 'not_int_4': '13.0',
62 'not_int_5': '+14', 62 'not_int_5': '+14',
63 'other_letters': 'ABCDEFG', 63 'other_letters': 'ABCDEFG',
64 'pi': 'import math; print math.pi', 64 'pi': 'import math; print(math.pi)',
65 'third_letters': 'ABCDEFGHIJK', 65 'third_letters': 'ABCDEFGHIJK',
66 'zero_int': '0'}} 66 'zero_int': '0'}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698