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

Unified Diff: components/components_tests.gyp

Issue 1983063002: Move classes to //components/ntp_tiles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index eb121d14b71f564a6865b4454e65b5579e99a418..b7f41554b8a610e4f273b2193eb04086a80c2158 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -410,6 +410,9 @@
'network_time_unittest_sources': [
'network_time/network_time_tracker_unittest.cc',
],
+ 'ntp_tiles_unittest_sources': [
Marc Treib 2016/05/17 15:50:25 This should go after ntp_snippets
sfiera 2016/05/18 08:43:42 Done. Praise our new gn overlords and their `gn fo
+ 'ntp_tiles/most_visited_sites_unittest.cc',
+ ],
'ntp_snippets_unittest_sources': [
'ntp_snippets/ntp_snippets_fetcher_unittest.cc',
'ntp_snippets/ntp_snippets_service_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698