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

Unified Diff: scripts/slave/recipe_modules/chromium/config.expected/Release-win.intel.64-to-win.intel.64.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/Release-win.intel.64-to-win.intel.64.json
diff --git a/scripts/slave/recipe_modules/chromium/config.expected/Release-win.intel.64-to-win.intel.64.json b/scripts/slave/recipe_modules/chromium/config.expected/Release-win.intel.64-to-win.intel.64.json
index 2c940b6645ef8b454aaac8bcb72c3d88dbbf7a18..6bf364b30f73c2e66a5924f9b3f3194df6d80cda 100644
--- a/scripts/slave/recipe_modules/chromium/config.expected/Release-win.intel.64-to-win.intel.64.json
+++ b/scripts/slave/recipe_modules/chromium/config.expected/Release-win.intel.64-to-win.intel.64.json
@@ -1,4 +1,18 @@
{
+ "android": {
+ "build_config_fs": "Release_x64",
+ "build_dir": "Path('[CHECKOUT]', 'out')",
+ "compile_py": {
+ "build_tool": "ninja",
+ "compiler": "goma"
+ },
+ "gyp_env": {
+ "GYP_CROSSCOMPILE": "1",
+ "GYP_DEFINES": "OS=win chromium_win_pch=0 component=static_library fastbuild=1 gcc_version=46 host_os=win order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile.out') target_arch=intel",
+ "GYP_GENERATORS": "ninja",
+ "GYP_MSVS_VERSION": "2012"
+ }
+ },
"android_defaults": {
"build_config_fs": "Release_x64",
"build_dir": "Path('[CHECKOUT]', 'out')",
@@ -315,6 +329,7 @@
"GYP_MSVS_VERSION": "2012"
}
},
+ "webrtc_android_apk_try_builder": "Only \"android\" platform is supported (got: \"win\")",
"x86_builder": {
"build_config_fs": "Release_x64",
"build_dir": "Path('[CHECKOUT]', 'out')",

Powered by Google App Engine
This is Rietveld 408576698