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

Unified Diff: chrome/browser/history/android/DEPS

Issue 1021223002: Remove //components/favicon/core/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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/android/DEPS
diff --git a/chrome/browser/history/android/DEPS b/chrome/browser/history/android/DEPS
index 8fdbf325975e6f3621bd93059ee5e387fe488176..b590a3f4d73aa5e1b07fe119fd444cd08599a9dc 100644
--- a/chrome/browser/history/android/DEPS
+++ b/chrome/browser/history/android/DEPS
@@ -3,6 +3,6 @@ include_rules = [
# chrome/browser/history, so it is allowed to use chrome/browser and
# components/.
"+chrome/browser",
- "+components/bookmarks/browser",
- "+components/favicon/core/browser",
+ "+components/bookmarks",
+ "+components/favicon",
]

Powered by Google App Engine
This is Rietveld 408576698