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

Unified Diff: components/subresource_filter/content/DEPS

Issue 2022783002: Skeleton of the Safe Browsing Subresource Filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implement RenderFrameObserver::OnDestruct introduced by rebase. Created 4 years, 6 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 | « components/subresource_filter/README ('k') | components/subresource_filter/content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/subresource_filter/content/DEPS
diff --git a/components/autofill/content/DEPS b/components/subresource_filter/content/DEPS
similarity index 51%
copy from components/autofill/content/DEPS
copy to components/subresource_filter/content/DEPS
index 142818e0a5251733bd3cc856ac9a6389d2648314..920f470d19a460063f7ebe0f14363a3b239fdebb 100644
--- a/components/autofill/content/DEPS
+++ b/components/subresource_filter/content/DEPS
@@ -1,10 +1,8 @@
include_rules = [
+ "+components/subresource_filter/content/common",
+ "+content/public/browser",
"+content/public/common",
- # Allow inclusion of WebKit API files.
- "+third_party/WebKit/public/platform",
- "+third_party/WebKit/public/web",
"+ipc",
- "+mojo/public",
]
specific_include_rules = {
« no previous file with comments | « components/subresource_filter/README ('k') | components/subresource_filter/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698