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

Unified Diff: ios/chrome/browser/BUILD.gn

Issue 2369303002: Reading List create protobuf store (Closed)
Patch Set: threads 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: ios/chrome/browser/BUILD.gn
diff --git a/ios/chrome/browser/BUILD.gn b/ios/chrome/browser/BUILD.gn
index 7dd7514741ecc7eab9e8df5d53862a6f2979fe39..cdf67e630ee7dd93a438e9d0955141dea0db049f 100644
--- a/ios/chrome/browser/BUILD.gn
+++ b/ios/chrome/browser/BUILD.gn
@@ -358,8 +358,10 @@ source_set("browser") {
"reading_list/reading_list_model_observer.h",
"reading_list/reading_list_model_observer.h",
"reading_list/reading_list_model_storage.h",
- "reading_list/reading_list_model_storage_defaults.h",
- "reading_list/reading_list_model_storage_defaults.mm",
+ "reading_list/reading_list_pref_names.cc",
+ "reading_list/reading_list_pref_names.h",
+ "reading_list/reading_list_store.cc",
+ "reading_list/reading_list_store.h",
"reading_list/url_downloader.cc",
"reading_list/url_downloader.h",
"root_coordinator.h",

Powered by Google App Engine
This is Rietveld 408576698