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

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: CanImport 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/10 13:40:44 I still don't like this as it allows anyone in boo
tfarina 2013/07/10 13:46:55 you can use specific_include_rules for this. see a
scottmg 2013/07/15 16:06:01 Thanks Thiago, changed to a 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.

Powered by Google App Engine
This is Rietveld 408576698