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

Unified Diff: build/common.gypi

Issue 1162623003: Enable template checking for the clang plugin on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | build/config/clang/BUILD.gn » ('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 ee4cd9e9d5fa7f7cc9f100b840ab0ec583f3391c..83f57a03adfd423352da8b227a2ee8c5fde93406 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2182,7 +2182,7 @@
'clang_dynlib_flags%': '',
}],
# https://crbug.com/441916
- ['OS=="linux" or OS=="mac"', {
+ ['OS=="android" or OS=="linux" or OS=="mac"', {
'clang_plugin_args%': '-Xclang -plugin-arg-find-bad-constructs -Xclang check-templates ',
}, { # OS != "linux"
'clang_plugin_args%': ''
« no previous file with comments | « no previous file | build/config/clang/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698