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

Unified Diff: components/favicon/core/browser/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/favicon/core/browser/BUILD.gn ('k') | components/favicon/core/browser/favicon_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/favicon/core/browser/DEPS
diff --git a/components/favicon/core/browser/DEPS b/components/favicon/core/browser/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..8a86e5bd335e77d824ce9c466b11ed51025ea191
--- /dev/null
+++ b/components/favicon/core/browser/DEPS
@@ -0,0 +1,7 @@
+include_rules = [
+ "+components/bookmarks/browser",
+ "+components/history/core/browser",
+ "+components/keyed_service/core",
+ "+skia",
+ "+third_party/skia",
+]
« no previous file with comments | « components/favicon/core/browser/BUILD.gn ('k') | components/favicon/core/browser/favicon_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698