| Index: tools/gn/secondary/build/config/BUILDCONFIG.gn
|
| diff --git a/tools/gn/secondary/build/config/BUILDCONFIG.gn b/tools/gn/secondary/build/config/BUILDCONFIG.gn
|
| index 78a3f27d82086468f9cfbeeaf4bab7dd1e3f27d2..99e1e91e4ba6e1ea9d04a8a1c3fe3a2c12bbfce2 100644
|
| --- a/tools/gn/secondary/build/config/BUILDCONFIG.gn
|
| +++ b/tools/gn/secondary/build/config/BUILDCONFIG.gn
|
| @@ -79,6 +79,7 @@ if (os == "win") {
|
| is_nacl = false
|
| is_posix = true
|
| is_win = false
|
| + is_clang = true # Always use clang on Mac.
|
| } else if (os == "android") {
|
| is_android = false
|
| is_chromeos = false
|
|
|