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

Unified Diff: components/components_tests.gyp

Issue 1987333003: [NTP Snippets] Persist snippets in a LevelDB instead of prefs (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 ebf3841d323f9306e292ff87b0901e410ea4a535..d46353bc2b647e07e3314ead73bebd9dcedf5865 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -412,6 +412,7 @@
'network_time/network_time_tracker_unittest.cc',
],
'ntp_snippets_unittest_sources': [
+ 'ntp_snippets/ntp_snippets_database_unittest.cc',
'ntp_snippets/ntp_snippets_fetcher_unittest.cc',
'ntp_snippets/ntp_snippets_service_unittest.cc',
],

Powered by Google App Engine
This is Rietveld 408576698