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

Side by Side Diff: scripts/slave/recipes/codesearch.expected/codesearch_test.json

Issue 1217403003: Enable ninja_confirm_noop by default (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 5 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 [ 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 = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True , 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}]\ntar get_os = ['android']" 9 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True , 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}]\ntar get_os = ['android']"
10 ], 10 ],
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 "--target", 123 "--target",
124 "Debug", 124 "Debug",
125 "--src-dir", 125 "--src-dir",
126 "[SLAVE_BUILD]/src", 126 "[SLAVE_BUILD]/src",
127 "--build-tool", 127 "--build-tool",
128 "ninja", 128 "ninja",
129 "--compiler", 129 "--compiler",
130 "goma-clang", 130 "goma-clang",
131 "--goma-dir", 131 "--goma-dir",
132 "[BUILD]/goma", 132 "[BUILD]/goma",
133 "--ninja-ensure-up-to-date",
133 "--", 134 "--",
134 "all" 135 "all"
135 ], 136 ],
136 "cwd": "[SLAVE_BUILD]", 137 "cwd": "[SLAVE_BUILD]",
137 "env": { 138 "env": {
138 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 139 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
139 }, 140 },
140 "name": "compile" 141 "name": "compile"
141 }, 142 },
142 { 143 {
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 "[SLAVE_BUILD]/src.tar.bz2", 251 "[SLAVE_BUILD]/src.tar.bz2",
251 "gs://chrome-codesearch/src_571.tar.bz2" 252 "gs://chrome-codesearch/src_571.tar.bz2"
252 ], 253 ],
253 "cwd": "[SLAVE_BUILD]", 254 "cwd": "[SLAVE_BUILD]",
254 "name": "gsutil upload source tarball", 255 "name": "gsutil upload source tarball",
255 "~followup_annotations": [ 256 "~followup_annotations": [
256 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese arch/src_571.tar.bz2@@@" 257 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese arch/src_571.tar.bz2@@@"
257 ] 258 ]
258 } 259 }
259 ] 260 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698