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

Side by Side Diff: scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-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: 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=linux component=static_library fastbuild=1 gcc_version= 46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile. out') target_arch=mips",
11 "GYP_GENERATORS": "ninja"
12 }
13 },
2 "android_defaults": { 14 "android_defaults": {
3 "build_config_fs": "Release", 15 "build_config_fs": "Release",
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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 "v8": { 206 "v8": {
195 "build_config_fs": "Release", 207 "build_config_fs": "Release",
196 "build_dir": "Path('[CHECKOUT]')", 208 "build_dir": "Path('[CHECKOUT]')",
197 "compile_py": { 209 "compile_py": {
198 "build_tool": "make" 210 "build_tool": "make"
199 }, 211 },
200 "gyp_env": { 212 "gyp_env": {
201 "GYP_DEFINES": "target_arch=mips v8_target_arch=mips" 213 "GYP_DEFINES": "target_arch=mips v8_target_arch=mips"
202 } 214 }
203 }, 215 },
216 "webrtc_android_apk_try_builder": "Only \"android\" platform is supported (got : \"linux\")",
204 "x86_builder": "Cannot target x86 with TARGET_ARCH == mips", 217 "x86_builder": "Cannot target x86 with TARGET_ARCH == mips",
205 "x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [ Cannot target x86 with TARGET_ARCH == mips]", 218 "x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [ Cannot target x86 with TARGET_ARCH == mips]",
206 "x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" inc ludes \"x86_builder\", but [Cannot target x86 with TARGET_ARCH == mips]", 219 "x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" inc ludes \"x86_builder\", but [Cannot target x86 with TARGET_ARCH == mips]",
207 "xcodebuild": "can not use xcodebuild on \"linux\"" 220 "xcodebuild": "can not use xcodebuild on \"linux\""
208 } 221 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698