Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: tools/gn/secondary/build/config/BUILDCONFIG.gn

Issue 46683002: GN Mac build work (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698