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

Unified Diff: chrome/browser/history/DEPS

Issue 872313005: Remove dependency on visitedlink from history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@init-prefs
Patch Set: Rebase Created 5 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: chrome/browser/history/DEPS
diff --git a/chrome/browser/history/DEPS b/chrome/browser/history/DEPS
index 030f20e3a1e0de66859c27e3f0788c3d81337db8..7dfc95c71e4cc73870a7096c4c2f16a580922b30 100644
--- a/chrome/browser/history/DEPS
+++ b/chrome/browser/history/DEPS
@@ -29,8 +29,6 @@ include_rules = [
"!chrome/browser/ui/browser_finder.h",
"!components/bookmarks/browser/bookmark_utils.h",
"!components/dom_distiller/core/url_constants.h",
- "!components/visitedlink/browser/visitedlink_delegate.h",
- "!components/visitedlink/browser/visitedlink_master.h",
]
specific_include_rules = {
@@ -54,6 +52,11 @@ specific_include_rules = {
"+components/bookmarks/browser",
"+components/keyed_service/content",
],
+ # Those files will move to //components/history/content/browser and thus
+ # can depend on //content even indirectly.
+ 'content_.*\.(cc|h)': [
+ "+components/visitedlink/browser",
+ ],
# TODO(sdefresne): Bring this list to zero.
#
# Do not add to the list of temporarily-allowed dependencies below,
« no previous file with comments | « chrome/browser/autocomplete/shortcuts_provider_unittest.cc ('k') | chrome/browser/history/content_visit_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698