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

Unified Diff: components/bookmarks/DEPS

Issue 253753005: Move bookmarks' production code to components/bookmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@367656
Patch Set: Fix compilation for win_chromium_x64_rel Created 6 years, 8 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/bookmarks.gypi ('k') | components/bookmarks/core/browser/bookmark_codec.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks/DEPS
diff --git a/components/bookmarks/DEPS b/components/bookmarks/DEPS
index 53d5da2b81947c1b12aa29edbe9122a918a48806..7b35635701412856ec023aee71e35cc136f05529 100644
--- a/components/bookmarks/DEPS
+++ b/components/bookmarks/DEPS
@@ -2,6 +2,11 @@ include_rules = [
# Bookmarks is a component that is not allowed to uses content/ so that it
# can be shared on iOS.
"-content",
+ "+components/favicon_base",
+ "+components/query_parser",
+ "+components/startup_metric_utils",
"+components/user_prefs",
+ "+grit/component_strings.h",
+ "+net/base",
"+ui",
]
« no previous file with comments | « components/bookmarks.gypi ('k') | components/bookmarks/core/browser/bookmark_codec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698