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

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

Issue 2810923002: [Chromecast] Build with check-ipc clang plugin flag on Chromecast. (Closed)
Patch Set: Created 3 years, 8 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 0aeccd07da180ca83b12dc997898185a7e9919b2..940c1829d5161b59da9b7772d03995a36b6276a5 100644
--- a/build/config/clang/BUILD.gn
+++ b/build/config/clang/BUILD.gn
@@ -3,7 +3,6 @@
# found in the LICENSE file.
import("clang.gni")
-import("//build/config/chromecast_build.gni")
config("find_bad_constructs") {
if (clang_use_chrome_plugins) {
@@ -41,7 +40,7 @@ config("find_bad_constructs") {
"check-auto-raw-pointer",
]
- if ((is_linux || is_android) && !is_chromecast) {
+ if (is_linux || is_android) {
cflags += [
"-Xclang",
"-plugin-arg-find-bad-constructs",
« 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