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

Unified Diff: components/ntp_snippets/bookmarks/DEPS

Issue 2305583002: Do not select old bookmarks in ntp_snippets::BookmarkSuggestionsProvider (Closed)
Patch Set: Created 4 years, 3 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: components/ntp_snippets/bookmarks/DEPS
diff --git a/components/ntp_snippets/bookmarks/DEPS b/components/ntp_snippets/bookmarks/DEPS
index 8fa1a6b1e0d8b688b958ca0ab766876755e2da2b..59355d853b23fa5dddc00d6c79142f939f7ab0da 100644
--- a/components/ntp_snippets/bookmarks/DEPS
+++ b/components/ntp_snippets/bookmarks/DEPS
@@ -1,3 +1,4 @@
include_rules = [
- "+components/bookmarks/browser"
+ "+components/bookmarks/browser",
+ "+components/bookmarks/test",
Marc Treib 2016/09/01 09:46:01 Might as well combine these two to components/book
vitaliii 2016/09/01 10:15:41 Done.
]

Powered by Google App Engine
This is Rietveld 408576698