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

Unified Diff: tools/clang/plugins/ChromeClassTester.cpp

Issue 2749043004: Clang plugin: Support for Blink in web/. (Closed)
Patch Set: rebase 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: tools/clang/plugins/ChromeClassTester.cpp
diff --git a/tools/clang/plugins/ChromeClassTester.cpp b/tools/clang/plugins/ChromeClassTester.cpp
index c9388067234f44a1985587dd660edfd1417b1e1c..1cc84a843c62ca5351a46002ebcb7d85632d4a9d 100644
--- a/tools/clang/plugins/ChromeClassTester.cpp
+++ b/tools/clang/plugins/ChromeClassTester.cpp
@@ -234,6 +234,7 @@ void ChromeClassTester::BuildBannedLists() {
banned_namespaces_.emplace("__gnu_cxx");
blink_directories_.emplace("/third_party/WebKit/");
+ blink_directories_.emplace("/web/");
dcheng 2017/04/12 23:35:27 Is it possible that this will cause us to match th
tkent 2017/04/13 00:18:00 Oh, it's possible. I also found src/ios/web/, whi
tkent 2017/04/13 00:32:38 I think switching behavior by a plugin argument is
banned_directories_.emplace("/third_party/");
banned_directories_.emplace("/native_client/");
« 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