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

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: Fixed dependencies 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
Index: components/browsing_data/core/DEPS
diff --git a/components/browsing_data/core/DEPS b/components/browsing_data/core/DEPS
index eac076192dcda982057d190be05049915ec12d77..4857397f4b081d797f5eaa4a18f361a6411ee244 100644
--- a/components/browsing_data/core/DEPS
+++ b/components/browsing_data/core/DEPS
@@ -1,3 +1,9 @@
include_rules = [
+ "+components/autofill/core/browser",
+ "+components/browser_sync/browser",
+ "+components/history/core/browser",
+ "+components/password_manager/core/browser",
"+components/prefs",
+ "+components/sync_driver",
+ "+components/webdata/common",
]

Powered by Google App Engine
This is Rietveld 408576698