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

Unified Diff: build/common.gypi

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 | « 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 641cc709fcb5ecc1c39c80d1e06ddd968f649650..132b4dafb5c9d812a1451d40db8036d8424af441 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2234,7 +2234,7 @@
# no need to load it dynamically.
'clang_dynlib_flags%': '',
}],
- ['(OS=="android" or OS=="linux") and chromecast==0 and chromeos==0', {
+ ['(OS=="android" or OS=="linux") and chromecast==0', {
'clang_plugin_check_ipc_arg': '-Xclang -plugin-arg-find-bad-constructs -Xclang check-ipc',
}, {
'clang_plugin_check_ipc_arg': '',
« 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