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

Unified Diff: build/config/BUILDCONFIG.gn

Issue 108513014: Convert clang=1 to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
« no previous file with comments | « no previous file | build/gyp_chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILDCONFIG.gn
diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
index 1110970a82acbbd660c41d25dff32bc30cf5214e..9e5f1094f7b59ba13401b186fd9438a0e4ae8655 100644
--- a/build/config/BUILDCONFIG.gn
+++ b/build/config/BUILDCONFIG.gn
@@ -102,7 +102,9 @@ if (os == "win") {
is_nacl = false
is_posix = true
is_win = false
- is_clang = true # Always use clang on Mac.
+ if (!is_clang) {
+ is_clang = true # Always use clang on Mac.
+ }
} else if (os == "android") {
is_android = false
is_chromeos = false
« no previous file with comments | « no previous file | build/gyp_chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698