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

Unified Diff: chrome/browser/history/DEPS

Issue 14575004: Extract BookmarksFileImporter from Firefox2Importer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test cleanup 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/history/DEPS
diff --git a/chrome/browser/history/DEPS b/chrome/browser/history/DEPS
index 0149c0d9e660bdc2928f036218de9a338623547a..a77e69c31d0a89459a92749b6e4ec0107e2915a8 100644
--- a/chrome/browser/history/DEPS
+++ b/chrome/browser/history/DEPS
@@ -1,10 +1,11 @@
include_rules = [
# History is being made into a Browser Component, so we have these
- # three basic rules followed by temporary exceptions. Please don't
+ # basic rules followed by temporary exceptions. Please don't
# add to the list of exceptions!
"-chrome/browser",
"+chrome/browser/api",
"+chrome/browser/common",
+ "+chrome/browser/favicon",
"+chrome/browser/history",
# TODO(erikwright): Bring this list to zero.
@@ -25,7 +26,6 @@ include_rules = [
"!chrome/browser/chromeos/login/existing_user_controller.h",
"!chrome/browser/content_settings/cookie_settings.h",
"!chrome/browser/diagnostics/sqlite_diagnostics.h",
- "!chrome/browser/favicon/favicon_service.h",
"!chrome/browser/omnibox/omnibox_field_trial.h",
"!chrome/browser/prefs/scoped_user_pref_update.h",
"!chrome/browser/prerender/prerender_contents.h",

Powered by Google App Engine
This is Rietveld 408576698