| Index: scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-android.intel.32.json
|
| diff --git a/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-android.intel.32.json b/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-android.intel.32.json
|
| index 3565067ac77bf8cdc181a9f396efb10944cf0770..65e19f7c3bb6e6a08f885dbba51d710c8668c3c5 100644
|
| --- a/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-android.intel.32.json
|
| +++ b/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-android.intel.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=intel",
|
| + "GYP_GENERATORS": "ninja"
|
| + }
|
| + },
|
| "android_defaults": {
|
| "build_config_fs": "Debug",
|
| "build_dir": "Path('[CHECKOUT]', 'out')",
|
| @@ -285,6 +298,23 @@
|
| "GYP_DEFINES": "v8_target_arch=ia32"
|
| }
|
| },
|
| + "webrtc_android_apk_try_builder": {
|
| + "build_config_fs": "Debug",
|
| + "build_dir": "Path('[CHECKOUT]', 'out')",
|
| + "compile_py": {
|
| + "build_tool": "ninja",
|
| + "compiler": "goma",
|
| + "default_targets": [
|
| + "android_builder_webrtc"
|
| + ]
|
| + },
|
| + "gyp_env": {
|
| + "GYP_CROSSCOMPILE": "1",
|
| + "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_version=46 host_os=linux include_tests=1 order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile.out') target_arch=intel",
|
| + "GYP_GENERATORS": "ninja",
|
| + "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc"
|
| + }
|
| + },
|
| "x86_builder": {
|
| "build_config_fs": "Debug",
|
| "build_dir": "Path('[CHECKOUT]', 'out')",
|
|
|