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

Unified Diff: build/common.gypi

Issue 226253008: Turn on clang by default on linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 9 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 d094ed25bd045369e59164fd7a545263e8a4e2a1..a35f2099acce544e5fba041ccfe9b98cc4a259b5 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1614,6 +1614,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