| Index: scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-chromeos.arm.64.json
|
| diff --git a/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-chromeos.arm.64.json b/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-chromeos.arm.64.json
|
| index a96e45361b22ee3f8768e5b0f5cb48cfce4f0338..325a18238605352e8a21ff75128395fd9cec5648 100644
|
| --- a/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-chromeos.arm.64.json
|
| +++ b/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-chromeos.arm.64.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=chromeos component=static_library fastbuild=1 gcc_version=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile.out') target_arch=arm",
|
| + "GYP_GENERATORS": "ninja"
|
| + }
|
| + },
|
| "android_defaults": "Android cannot target 64 bits",
|
| "blink": {
|
| "build_config_fs": "Debug",
|
| @@ -11,6 +24,7 @@
|
| ]
|
| },
|
| "gyp_env": {
|
| + "GYP_CROSSCOMPILE": "1",
|
| "GYP_DEFINES": "component=shared_library target_arch=arm",
|
| "GYP_GENERATORS": "ninja"
|
| }
|
| @@ -26,6 +40,7 @@
|
| ]
|
| },
|
| "gyp_env": {
|
| + "GYP_CROSSCOMPILE": "1",
|
| "GYP_DEFINES": "clang=1 component=shared_library target_arch=arm",
|
| "GYP_GENERATORS": "ninja"
|
| }
|
| @@ -42,6 +57,7 @@
|
| ]
|
| },
|
| "gyp_env": {
|
| + "GYP_CROSSCOMPILE": "1",
|
| "GYP_DEFINES": "component=shared_library target_arch=arm",
|
| "GYP_GENERATORS": "ninja"
|
| }
|
| @@ -58,6 +74,7 @@
|
| ]
|
| },
|
| "gyp_env": {
|
| + "GYP_CROSSCOMPILE": "1",
|
| "GYP_DEFINES": "clang=1 component=shared_library target_arch=arm",
|
| "GYP_GENERATORS": "ninja"
|
| }
|
| @@ -78,6 +95,7 @@
|
| "build_tool": "ninja"
|
| },
|
| "gyp_env": {
|
| + "GYP_CROSSCOMPILE": "1",
|
| "GYP_DEFINES": "component=shared_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: \"chromeos\")",
|
| "x86_builder": "config \"x86_builder\" includes \"android_defaults\", but [Android cannot target 64 bits]",
|
| "x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [config \"x86_builder\" includes \"android_defaults\", but [Android cannot target 64 bits]]",
|
| "x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" includes \"x86_builder\", but [config \"x86_builder\" includes \"android_defaults\", but [Android cannot target 64 bits]]",
|
|
|