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

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

Issue 1941033002: Enable check-ipc for chromeos and chromecast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Exclude chromecast Created 4 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 | « build/common.gypi ('k') | 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 8f20a8905d5bd64fa7907ca4e0929b911e06bc04..dbff398e1f6d06231396b432f7167d00bfc50e38 100644
--- a/build/config/clang/BUILD.gn
+++ b/build/config/clang/BUILD.gn
@@ -51,7 +51,7 @@ config("find_bad_constructs") {
"check-implicit-copy-ctors",
]
- if ((is_linux || is_android) && !is_chromeos && !is_chromecast) {
+ if ((is_linux || is_android) && !is_chromecast) {
cflags += [
"-Xclang",
"-plugin-arg-find-bad-constructs",
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698