OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[DEPOT_TOOLS]\\gclient.py", | 6 "[DEPOT_TOOLS]\\gclient.py", |
7 "config", | 7 "config", |
8 "--spec", | 8 "--spec", |
9 "cache_dir = '[ROOT]\\\\git_cache'\nsolutions = [{'custom_deps': {'src/thi
rd_party/WebKit/LayoutTests': None, 'src/webkit/data/layout_tests/LayoutTests':
None}, 'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s'
, 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourc
eforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn
://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': '.DEPS.git', 'manage
d': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.
git'}]" | 9 "cache_dir = '[ROOT]\\\\git_cache'\nsolutions = [{'custom_deps': {'src/thi
rd_party/WebKit/LayoutTests': None, 'src/webkit/data/layout_tests/LayoutTests':
None}, 'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s'
, 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourc
eforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn
://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': '.DEPS.git', 'manage
d': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.
git'}]" |
10 ], | 10 ], |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 "name": "gclient recurse (git config user.email)" | 96 "name": "gclient recurse (git config user.email)" |
97 }, | 97 }, |
98 { | 98 { |
99 "cmd": [ | 99 "cmd": [ |
100 "python", | 100 "python", |
101 "-u", | 101 "-u", |
102 "[DEPOT_TOOLS]\\gclient.py", | 102 "[DEPOT_TOOLS]\\gclient.py", |
103 "runhooks" | 103 "runhooks" |
104 ], | 104 ], |
105 "env": { | 105 "env": { |
106 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1", | 106 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 ta
rget_arch=ia32", |
107 "GYP_GENERATORS": "ninja", | 107 "GYP_GENERATORS": "ninja", |
108 "GYP_MSVS_VERSION": "2010" | 108 "GYP_MSVS_VERSION": "2010" |
109 }, | 109 }, |
110 "name": "gclient runhooks" | 110 "name": "gclient runhooks" |
111 }, | 111 }, |
112 { | 112 { |
113 "abort_on_failure": true, | 113 "abort_on_failure": true, |
114 "cmd": [ | 114 "cmd": [ |
115 "python", | 115 "python", |
116 "-u", | 116 "-u", |
(...skipping 20 matching lines...) Expand all Loading... |
137 "-u", | 137 "-u", |
138 "print \"last step\"" | 138 "print \"last step\"" |
139 ], | 139 ], |
140 "name": "last step", | 140 "name": "last step", |
141 "~followup_annotations": [ | 141 "~followup_annotations": [ |
142 "@@@STEP_LOG_LINE@python.inline@print \"last step\"@@@", | 142 "@@@STEP_LOG_LINE@python.inline@print \"last step\"@@@", |
143 "@@@STEP_LOG_END@python.inline@@@" | 143 "@@@STEP_LOG_END@python.inline@@@" |
144 ] | 144 ] |
145 } | 145 } |
146 ] | 146 ] |
OLD | NEW |