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

Unified Diff: chrome/browser/bookmarks/DEPS

Issue 18501013: Move most importer code to chrome/utility/importer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac4 Created 7 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: chrome/browser/bookmarks/DEPS
diff --git a/chrome/browser/bookmarks/DEPS b/chrome/browser/bookmarks/DEPS
index 0086137cef380e7f2e14e4e7647be39f220b6887..b73c159ed07a51fc828697375a39faa082f77480 100644
--- a/chrome/browser/bookmarks/DEPS
+++ b/chrome/browser/bookmarks/DEPS
@@ -7,6 +7,9 @@ include_rules = [
"+chrome/browser/bookmarks",
"+chrome/browser/favicon",
+ # For unit tests.
+ "+chrome/utility/importer/bookmark_html_reader.h",
gab 2013/07/08 15:18:08 This feels like the reader should be in some commo
scottmg 2013/07/09 16:20:49 The problem is that it depends on blink to reencod
+
# 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.

Powered by Google App Engine
This is Rietveld 408576698