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

Unified Diff: scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-android.mips.32.json

Issue 75163006: WebRTC Android APK trybot recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Addressed comments and refactored Created 7 years, 1 month 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.32-to-android.mips.32.json
diff --git a/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-android.mips.32.json b/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-android.mips.32.json
index b727bc97265ecb02d9eb81c0bc3d98456e53b506..0144af82738446074549db7b08f6979f082fa3ef 100644
--- a/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-android.mips.32.json
+++ b/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-android.mips.32.json
@@ -1,4 +1,17 @@
{
+ "android": {
+ "build_config_fs": "Debug",
+ "build_dir": "Path('[CHECKOUT]', 'out')",
+ "compile_py": {
+ "build_tool": "ninja",
+ "compiler": "goma"
+ },
+ "gyp_env": {
+ "GYP_CROSSCOMPILE": "1",
+ "GYP_DEFINES": "OS=android 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')",
@@ -285,6 +298,7 @@
"GYP_DEFINES": "v8_target_arch=mips"
}
},
+ "webrtc_android_apk_try_builder": "Only \"intel,arm\" architectures are supported (got: \"mips\")",
"x86_builder": {
"build_config_fs": "Debug",
"build_dir": "Path('[CHECKOUT]', 'out')",

Powered by Google App Engine
This is Rietveld 408576698