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

Unified Diff: components/browsing_data/core/DEPS

Issue 2153863002: Move counters for passwords, history and autofill to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@separate_build_targets_in_components_bd
Patch Set: Addressed comments Created 4 years, 5 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/browsing_data/core/BUILD.gn ('k') | components/browsing_data/core/counters/autofill_counter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browsing_data/core/DEPS
diff --git a/components/browsing_data/core/DEPS b/components/browsing_data/core/DEPS
index eac076192dcda982057d190be05049915ec12d77..f04c02e48ae9e59a8c2cfa0f799dd76db5982079 100644
--- a/components/browsing_data/core/DEPS
+++ b/components/browsing_data/core/DEPS
@@ -1,3 +1,8 @@
include_rules = [
+ "+components/autofill/core/browser",
+ "+components/history/core/browser",
+ "+components/password_manager/core/browser",
"+components/prefs",
+ "+components/sync_driver",
+ "+components/webdata/common",
]
« no previous file with comments | « components/browsing_data/core/BUILD.gn ('k') | components/browsing_data/core/counters/autofill_counter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698