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

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

Issue 2514333003: Componentize Reading List (Closed)
Patch Set: rebase Created 4 years, 1 month 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
« no previous file with comments | « ios/chrome/browser/experimental_flags.mm ('k') | ios/chrome/browser/reading_list/offline_url_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/reading_list/BUILD.gn
diff --git a/ios/chrome/browser/reading_list/BUILD.gn b/ios/chrome/browser/reading_list/BUILD.gn
index b707a5c56383ec8c26e84242cdf18072c5edb2a6..417bb7b662319654b4b75273e8b2f5d709907e60 100644
--- a/ios/chrome/browser/reading_list/BUILD.gn
+++ b/ios/chrome/browser/reading_list/BUILD.gn
@@ -10,21 +10,15 @@ source_set("reading_list") {
"reading_list_download_service.h",
"reading_list_download_service_factory.cc",
"reading_list_download_service_factory.h",
- "reading_list_entry.cc",
"reading_list_entry.h",
- "reading_list_model.cc",
"reading_list_model.h",
"reading_list_model_bridge_observer.h",
- "reading_list_model_bridge_observer.mm",
"reading_list_model_factory.cc",
"reading_list_model_factory.h",
- "reading_list_model_impl.cc",
"reading_list_model_impl.h",
"reading_list_model_observer.h",
"reading_list_model_storage.h",
- "reading_list_pref_names.cc",
"reading_list_pref_names.h",
- "reading_list_store.cc",
"reading_list_store.h",
"reading_list_store_delegate.h",
"reading_list_web_state_observer.h",
@@ -38,11 +32,9 @@ source_set("reading_list") {
"//components/keyed_service/ios",
"//components/pref_registry",
"//components/prefs",
- "//components/sync",
- "//components/sync/protocol",
+ "//components/reading_list",
"//ios/chrome/browser",
"//ios/chrome/browser/browser_state",
- "//ios/chrome/browser/reading_list/proto",
"//ios/web",
"//net",
"//url",
@@ -56,20 +48,15 @@ source_set("unit_tests") {
testonly = true
sources = [
"offline_url_utils_unittest.cc",
- "reading_list_entry_unittest.cc",
- "reading_list_model_unittest.cc",
- "reading_list_store_unittest.cc",
"url_downloader_unittest.cc",
]
deps = [
":reading_list",
"//base",
"//base/test:test_support",
- "//components/sync:test_support_model",
- "//components/sync/protocol",
+ "//components/reading_list",
"//ios/chrome/browser",
"//ios/chrome/browser/dom_distiller",
- "//ios/chrome/browser/reading_list/proto",
"//ios/web:test_support",
"//testing/gtest",
"//url",
« no previous file with comments | « ios/chrome/browser/experimental_flags.mm ('k') | ios/chrome/browser/reading_list/offline_url_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698