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

Side by Side Diff: chrome/browser/history/android/DEPS

Issue 983043003: Componentize FaviconService and FaviconHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@favicon_service
Patch Set: Fix android_aosp (reverted the change by mistake by switching computer) 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Android specific code is not considered blocking for the componentization of 2 # Android specific code is not considered blocking for the componentization of
3 # chrome/browser/history, so it is allowed to use chrome/browser and 3 # chrome/browser/history, so it is allowed to use chrome/browser and
4 # components/. 4 # components/.
5 "+chrome/browser", 5 "+chrome/browser",
6 "+components/bookmarks/browser", 6 "+components/bookmarks/browser",
7 "+components/favicon/core/browser",
7 ] 8 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698