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

Unified Diff: components/safe_browsing/renderer/DEPS

Issue 2952583002: SafeBrowsing support for WebSocket (post-network-servicification) (Closed)
Patch Set: Share SafeBrowsing interface pointer, and misc fixes Created 3 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/safe_browsing/renderer/DEPS
diff --git a/components/safe_browsing/renderer/DEPS b/components/safe_browsing/renderer/DEPS
index 04ab6a902c447f1254712ddb09f9a9f3847b57b8..332423d0f5a6271eccd3acf2f0d331411f4a1a6a 100644
--- a/components/safe_browsing/renderer/DEPS
+++ b/components/safe_browsing/renderer/DEPS
@@ -2,4 +2,7 @@ include_rules = [
"+content/public/renderer",
"+third_party/WebKit/public/platform",
"+third_party/WebKit/public/web",
+ "+ipc",
+ "+mojo/public/cpp",
+ "+services/service_manager",
]

Powered by Google App Engine
This is Rietveld 408576698