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

Side by Side Diff: scripts/slave/recipes/android/android_builder.expected/x86_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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD_ROOT]/src/repo/build/get_internal_ landmines.py", 123 "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD_ROOT]/src/repo/build/get_internal_ landmines.py",
124 "GYP_CROSSCOMPILE": "1", 124 "GYP_CROSSCOMPILE": "1",
125 "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_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",
126 "GYP_GENERATORS": "ninja", 126 "GYP_GENERATORS": "ninja",
127 "GYP_GENERATOR_FLAGS": "default_target=All", 127 "GYP_GENERATOR_FLAGS": "default_target=All",
128 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" 128 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s"
129 }, 129 },
130 "name": "gclient runhooks" 130 "name": "gclient runhooks"
131 }, 131 },
132 { 132 {
133 "abort_on_failure": true,
133 "cmd": [ 134 "cmd": [
134 "python", 135 "python",
135 "-u", 136 "-u",
136 "[BUILD_ROOT]/scripts/slave/compile.py", 137 "[BUILD_ROOT]/scripts/slave/compile.py",
137 "--target", 138 "--target",
138 "Debug", 139 "Debug",
139 "--build-dir", 140 "--build-dir",
140 "[SLAVE_BUILD_ROOT]/src/out", 141 "[SLAVE_BUILD_ROOT]/src/out",
141 "--src-dir", 142 "--src-dir",
142 "[SLAVE_BUILD_ROOT]/src", 143 "[SLAVE_BUILD_ROOT]/src",
143 "--build-tool", 144 "--build-tool",
144 "ninja", 145 "ninja",
145 "--compiler", 146 "--compiler",
146 "goma", 147 "goma",
147 "--", 148 "--",
148 "All" 149 "All"
149 ], 150 ],
150 "env": { 151 "env": {
151 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" 152 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s"
152 }, 153 },
153 "name": "compile" 154 "name": "compile"
154 } 155 }
155 ] 156 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698