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

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

Issue 75163006: WebRTC Android APK trybot recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebased, removed video_engine_tests Created 7 years 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_DEFINES": "OS=linux component=static_library fastbuild=1 gcc_version= 46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile. out') target_arch=arm",
11 "GYP_GENERATORS": "ninja"
12 }
13 },
2 "android_defaults": { 14 "android_defaults": {
3 "build_config_fs": "Debug", 15 "build_config_fs": "Debug",
4 "build_dir": "Path('[CHECKOUT]', 'out')", 16 "build_dir": "Path('[CHECKOUT]', 'out')",
5 "compile_py": { 17 "compile_py": {
6 "build_tool": "ninja", 18 "build_tool": "ninja",
7 "default_targets": [ 19 "default_targets": [
8 "All" 20 "All"
9 ] 21 ]
10 }, 22 },
11 "gyp_env": { 23 "gyp_env": {
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 "v8": { 287 "v8": {
276 "build_config_fs": "Debug", 288 "build_config_fs": "Debug",
277 "build_dir": "Path('[CHECKOUT]')", 289 "build_dir": "Path('[CHECKOUT]')",
278 "compile_py": { 290 "compile_py": {
279 "build_tool": "make" 291 "build_tool": "make"
280 }, 292 },
281 "gyp_env": { 293 "gyp_env": {
282 "GYP_DEFINES": "target_arch=arm v8_target_arch=arm" 294 "GYP_DEFINES": "target_arch=arm v8_target_arch=arm"
283 } 295 }
284 }, 296 },
297 "webrtc_android_apk_try_builder": "Only \"android\" platform is supported (got : \"linux\")",
285 "x86_builder": "Cannot target x86 with TARGET_ARCH == arm", 298 "x86_builder": "Cannot target x86 with TARGET_ARCH == arm",
286 "x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [ Cannot target x86 with TARGET_ARCH == arm]", 299 "x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [ Cannot target x86 with TARGET_ARCH == arm]",
287 "x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" inc ludes \"x86_builder\", but [Cannot target x86 with TARGET_ARCH == arm]", 300 "x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" inc ludes \"x86_builder\", but [Cannot target x86 with TARGET_ARCH == arm]",
288 "xcodebuild": "can not use xcodebuild on \"linux\"" 301 "xcodebuild": "can not use xcodebuild on \"linux\""
289 } 302 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698