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

Unified Diff: trunk/src/build/config/BUILDCONFIG.gn

Issue 138023008: Revert 246117 "gn: Default is_clang to true on iOS." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/build/config/BUILDCONFIG.gn
===================================================================
--- trunk/src/build/config/BUILDCONFIG.gn (revision 246141)
+++ trunk/src/build/config/BUILDCONFIG.gn (working copy)
@@ -161,11 +161,6 @@
is_nacl = false
is_posix = true
is_win = false
- if (!is_clang) {
- # Always use clang on iOS when using ninja
- # (which is always true when using GN).
- is_clang = true
- }
} else if (os == "linux") {
is_android = false
is_chromeos = false
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698