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

Unified Diff: scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.32-to-ios.arm.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/Release-mac.intel.32-to-ios.arm.32.json
diff --git a/scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.32-to-ios.arm.32.json b/scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.32-to-ios.arm.32.json
index fb2ea5df26ba8edff135a1037572a2179bd0cca9..106a8b41d5c09f6e5e4a4e922b5ae524b292ac72 100644
--- a/scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.32-to-ios.arm.32.json
+++ b/scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.32-to-ios.arm.32.json
@@ -1,4 +1,17 @@
{
+ "android": {
+ "build_config_fs": "Release",
+ "build_dir": "Path('[CHECKOUT]', 'out')",
+ "compile_py": {
+ "build_tool": "ninja",
+ "compiler": "goma"
+ },
+ "gyp_env": {
+ "GYP_CROSSCOMPILE": "1",
+ "GYP_DEFINES": "OS=ios component=static_library fastbuild=1 gcc_version=46 host_os=mac order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile.out') target_arch=arm",
+ "GYP_GENERATORS": "ninja"
+ }
+ },
"android_defaults": "Can only build android on linux.",
"blink": {
"build_config_fs": "Release",
@@ -11,6 +24,7 @@
]
},
"gyp_env": {
+ "GYP_CROSSCOMPILE": "1",
"GYP_DEFINES": "component=static_library target_arch=arm",
"GYP_GENERATORS": "ninja"
}
@@ -26,6 +40,7 @@
]
},
"gyp_env": {
+ "GYP_CROSSCOMPILE": "1",
"GYP_DEFINES": "clang=1 component=static_library target_arch=arm",
"GYP_GENERATORS": "ninja"
}
@@ -42,6 +57,7 @@
]
},
"gyp_env": {
+ "GYP_CROSSCOMPILE": "1",
"GYP_DEFINES": "component=static_library target_arch=arm",
"GYP_GENERATORS": "ninja"
}
@@ -58,6 +74,7 @@
]
},
"gyp_env": {
+ "GYP_CROSSCOMPILE": "1",
"GYP_DEFINES": "clang=1 component=static_library target_arch=arm",
"GYP_GENERATORS": "ninja"
}
@@ -78,6 +95,7 @@
"build_tool": "ninja"
},
"gyp_env": {
+ "GYP_CROSSCOMPILE": "1",
"GYP_DEFINES": "component=static_library target_arch=arm",
"GYP_GENERATORS": "ninja"
}
@@ -92,9 +110,11 @@
"build_tool": "make"
},
"gyp_env": {
+ "GYP_CROSSCOMPILE": "1",
"GYP_DEFINES": "target_arch=arm v8_target_arch=arm"
}
},
+ "webrtc_android_apk_try_builder": "Only \"android\" platform is supported (got: \"ios\")",
"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