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

Side by Side Diff: scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-linux.mips.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=linux component=static_library fastbuild=1 gcc_version= 46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile. out') target_arch=mips",
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=mips" 298 "GYP_DEFINES": "v8_target_arch=mips"
286 } 299 }
287 }, 300 },
301 "webrtc_android_apk_try_builder": "Only \"android\" platform is supported (got : \"linux\")",
288 "x86_builder": { 302 "x86_builder": {
289 "build_config_fs": "Debug", 303 "build_config_fs": "Debug",
290 "build_dir": "Path('[CHECKOUT]', 'out')", 304 "build_dir": "Path('[CHECKOUT]', 'out')",
291 "compile_py": { 305 "compile_py": {
292 "build_tool": "ninja", 306 "build_tool": "ninja",
293 "compiler": "goma", 307 "compiler": "goma",
294 "default_targets": [ 308 "default_targets": [
295 "All" 309 "All"
296 ] 310 ]
297 }, 311 },
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 }, 344 },
331 "gyp_env": { 345 "gyp_env": {
332 "GYP_CROSSCOMPILE": "1", 346 "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", 347 "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", 348 "GYP_GENERATORS": "ninja",
335 "GYP_GENERATOR_FLAGS": "default_target=All" 349 "GYP_GENERATOR_FLAGS": "default_target=All"
336 } 350 }
337 }, 351 },
338 "xcodebuild": "can not use xcodebuild on \"linux\"" 352 "xcodebuild": "can not use xcodebuild on \"linux\""
339 } 353 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698