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

Unified Diff: build/common.gypi

Issue 1334423002: win: Enable clang on Canary branch 2501. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2501
Patch Set: Created 5 years, 3 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 | « DEPS ('k') | no next file » | 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 60591d323a193a7b7e19bfc5adcce2fe2afd0ba0..0cbf0ceb0da3acd4ac1d8486bc5176cc592d644f 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1980,6 +1980,8 @@
],
}], # OS=="mac" or OS=="ios"
['OS=="win"', {
+ 'clang%': 1,
+
'conditions': [
# This is the architecture convention used in WinSDK paths.
['target_arch=="ia32"', {
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698