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

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

Issue 23532085: [chormium_android api] Set KLP and x86 GYP_DEFINES. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Remove a spurious pass Created 7 years, 2 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
« no previous file with comments | « scripts/slave/recipes/android/android_builder.expected/klp_builder.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 { 115 {
116 "cmd": [ 116 "cmd": [
117 "python", 117 "python",
118 "-u", 118 "-u",
119 "[DEPOT_TOOLS_ROOT]/gclient.py", 119 "[DEPOT_TOOLS_ROOT]/gclient.py",
120 "runhooks" 120 "runhooks"
121 ], 121 ],
122 "env": { 122 "env": {
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=x86",
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 "abort_on_failure": true,
134 "cmd": [ 134 "cmd": [
135 "python", 135 "python",
(...skipping 11 matching lines...) Expand all
147 "goma", 147 "goma",
148 "--", 148 "--",
149 "All" 149 "All"
150 ], 150 ],
151 "env": { 151 "env": {
152 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" 152 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s"
153 }, 153 },
154 "name": "compile" 154 "name": "compile"
155 } 155 }
156 ] 156 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/android/android_builder.expected/klp_builder.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698