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

Side by Side Diff: ios/chrome/browser/reading_list/BUILD.gn

Issue 2663553003: Get ModelTypeStoreFactory for reading list from ProfileSyncService (Closed)
Patch Set: Fix TabModelOrderControllerTest Created 3 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | ios/chrome/browser/reading_list/reading_list_model_factory.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("reading_list") { 5 source_set("reading_list") {
6 configs += [ "//build/config/compiler:enable_arc" ] 6 configs += [ "//build/config/compiler:enable_arc" ]
7 sources = [ 7 sources = [
8 "favicon_web_state_dispatcher_impl.h", 8 "favicon_web_state_dispatcher_impl.h",
9 "favicon_web_state_dispatcher_impl.mm", 9 "favicon_web_state_dispatcher_impl.mm",
10 "offline_url_utils.cc", 10 "offline_url_utils.cc",
11 "offline_url_utils.h", 11 "offline_url_utils.h",
12 "reading_list_distiller_page.h", 12 "reading_list_distiller_page.h",
13 "reading_list_distiller_page.mm", 13 "reading_list_distiller_page.mm",
14 "reading_list_distiller_page_factory.h", 14 "reading_list_distiller_page_factory.h",
15 "reading_list_distiller_page_factory.mm", 15 "reading_list_distiller_page_factory.mm",
16 "reading_list_download_service.cc", 16 "reading_list_download_service.cc",
17 "reading_list_download_service.h", 17 "reading_list_download_service.h",
18 "reading_list_download_service_factory.cc", 18 "reading_list_download_service_factory.cc",
19 "reading_list_download_service_factory.h", 19 "reading_list_download_service_factory.h",
20 "reading_list_model_factory.cc", 20 "reading_list_model_factory.cc",
21 "reading_list_model_factory.h", 21 "reading_list_model_factory.h",
22 "reading_list_web_state_observer.h", 22 "reading_list_web_state_observer.h",
23 "reading_list_web_state_observer.mm", 23 "reading_list_web_state_observer.mm",
24 "url_downloader.cc", 24 "url_downloader.cc",
25 "url_downloader.h", 25 "url_downloader.h",
26 ] 26 ]
27 deps = [ 27 deps = [
28 "//base", 28 "//base",
29 "//components/browser_sync",
29 "//components/dom_distiller/ios", 30 "//components/dom_distiller/ios",
30 "//components/favicon/core", 31 "//components/favicon/core",
31 "//components/favicon/ios", 32 "//components/favicon/ios",
32 "//components/google/core/browser", 33 "//components/google/core/browser",
33 "//components/keyed_service/core", 34 "//components/keyed_service/core",
34 "//components/keyed_service/ios", 35 "//components/keyed_service/ios",
35 "//components/pref_registry", 36 "//components/pref_registry",
36 "//components/prefs", 37 "//components/prefs",
37 "//components/reading_list/core", 38 "//components/reading_list/core",
38 "//components/reading_list/ios", 39 "//components/reading_list/ios",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 "//ios/chrome/browser/browser_state:test_support", 72 "//ios/chrome/browser/browser_state:test_support",
72 "//ios/chrome/browser/dom_distiller", 73 "//ios/chrome/browser/dom_distiller",
73 "//ios/testing:ios_test_support", 74 "//ios/testing:ios_test_support",
74 "//ios/web", 75 "//ios/web",
75 "//ios/web:test_support", 76 "//ios/web:test_support",
76 "//net", 77 "//net",
77 "//testing/gtest", 78 "//testing/gtest",
78 "//url", 79 "//url",
79 ] 80 ]
80 } 81 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/reading_list/reading_list_model_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698