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

Unified Diff: build/config/clang/BUILD.gn

Issue 1787423007: Android: use chromium clang plugins in gn build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/clang/BUILD.gn
diff --git a/build/config/clang/BUILD.gn b/build/config/clang/BUILD.gn
index d9a4db4ce14e6b1b91ad45910e8032e8442c004d..b2113b724c995361fa9ba73a28f0a372035f8b13 100644
--- a/build/config/clang/BUILD.gn
+++ b/build/config/clang/BUILD.gn
@@ -20,7 +20,7 @@ config("find_bad_constructs") {
"//third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.dylib",
root_build_dir),
]
- } else if (is_linux) {
+ } else if (is_linux || is_android) {
cflags += [
"-Xclang",
"-load",
« 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