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

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

Issue 24311004: Use always_run v can_fail_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 7 years, 3 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_ROOT]/gclient.py", 6 "[DEPOT_TOOLS_ROOT]/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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD_ROOT]/src/repo/build/get_internal_ landmines.py", 122 "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD_ROOT]/src/repo/build/get_internal_ landmines.py",
123 "GYP_CROSSCOMPILE": "1", 123 "GYP_CROSSCOMPILE": "1",
124 "GYP_DEFINES": "OS=android app_manifest_version_code=10 app_manifest_versi on_name=some_builder_1234 chrome_build_id=3333 component=shared_library fastbuil d=1 gcc_version=46 host_os=linux order_text_section=[SLAVE_BUILD_ROOT]/src/order files/orderfile.out target_arch=arm", 124 "GYP_DEFINES": "OS=android app_manifest_version_code=10 app_manifest_versi on_name=some_builder_1234 chrome_build_id=3333 component=shared_library fastbuil d=1 gcc_version=46 host_os=linux order_text_section=[SLAVE_BUILD_ROOT]/src/order files/orderfile.out target_arch=arm",
125 "GYP_GENERATORS": "ninja", 125 "GYP_GENERATORS": "ninja",
126 "GYP_GENERATOR_FLAGS": "default_target=All", 126 "GYP_GENERATOR_FLAGS": "default_target=All",
127 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" 127 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s"
128 }, 128 },
129 "name": "gclient runhooks" 129 "name": "gclient runhooks"
130 }, 130 },
131 { 131 {
132 "abort_on_failure": true,
132 "cmd": [ 133 "cmd": [
133 "python", 134 "python",
134 "-u", 135 "-u",
135 "[BUILD_ROOT]/scripts/slave/compile.py", 136 "[BUILD_ROOT]/scripts/slave/compile.py",
136 "--target", 137 "--target",
137 "Debug", 138 "Debug",
138 "--build-dir", 139 "--build-dir",
139 "[SLAVE_BUILD_ROOT]/src/out", 140 "[SLAVE_BUILD_ROOT]/src/out",
140 "--src-dir", 141 "--src-dir",
141 "[SLAVE_BUILD_ROOT]/src", 142 "[SLAVE_BUILD_ROOT]/src",
142 "--build-tool", 143 "--build-tool",
143 "ninja", 144 "ninja",
144 "--compiler", 145 "--compiler",
145 "goma", 146 "goma",
146 "--", 147 "--",
147 "All" 148 "All"
148 ], 149 ],
149 "env": { 150 "env": {
150 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" 151 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s"
151 }, 152 },
152 "name": "compile" 153 "name": "compile"
153 } 154 }
154 ] 155 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698