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

Side by Side Diff: scripts/slave/recipes/android/android_builder.expected/klp_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
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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 "-u", 120 "-u",
121 "[DEPOT_TOOLS_ROOT]/gclient.py", 121 "[DEPOT_TOOLS_ROOT]/gclient.py",
122 "runhooks" 122 "runhooks"
123 ], 123 ],
124 "env": { 124 "env": {
125 "ANDROID_SDK_BUILD_TOOLS_VERSION": "android-KeyLimePie", 125 "ANDROID_SDK_BUILD_TOOLS_VERSION": "android-KeyLimePie",
126 "ANDROID_SDK_ROOT": "[SLAVE_BUILD_ROOT]/src/third_party/android_tools_inte rnal/sdk", 126 "ANDROID_SDK_ROOT": "[SLAVE_BUILD_ROOT]/src/third_party/android_tools_inte rnal/sdk",
127 "ANDROID_SDK_VERSION": "KeyLimePie", 127 "ANDROID_SDK_VERSION": "KeyLimePie",
128 "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD_ROOT]/src/repo/build/get_internal_ landmines.py", 128 "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD_ROOT]/src/repo/build/get_internal_ landmines.py",
129 "GYP_CROSSCOMPILE": "1", 129 "GYP_CROSSCOMPILE": "1",
130 "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", 130 "GYP_DEFINES": "OS=android android_sdk_root=[SLAVE_BUILD_ROOT]/src/third_p arty/android_tools_internal/sdk android_sdk_version=KeyLimePie app_manifest_vers ion_code=10 app_manifest_version_name=some_builder_1234 chrome_build_id=3333 com ponent=shared_library fastbuild=1 gcc_version=46 host_os=linux order_text_sectio n=[SLAVE_BUILD_ROOT]/src/orderfiles/orderfile.out target_arch=arm",
131 "GYP_GENERATORS": "ninja", 131 "GYP_GENERATORS": "ninja",
132 "GYP_GENERATOR_FLAGS": "default_target=All", 132 "GYP_GENERATOR_FLAGS": "default_target=All",
133 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" 133 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s"
134 }, 134 },
135 "name": "gclient runhooks" 135 "name": "gclient runhooks"
136 }, 136 },
137 { 137 {
138 "abort_on_failure": true, 138 "abort_on_failure": true,
139 "cmd": [ 139 "cmd": [
140 "python", 140 "python",
(...skipping 14 matching lines...) Expand all
155 ], 155 ],
156 "env": { 156 "env": {
157 "ANDROID_SDK_BUILD_TOOLS_VERSION": "android-KeyLimePie", 157 "ANDROID_SDK_BUILD_TOOLS_VERSION": "android-KeyLimePie",
158 "ANDROID_SDK_ROOT": "[SLAVE_BUILD_ROOT]/src/third_party/android_tools_inte rnal/sdk", 158 "ANDROID_SDK_ROOT": "[SLAVE_BUILD_ROOT]/src/third_party/android_tools_inte rnal/sdk",
159 "ANDROID_SDK_VERSION": "KeyLimePie", 159 "ANDROID_SDK_VERSION": "KeyLimePie",
160 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s" 160 "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./:%(PATH)s"
161 }, 161 },
162 "name": "compile" 162 "name": "compile"
163 } 163 }
164 ] 164 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698