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

Side by Side Diff: scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-linux.mips.64.json

Issue 75163006: WebRTC Android APK trybot recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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_defaults": { 2 "android_defaults": {
3 "build_config_fs": "Release", 3 "build_config_fs": "Release",
4 "build_dir": "Path('[CHECKOUT]', 'out')", 4 "build_dir": "Path('[CHECKOUT]', 'out')",
5 "compile_py": { 5 "compile_py": {
6 "build_tool": "ninja", 6 "build_tool": "ninja",
7 "default_targets": [ 7 "default_targets": [
8 "All" 8 "All"
9 ] 9 ]
10 }, 10 },
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 "compile_py": { 278 "compile_py": {
279 "build_tool": "make", 279 "build_tool": "make",
280 "default_targets": [ 280 "default_targets": [
281 "buildbot" 281 "buildbot"
282 ] 282 ]
283 }, 283 },
284 "gyp_env": { 284 "gyp_env": {
285 "GYP_DEFINES": "v8_target_arch=mips" 285 "GYP_DEFINES": "v8_target_arch=mips"
286 } 286 }
287 }, 287 },
288 "webrtc_android_apk_try_builder": {
289 "build_config_fs": "Release",
290 "build_dir": "Path('[CHECKOUT]', 'out')",
291 "compile_py": {
292 "build_tool": "ninja",
293 "compiler": "goma",
294 "default_targets": [
295 "android_builder_webrtc"
296 ]
297 },
298 "gyp_env": {
299 "GYP_CROSSCOMPILE": "1",
300 "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",
301 "GYP_GENERATORS": "ninja",
302 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc"
303 }
304 },
305 "webrtc_android_defaults": {
306 "build_config_fs": "Release",
307 "build_dir": "Path('[CHECKOUT]', 'out')",
308 "compile_py": {
309 "build_tool": "ninja",
310 "default_targets": [
311 "All"
312 ]
313 },
314 "gyp_env": {
315 "GYP_CROSSCOMPILE": "1",
316 "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",
317 "GYP_GENERATORS": "ninja",
318 "GYP_GENERATOR_FLAGS": "default_target=All"
319 }
320 },
288 "x86_builder": { 321 "x86_builder": {
289 "build_config_fs": "Release", 322 "build_config_fs": "Release",
290 "build_dir": "Path('[CHECKOUT]', 'out')", 323 "build_dir": "Path('[CHECKOUT]', 'out')",
291 "compile_py": { 324 "compile_py": {
292 "build_tool": "ninja", 325 "build_tool": "ninja",
293 "compiler": "goma", 326 "compiler": "goma",
294 "default_targets": [ 327 "default_targets": [
295 "All" 328 "All"
296 ] 329 ]
297 }, 330 },
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 }, 363 },
331 "gyp_env": { 364 "gyp_env": {
332 "GYP_CROSSCOMPILE": "1", 365 "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", 366 "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", 367 "GYP_GENERATORS": "ninja",
335 "GYP_GENERATOR_FLAGS": "default_target=All" 368 "GYP_GENERATOR_FLAGS": "default_target=All"
336 } 369 }
337 }, 370 },
338 "xcodebuild": "can not use xcodebuild on \"linux\"" 371 "xcodebuild": "can not use xcodebuild on \"linux\""
339 } 372 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698