| Index: scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-chromeos.intel.32.json
|
| diff --git a/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-chromeos.intel.32.json b/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-chromeos.intel.32.json
|
| index fee7bddfefdab5995b1f796936b726b059c6d1f0..1d31e0ff29c75453c825dd8959e7a1adeafefa14 100644
|
| --- a/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-chromeos.intel.32.json
|
| +++ b/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-chromeos.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=chromeos component=static_library fastbuild=1 gcc_version=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile.out') target_arch=ia32",
|
| + "GYP_GENERATORS": "ninja"
|
| + }
|
| + },
|
| "android_defaults": {
|
| "build_config_fs": "Debug",
|
| "build_dir": "Path('[CHECKOUT]', 'out')",
|
| @@ -26,6 +39,7 @@
|
| ]
|
| },
|
| "gyp_env": {
|
| + "GYP_CROSSCOMPILE": "1",
|
| "GYP_DEFINES": "component=shared_library target_arch=ia32",
|
| "GYP_GENERATORS": "ninja"
|
| }
|
| @@ -41,6 +55,7 @@
|
| ]
|
| },
|
| "gyp_env": {
|
| + "GYP_CROSSCOMPILE": "1",
|
| "GYP_DEFINES": "clang=1 component=shared_library target_arch=ia32",
|
| "GYP_GENERATORS": "ninja"
|
| }
|
| @@ -57,6 +72,7 @@
|
| ]
|
| },
|
| "gyp_env": {
|
| + "GYP_CROSSCOMPILE": "1",
|
| "GYP_DEFINES": "component=shared_library target_arch=ia32",
|
| "GYP_GENERATORS": "ninja"
|
| }
|
| @@ -73,6 +89,7 @@
|
| ]
|
| },
|
| "gyp_env": {
|
| + "GYP_CROSSCOMPILE": "1",
|
| "GYP_DEFINES": "clang=1 component=shared_library target_arch=ia32",
|
| "GYP_GENERATORS": "ninja"
|
| }
|
| @@ -154,6 +171,7 @@
|
| "build_tool": "ninja"
|
| },
|
| "gyp_env": {
|
| + "GYP_CROSSCOMPILE": "1",
|
| "GYP_DEFINES": "component=shared_library target_arch=ia32",
|
| "GYP_GENERATORS": "ninja"
|
| }
|
| @@ -198,9 +216,11 @@
|
| "build_tool": "make"
|
| },
|
| "gyp_env": {
|
| + "GYP_CROSSCOMPILE": "1",
|
| "GYP_DEFINES": "target_arch=ia32 v8_target_arch=ia32"
|
| }
|
| },
|
| + "webrtc_android_apk_try_builder": "Only \"android\" platform is supported (got: \"chromeos\")",
|
| "x86_builder": {
|
| "build_config_fs": "Debug",
|
| "build_dir": "Path('[CHECKOUT]', 'out')",
|
|
|