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

Side by Side Diff: scripts/slave/recipe_modules/chromium/config.expected/Release-win.intel.64-to-win.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": "Release",
4 "build_dir": "Path('[CHECKOUT]', 'out')",
5 "compile_py": {
6 "build_tool": "ninja",
7 "compiler": "goma"
8 },
9 "gyp_env": {
10 "GYP_DEFINES": "OS=win chromium_win_pch=0 component=static_library fastbui ld=1 gcc_version=46 host_os=win order_text_section=Path('[CHECKOUT]', 'orderfile s', 'orderfile.out') target_arch=ia32",
11 "GYP_GENERATORS": "ninja",
12 "GYP_MSVS_VERSION": "2010"
13 }
14 },
2 "android_defaults": "Can only build android on linux.", 15 "android_defaults": "Can only build android on linux.",
3 "blink": { 16 "blink": {
4 "build_config_fs": "Release", 17 "build_config_fs": "Release",
5 "build_dir": "Path('[CHECKOUT]', 'out')", 18 "build_dir": "Path('[CHECKOUT]', 'out')",
6 "compile_py": { 19 "compile_py": {
7 "build_tool": "ninja", 20 "build_tool": "ninja",
8 "compiler": "goma", 21 "compiler": "goma",
9 "default_targets": [ 22 "default_targets": [
10 "blink_tests" 23 "blink_tests"
11 ] 24 ]
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "build_config_fs": "Release", 119 "build_config_fs": "Release",
107 "build_dir": "Path('[CHECKOUT]')", 120 "build_dir": "Path('[CHECKOUT]')",
108 "compile_py": { 121 "compile_py": {
109 "build_tool": "make" 122 "build_tool": "make"
110 }, 123 },
111 "gyp_env": { 124 "gyp_env": {
112 "GYP_DEFINES": "target_arch=ia32 v8_target_arch=ia32", 125 "GYP_DEFINES": "target_arch=ia32 v8_target_arch=ia32",
113 "GYP_MSVS_VERSION": "2010" 126 "GYP_MSVS_VERSION": "2010"
114 } 127 }
115 }, 128 },
129 "webrtc_android_apk_try_builder": "Only \"android\" platform is supported (got : \"win\")",
116 "x86_builder": "config \"x86_builder\" includes \"android_defaults\", but [Can only build android on linux.]", 130 "x86_builder": "config \"x86_builder\" includes \"android_defaults\", but [Can only build android on linux.]",
117 "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.]]", 131 "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.]]",
118 "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.]]", 132 "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.]]",
119 "xcodebuild": "can not use xcodebuild on \"win\"" 133 "xcodebuild": "can not use xcodebuild on \"win\""
120 } 134 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698