| Index: build/config/BUILDCONFIG.gn
|
| diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
|
| index 79197d7d0c72dbea893a476d24e3a53739cda08f..49b6d52d95f60085c5024920ca3cdce9db565f76 100644
|
| --- a/build/config/BUILDCONFIG.gn
|
| +++ b/build/config/BUILDCONFIG.gn
|
| @@ -204,14 +204,9 @@ if (target_os == "android") {
|
| _default_toolchain = "//build/toolchain/android:$target_cpu"
|
| }
|
| } else if (target_os == "chromeos") {
|
| - # See comments in build/toolchain/cros/BUILD.gn about board compiles.
|
| assert(host_os == "linux",
|
| "ChromeOS builds are only supported on Linux hosts.")
|
| - if (is_clang) {
|
| - _default_toolchain = "//build/toolchain/cros:clang_target"
|
| - } else {
|
| - _default_toolchain = "//build/toolchain/cros:target"
|
| - }
|
| + _default_toolchain = "//build/toolchain/cros:target"
|
| } else if (target_os == "ios") {
|
| _default_toolchain = "//build/toolchain/mac:ios_clang_$target_cpu"
|
| } else if (target_os == "linux") {
|
|
|