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

Side by Side Diff: scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-android.arm.32.json

Issue 75163006: WebRTC Android APK trybot recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Addressed comments and refactored Created 7 years, 1 month 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 "android": {
3 "build_config_fs": "Debug",
4 "build_dir": "Path('[CHECKOUT]', 'out')",
5 "compile_py": {
6 "build_tool": "ninja",
7 "compiler": "goma"
8 },
9 "gyp_env": {
10 "GYP_CROSSCOMPILE": "1",
11 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio n=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfil e.out') target_arch=arm",
12 "GYP_GENERATORS": "ninja"
13 }
14 },
2 "android_defaults": { 15 "android_defaults": {
3 "build_config_fs": "Debug", 16 "build_config_fs": "Debug",
4 "build_dir": "Path('[CHECKOUT]', 'out')", 17 "build_dir": "Path('[CHECKOUT]', 'out')",
5 "compile_py": { 18 "compile_py": {
6 "build_tool": "ninja", 19 "build_tool": "ninja",
7 "default_targets": [ 20 "default_targets": [
8 "All" 21 "All"
9 ] 22 ]
10 }, 23 },
11 "gyp_env": { 24 "gyp_env": {
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 "compile_py": { 291 "compile_py": {
279 "build_tool": "make", 292 "build_tool": "make",
280 "default_targets": [ 293 "default_targets": [
281 "buildbot" 294 "buildbot"
282 ] 295 ]
283 }, 296 },
284 "gyp_env": { 297 "gyp_env": {
285 "GYP_DEFINES": "v8_target_arch=arm" 298 "GYP_DEFINES": "v8_target_arch=arm"
286 } 299 }
287 }, 300 },
301 "webrtc_android_apk_try_builder": {
302 "build_config_fs": "Debug",
303 "build_dir": "Path('[CHECKOUT]', 'out')",
304 "compile_py": {
305 "build_tool": "ninja",
306 "compiler": "goma",
307 "default_targets": [
308 "android_builder_webrtc"
309 ]
310 },
311 "gyp_env": {
312 "GYP_CROSSCOMPILE": "1",
313 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio n=46 host_os=linux include_tests=1 order_text_section=Path('[CHECKOUT]', 'orderf iles', 'orderfile.out') target_arch=arm",
314 "GYP_GENERATORS": "ninja",
315 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc"
316 }
317 },
288 "x86_builder": { 318 "x86_builder": {
289 "build_config_fs": "Debug", 319 "build_config_fs": "Debug",
290 "build_dir": "Path('[CHECKOUT]', 'out')", 320 "build_dir": "Path('[CHECKOUT]', 'out')",
291 "compile_py": { 321 "compile_py": {
292 "build_tool": "ninja", 322 "build_tool": "ninja",
293 "compiler": "goma", 323 "compiler": "goma",
294 "default_targets": [ 324 "default_targets": [
295 "All" 325 "All"
296 ] 326 ]
297 }, 327 },
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 }, 360 },
331 "gyp_env": { 361 "gyp_env": {
332 "GYP_CROSSCOMPILE": "1", 362 "GYP_CROSSCOMPILE": "1",
333 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio n=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfil e.out') target_arch=arm", 363 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio n=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfil e.out') target_arch=arm",
334 "GYP_GENERATORS": "ninja", 364 "GYP_GENERATORS": "ninja",
335 "GYP_GENERATOR_FLAGS": "default_target=All" 365 "GYP_GENERATOR_FLAGS": "default_target=All"
336 } 366 }
337 }, 367 },
338 "xcodebuild": "can not use xcodebuild on \"linux\"" 368 "xcodebuild": "can not use xcodebuild on \"linux\""
339 } 369 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698