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

Unified Diff: scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.64-to-mac.intel.64.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/Release-mac.intel.64-to-mac.intel.64.json
diff --git a/scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.64-to-mac.intel.64.json b/scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.64-to-mac.intel.64.json
index f0aeca5965bcd8c827215d23eeac1c57883aab35..202c9b5d798aad49811fccb46411a09daa817134 100644
--- a/scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.64-to-mac.intel.64.json
+++ b/scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.64-to-mac.intel.64.json
@@ -1,4 +1,16 @@
{
+ "android": {
+ "build_config_fs": "Release",
+ "build_dir": "Path('[CHECKOUT]', 'out')",
+ "compile_py": {
+ "build_tool": "ninja",
+ "compiler": "goma"
+ },
+ "gyp_env": {
+ "GYP_DEFINES": "OS=mac component=static_library fastbuild=1 gcc_version=46 host_os=mac order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile.out') target_arch=x64",
+ "GYP_GENERATORS": "ninja"
+ }
+ },
"android_defaults": "Can only build android on linux.",
"blink": {
"build_config_fs": "Release",
@@ -95,6 +107,7 @@
"GYP_DEFINES": "target_arch=x64 v8_target_arch=x64"
}
},
+ "webrtc_android_apk_try_builder": "Only \"android\" platform is supported (got: \"mac\")",
"x86_builder": "config \"x86_builder\" includes \"android_defaults\", but [Can only build android on linux.]",
"x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [config \"x86_builder\" includes \"android_defaults\", but [Can only build android on linux.]]",
"x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" includes \"x86_builder\", but [config \"x86_builder\" includes \"android_defaults\", but [Can only build android on linux.]]"

Powered by Google App Engine
This is Rietveld 408576698