| Index: scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-chromeos.arm.32.json
|
| diff --git a/scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-chromeos.arm.32.json b/scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-chromeos.arm.32.json
|
| index df26dbb78a25798d248f849f7a1225be10a0cb66..549fbc1235b54d65707ac665164bea7fcce27afc 100644
|
| --- a/scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-chromeos.arm.32.json
|
| +++ b/scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-chromeos.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=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": {
|
| "build_config_fs": "Release",
|
| "build_dir": "Path('[CHECKOUT]', 'out')",
|
| @@ -26,6 +39,7 @@
|
| ]
|
| },
|
| "gyp_env": {
|
| + "GYP_CROSSCOMPILE": "1",
|
| "GYP_DEFINES": "component=static_library target_arch=arm",
|
| "GYP_GENERATORS": "ninja"
|
| }
|
| @@ -41,6 +55,7 @@
|
| ]
|
| },
|
| "gyp_env": {
|
| + "GYP_CROSSCOMPILE": "1",
|
| "GYP_DEFINES": "clang=1 component=static_library target_arch=arm",
|
| "GYP_GENERATORS": "ninja"
|
| }
|
| @@ -57,6 +72,7 @@
|
| ]
|
| },
|
| "gyp_env": {
|
| + "GYP_CROSSCOMPILE": "1",
|
| "GYP_DEFINES": "component=static_library target_arch=arm",
|
| "GYP_GENERATORS": "ninja"
|
| }
|
| @@ -73,6 +89,7 @@
|
| ]
|
| },
|
| "gyp_env": {
|
| + "GYP_CROSSCOMPILE": "1",
|
| "GYP_DEFINES": "clang=1 component=static_library target_arch=arm",
|
| "GYP_GENERATORS": "ninja"
|
| }
|
| @@ -219,6 +236,7 @@
|
| "build_tool": "ninja"
|
| },
|
| "gyp_env": {
|
| + "GYP_CROSSCOMPILE": "1",
|
| "GYP_DEFINES": "component=static_library target_arch=arm",
|
| "GYP_GENERATORS": "ninja"
|
| }
|
| @@ -279,9 +297,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": "Cannot target x86 with TARGET_ARCH == arm",
|
| "x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [Cannot target x86 with TARGET_ARCH == arm]",
|
| "x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" includes \"x86_builder\", but [Cannot target x86 with TARGET_ARCH == arm]",
|
|
|