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

Unified Diff: components/safe_browsing/DEPS

Issue 2650973005: Componentize ping_manager (Closed)
Patch Set: address comment from vakh Created 3 years, 10 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/DEPS
diff --git a/components/safe_browsing/DEPS b/components/safe_browsing/DEPS
index 75760451179eb74f1c779ee3cc7433a35accd4e0..ac3d8bb7a89d5ee5144c9430e622332e55545f8f 100644
--- a/components/safe_browsing/DEPS
+++ b/components/safe_browsing/DEPS
@@ -1,11 +1,14 @@
include_rules = [
+ "+components/data_use_measurement/core",
"+components/safe_browsing_db",
"+components/security_interstitials/content",
"+components/security_interstitials/core",
"+components/subresource_filter/content/browser",
"+content/public/browser",
"+content/public/common",
+ "+google_apis",
"+net/base",
"+net/log",
"+net/url_request",
+ "+testing/gtest",
]

Powered by Google App Engine
This is Rietveld 408576698