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

Unified Diff: components/subresource_filter/content/browser/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
Index: components/subresource_filter/content/browser/DEPS
diff --git a/components/zoom/DEPS b/components/subresource_filter/content/browser/DEPS
similarity index 63%
copy from components/zoom/DEPS
copy to components/subresource_filter/content/browser/DEPS
index 13041bbd49d12c041af718261ec026d857186534..57fc6fcba08421b8738551ebd159fb0f7a5193eb 100644
--- a/components/zoom/DEPS
+++ b/components/subresource_filter/content/browser/DEPS
@@ -1,9 +1,6 @@
include_rules = [
- "+components/prefs",
+ "+components/keyed_service/core",
"+content/public/browser",
"+content/public/common",
"+ipc",
- "+net/base",
- "+url",
]
-

Powered by Google App Engine
This is Rietveld 408576698