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

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: apparently PathExists is in base now 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 1c5eb869cab9b945d483378f85b8c62a53728b73..261233b31f9e03a146f22a7acde8d23e35ef629b 100644
--- a/chrome/browser/bookmarks/DEPS
+++ b/chrome/browser/bookmarks/DEPS
@@ -22,3 +22,10 @@ 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 = {
+ # For unit tests, it's fine to include utility process code.
+ '.*test\.cc': [
+ "+chrome/utility/importer/bookmark_html_reader.h",
jam 2013/07/15 19:54:14 we shouldn't have this, even for test. unit tests
scottmg 2013/07/15 20:20:43 Sorry, I don't think I understand. bookmark_html_
jam 2013/07/15 20:25:54 hmm, i can't, so ok. perhaps we should have a subd
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698