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

Unified Diff: components/safe_browsing/DEPS

Issue 2650973005: Componentize ping_manager (Closed)
Patch Set: rebase 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
« no previous file with comments | « components/safe_browsing/BUILD.gn ('k') | components/safe_browsing/base_ping_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « components/safe_browsing/BUILD.gn ('k') | components/safe_browsing/base_ping_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698