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

Side by Side Diff: scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-linux.arm.64.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": "Android cannot target 64 bits", 14 "android_defaults": "Android cannot target 64 bits",
3 "blink": { 15 "blink": {
4 "build_config_fs": "Debug", 16 "build_config_fs": "Debug",
5 "build_dir": "Path('[CHECKOUT]', 'out')", 17 "build_dir": "Path('[CHECKOUT]', 'out')",
6 "compile_py": { 18 "compile_py": {
7 "build_tool": "ninja", 19 "build_tool": "ninja",
8 "compiler": "goma", 20 "compiler": "goma",
9 "default_targets": [ 21 "default_targets": [
10 "blink_tests" 22 "blink_tests"
11 ] 23 ]
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "v8": { 100 "v8": {
89 "build_config_fs": "Debug", 101 "build_config_fs": "Debug",
90 "build_dir": "Path('[CHECKOUT]')", 102 "build_dir": "Path('[CHECKOUT]')",
91 "compile_py": { 103 "compile_py": {
92 "build_tool": "make" 104 "build_tool": "make"
93 }, 105 },
94 "gyp_env": { 106 "gyp_env": {
95 "GYP_DEFINES": "target_arch=arm v8_target_arch=arm" 107 "GYP_DEFINES": "target_arch=arm v8_target_arch=arm"
96 } 108 }
97 }, 109 },
110 "webrtc_android_apk_try_builder": "Only \"android\" platform is supported (got : \"linux\")",
98 "x86_builder": "config \"x86_builder\" includes \"android_defaults\", but [And roid cannot target 64 bits]", 111 "x86_builder": "config \"x86_builder\" includes \"android_defaults\", but [And roid cannot target 64 bits]",
99 "x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [ config \"x86_builder\" includes \"android_defaults\", but [Android cannot target 64 bits]]", 112 "x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [ config \"x86_builder\" includes \"android_defaults\", but [Android cannot target 64 bits]]",
100 "x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" inc ludes \"x86_builder\", but [config \"x86_builder\" includes \"android_defaults\" , but [Android cannot target 64 bits]]", 113 "x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" inc ludes \"x86_builder\", but [config \"x86_builder\" includes \"android_defaults\" , but [Android cannot target 64 bits]]",
101 "xcodebuild": "can not use xcodebuild on \"linux\"" 114 "xcodebuild": "can not use xcodebuild on \"linux\""
102 } 115 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698