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

Unified Diff: build/common.gypi

Issue 380573002: Turn on clang by default on linux, 2nd try. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | tools/clang/scripts/update.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index d81378f0d12e15c16ad5da763758ac84da40c148..d270edaec946b05146fd2e54fab5d210984d2419 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1777,6 +1777,10 @@
# the class names, so the JNI generator needs to know this.
'jni_generator_jarjar_file': '../android_webview/build/jarjar-rules.txt',
}],
+ ['OS=="linux"', {
+ # TODO(thakis): This is here to measure perf for a while.
+ 'clang%': 1,
+ }], # OS=="mac"
['OS=="mac"', {
'conditions': [
# All Chrome builds have breakpad symbols, but only process the
« no previous file with comments | « no previous file | tools/clang/scripts/update.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698