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

Side by Side Diff: scripts/slave/recipe_modules/chromium/config.expected/Debug-mac.intel.32-to-mac.intel.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=mac component=static_library fastbuild=1 gcc_version=46 host_os=mac order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile.out' ) target_arch=ia32",
11 "GYP_GENERATORS": "ninja"
12 }
13 },
2 "android_defaults": "Can only build android on linux.", 14 "android_defaults": "Can only build android on linux.",
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=ia32 v8_target_arch=ia32" 107 "GYP_DEFINES": "target_arch=ia32 v8_target_arch=ia32"
96 } 108 }
97 }, 109 },
110 "webrtc_android_apk_try_builder": "Only \"android\" platform is supported (got : \"mac\")",
98 "x86_builder": "config \"x86_builder\" includes \"android_defaults\", but [Can only build android on linux.]", 111 "x86_builder": "config \"x86_builder\" includes \"android_defaults\", but [Can only build android on linux.]",
99 "x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [ config \"x86_builder\" includes \"android_defaults\", but [Can only build androi d on linux.]]", 112 "x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [ config \"x86_builder\" includes \"android_defaults\", but [Can only build androi d on linux.]]",
100 "x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" inc ludes \"x86_builder\", but [config \"x86_builder\" includes \"android_defaults\" , but [Can only build android on linux.]]" 113 "x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" inc ludes \"x86_builder\", but [config \"x86_builder\" includes \"android_defaults\" , but [Can only build android on linux.]]"
101 } 114 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698