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

Unified Diff: chrome/browser/bookmarks/DEPS

Issue 14575004: Extract BookmarksFileImporter from Firefox2Importer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, dropped extra include Created 7 years, 7 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/bookmarks/DEPS
diff --git a/chrome/browser/bookmarks/DEPS b/chrome/browser/bookmarks/DEPS
index 887da5df52aff397348f150178ca24f86c8fc105..b847f572ee7c224aae87b7467ac062c364882b15 100644
--- a/chrome/browser/bookmarks/DEPS
+++ b/chrome/browser/bookmarks/DEPS
@@ -5,12 +5,11 @@ include_rules = [
# exceptions!
"-chrome/browser",
"+chrome/browser/bookmarks",
+ "+chrome/browser/favicon",
# TODO(kaiwang): Bring this list to zero.
# Do not add to the list of temporarily-allowed dependencies below,
# and please do not introduce more #includes of these files.
- "!chrome/browser/favicon/favicon_service.h",
- "!chrome/browser/favicon/favicon_service_factory.h",
"!chrome/browser/history/history_notifications.h",
"!chrome/browser/history/history_service.h",
"!chrome/browser/history/history_service_factory.h",
@@ -28,12 +27,3 @@ include_rules = [
# Do not add to the list of temporarily-allowed dependencies above,
# and please do not introduce more #includes of these files.
]
-
-specific_include_rules = {
- # TODO(kaiwang): Bring this list to zero.
- # Do not add to the list of temporarily-allowed dependencies below,
- # and please do not introduce more #includes of these files.
- '.*_[a-z]*test\.cc': [
- "!chrome/browser/importer/firefox2_importer.h",
- ]
-}
« no previous file with comments | « no previous file | chrome/browser/bookmarks/bookmark_html_reader.h » ('j') | chrome/browser/bookmarks/bookmark_html_reader.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698