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

Side by Side Diff: scripts/slave/recipes/android/android_builder.expected/clang_builder.json

Issue 134193014: Make recipes use the new way of enabling goma. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 6 years, 10 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 | Annotate | Revision Log
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/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]\ntarget _os = ['android']" 9 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True , 'name': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]\ntarget _os = ['android']"
10 ], 10 ],
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 { 131 {
132 "cmd": [ 132 "cmd": [
133 "python", 133 "python",
134 "-u", 134 "-u",
135 "[DEPOT_TOOLS]/gclient.py", 135 "[DEPOT_TOOLS]/gclient.py",
136 "runhooks" 136 "runhooks"
137 ], 137 ],
138 "env": { 138 "env": {
139 "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD]/src/repo/build/get_internal_landm ines.py", 139 "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD]/src/repo/build/get_internal_landm ines.py",
140 "GYP_CROSSCOMPILE": "1", 140 "GYP_CROSSCOMPILE": "1",
141 "GYP_DEFINES": "OS=android app_manifest_version_code=10 app_manifest_versi on_name=some_builder_1234 chrome_build_id=3333 clang=1 component=static_library fastbuild=1 host_os=linux target_arch=arm", 141 "GYP_DEFINES": "OS=android app_manifest_version_code=10 app_manifest_versi on_name=some_builder_1234 chrome_build_id=3333 clang=1 component=static_library fastbuild=1 gomadir=[BUILD]/goma host_os=linux target_arch=arm use_goma=1",
142 "GYP_GENERATORS": "ninja", 142 "GYP_GENERATORS": "ninja",
143 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:./:%(PATH)s" 143 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:./:%(PATH)s"
144 }, 144 },
145 "name": "gclient runhooks" 145 "name": "gclient runhooks"
146 }, 146 },
147 { 147 {
148 "abort_on_failure": true, 148 "abort_on_failure": true,
149 "cmd": [ 149 "cmd": [
150 "python", 150 "python",
151 "-u", 151 "-u",
152 "[BUILD]/scripts/slave/compile.py", 152 "[BUILD]/scripts/slave/compile.py",
153 "--target", 153 "--target",
154 "Debug", 154 "Debug",
155 "--src-dir", 155 "--src-dir",
156 "[SLAVE_BUILD]/src", 156 "[SLAVE_BUILD]/src",
157 "--build-tool", 157 "--build-tool",
158 "ninja", 158 "ninja",
159 "--compiler", 159 "--compiler",
160 "goma-clang", 160 "goma-clang",
161 "--goma-dir",
162 "[BUILD]/goma",
161 "--" 163 "--"
162 ], 164 ],
163 "env": { 165 "env": {
164 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:./:%(PATH)s" 166 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:./:%(PATH)s"
165 }, 167 },
166 "name": "compile" 168 "name": "compile"
167 }, 169 },
168 { 170 {
169 "cmd": [ 171 "cmd": [
170 "[SLAVE_BUILD]/src/build/android/findbugs_diff.py", 172 "[SLAVE_BUILD]/src/build/android/findbugs_diff.py",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 { 223 {
222 "always_run": true, 224 "always_run": true,
223 "cmd": [ 225 "cmd": [
224 "rm", 226 "rm",
225 "-rf", 227 "-rf",
226 "[SLAVE_BUILD]/src/out/build_product_4f4b02f6b7fa20a3a25682c457bbc8ad589c8 a00.zip" 228 "[SLAVE_BUILD]/src/out/build_product_4f4b02f6b7fa20a3a25682c457bbc8ad589c8 a00.zip"
227 ], 229 ],
228 "name": "cleanup_build" 230 "name": "cleanup_build"
229 } 231 }
230 ] 232 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698