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

Unified Diff: components/BUILD.gn

Issue 2755113002: Create ReadingListSuggestionsProvider (Closed)
Patch Set: Move test to their target Created 3 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: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 71306c34608edbfd732721711a43e75f63ac6d3d..4d7b64377d4c5535168a8a4c264c8f7b1f423e11 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -105,6 +105,7 @@ test("components_unittests") {
"//components/network_session_configurator:unit_tests",
"//components/network_time:unit_tests",
"//components/ntp_snippets:unit_tests",
+ "//components/ntp_snippets/reading_list:unit_tests",
Marc Treib 2017/03/23 19:01:49 Hm, I was about to suggest moving this dependency
jkrcal 2017/03/24 08:45:19 +1 I do not see the cyclicity. Is it really cyclic
gambard 2017/03/24 09:08:50 There is no cyclic, it is just what we usually do
"//components/ntp_tiles:unit_tests",
"//components/offline_items_collection/core:unit_tests",
"//components/offline_pages/core:unit_tests",

Powered by Google App Engine
This is Rietveld 408576698