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

Unified Diff: scripts/slave/recipe_modules/chromium/config.expected/Debug-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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-linux.mips.32.json
diff --git a/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-linux.mips.32.json b/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-linux.mips.32.json
index 4ed63adb97b714c97a9bbc25598ee0a6c6bc2672..bd178793b4d6d2494d9f307ec94016098b493e3d 100644
--- a/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-linux.mips.32.json
+++ b/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-linux.mips.32.json
@@ -1,4 +1,16 @@
{
+ "android": {
+ "build_config_fs": "Debug",
+ "build_dir": "Path('[CHECKOUT]', 'out')",
+ "compile_py": {
+ "build_tool": "ninja",
+ "compiler": "goma"
+ },
+ "gyp_env": {
+ "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",
+ "GYP_GENERATORS": "ninja"
+ }
+ },
"android_defaults": {
"build_config_fs": "Debug",
"build_dir": "Path('[CHECKOUT]', 'out')",
@@ -201,6 +213,7 @@
"GYP_DEFINES": "target_arch=mips v8_target_arch=mips"
}
},
+ "webrtc_android_apk_try_builder": "Only \"android\" platform is supported (got: \"linux\")",
"x86_builder": "Cannot target x86 with TARGET_ARCH == mips",
"x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [Cannot target x86 with TARGET_ARCH == mips]",
"x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" includes \"x86_builder\", but [Cannot target x86 with TARGET_ARCH == mips]",

Powered by Google App Engine
This is Rietveld 408576698