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

Side by Side Diff: components/ntp_snippets/BUILD.gn

Issue 2755113002: Create ReadingListSuggestionsProvider (Closed)
Patch Set: Fix strings Created 3 years, 9 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/config.gni") 8 import("//build/config/android/config.gni")
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 29 matching lines...) Expand all
40 "ntp_snippets_constants.cc", 40 "ntp_snippets_constants.cc",
41 "ntp_snippets_constants.h", 41 "ntp_snippets_constants.h",
42 "offline_pages/recent_tab_suggestions_provider.cc", 42 "offline_pages/recent_tab_suggestions_provider.cc",
43 "offline_pages/recent_tab_suggestions_provider.h", 43 "offline_pages/recent_tab_suggestions_provider.h",
44 "physical_web_pages/physical_web_page_suggestions_provider.cc", 44 "physical_web_pages/physical_web_page_suggestions_provider.cc",
45 "physical_web_pages/physical_web_page_suggestions_provider.h", 45 "physical_web_pages/physical_web_page_suggestions_provider.h",
46 "pref_names.cc", 46 "pref_names.cc",
47 "pref_names.h", 47 "pref_names.h",
48 "pref_util.cc", 48 "pref_util.cc",
49 "pref_util.h", 49 "pref_util.h",
50 "reading_list/reading_list_suggestions_provider.cc",
51 "reading_list/reading_list_suggestions_provider.h",
50 "remote/json_request.cc", 52 "remote/json_request.cc",
51 "remote/json_request.h", 53 "remote/json_request.h",
52 "remote/persistent_scheduler.h", 54 "remote/persistent_scheduler.h",
53 "remote/remote_suggestion.cc", 55 "remote/remote_suggestion.cc",
54 "remote/remote_suggestion.h", 56 "remote/remote_suggestion.h",
55 "remote/remote_suggestions_database.cc", 57 "remote/remote_suggestions_database.cc",
56 "remote/remote_suggestions_database.h", 58 "remote/remote_suggestions_database.h",
57 "remote/remote_suggestions_fetcher.cc", 59 "remote/remote_suggestions_fetcher.cc",
58 "remote/remote_suggestions_fetcher.h", 60 "remote/remote_suggestions_fetcher.h",
59 "remote/remote_suggestions_provider.cc", 61 "remote/remote_suggestions_provider.cc",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "//components/bookmarks/browser", 102 "//components/bookmarks/browser",
101 "//components/data_use_measurement/core", 103 "//components/data_use_measurement/core",
102 "//components/history/core/browser", 104 "//components/history/core/browser",
103 "//components/image_fetcher/core", 105 "//components/image_fetcher/core",
104 "//components/metrics", 106 "//components/metrics",
105 "//components/ntp_snippets/remote/proto", 107 "//components/ntp_snippets/remote/proto",
106 "//components/offline_pages/core", 108 "//components/offline_pages/core",
107 "//components/offline_pages/core/downloads:offline_pages_ui_adapter", 109 "//components/offline_pages/core/downloads:offline_pages_ui_adapter",
108 "//components/offline_pages/core/recent_tabs", 110 "//components/offline_pages/core/recent_tabs",
109 "//components/physical_web/data_source", 111 "//components/physical_web/data_source",
112 "//components/reading_list/core",
110 "//components/sessions", 113 "//components/sessions",
111 "//components/strings", 114 "//components/strings",
112 "//components/sync_sessions", 115 "//components/sync_sessions",
113 "//components/translate/core/browser", 116 "//components/translate/core/browser",
114 "//components/variations", 117 "//components/variations",
115 "//components/variations/net", 118 "//components/variations/net",
116 "//third_party/icu/", 119 "//third_party/icu/",
117 "//ui/gfx", 120 "//ui/gfx",
118 ] 121 ]
119 } 122 }
(...skipping 13 matching lines...) Expand all
133 sources = [ 136 sources = [
134 "bookmarks/bookmark_last_visit_utils_unittest.cc", 137 "bookmarks/bookmark_last_visit_utils_unittest.cc",
135 "bookmarks/bookmark_suggestions_provider_unittest.cc", 138 "bookmarks/bookmark_suggestions_provider_unittest.cc",
136 "category_rankers/click_based_category_ranker_unittest.cc", 139 "category_rankers/click_based_category_ranker_unittest.cc",
137 "category_rankers/constant_category_ranker_unittest.cc", 140 "category_rankers/constant_category_ranker_unittest.cc",
138 "category_unittest.cc", 141 "category_unittest.cc",
139 "content_suggestions_metrics_unittest.cc", 142 "content_suggestions_metrics_unittest.cc",
140 "content_suggestions_service_unittest.cc", 143 "content_suggestions_service_unittest.cc",
141 "offline_pages/recent_tab_suggestions_provider_unittest.cc", 144 "offline_pages/recent_tab_suggestions_provider_unittest.cc",
142 "physical_web_pages/physical_web_page_suggestions_provider_unittest.cc", 145 "physical_web_pages/physical_web_page_suggestions_provider_unittest.cc",
146 "reading_list/reading_list_suggestions_provider_unittest.cc",
143 "remote/json_request_unittest.cc", 147 "remote/json_request_unittest.cc",
144 "remote/remote_suggestion_unittest.cc", 148 "remote/remote_suggestion_unittest.cc",
145 "remote/remote_suggestions_database_unittest.cc", 149 "remote/remote_suggestions_database_unittest.cc",
146 "remote/remote_suggestions_fetcher_unittest.cc", 150 "remote/remote_suggestions_fetcher_unittest.cc",
147 "remote/remote_suggestions_provider_impl_unittest.cc", 151 "remote/remote_suggestions_provider_impl_unittest.cc",
148 "remote/remote_suggestions_status_service_unittest.cc", 152 "remote/remote_suggestions_status_service_unittest.cc",
149 "remote/request_throttler_unittest.cc", 153 "remote/request_throttler_unittest.cc",
150 "remote/scheduling_remote_suggestions_provider_unittest.cc", 154 "remote/scheduling_remote_suggestions_provider_unittest.cc",
151 "remote/test_utils.cc", 155 "remote/test_utils.cc",
152 "remote/test_utils.h", 156 "remote/test_utils.h",
(...skipping 11 matching lines...) Expand all
164 "//components/bookmarks/test", 168 "//components/bookmarks/test",
165 "//components/image_fetcher/core", 169 "//components/image_fetcher/core",
166 "//components/leveldb_proto:test_support", 170 "//components/leveldb_proto:test_support",
167 "//components/ntp_snippets/remote/proto", 171 "//components/ntp_snippets/remote/proto",
168 "//components/offline_pages/core", 172 "//components/offline_pages/core",
169 "//components/offline_pages/core:test_support", 173 "//components/offline_pages/core:test_support",
170 "//components/offline_pages/core/background:test_support", 174 "//components/offline_pages/core/background:test_support",
171 "//components/offline_pages/core/downloads:offline_pages_ui_adapter", 175 "//components/offline_pages/core/downloads:offline_pages_ui_adapter",
172 "//components/offline_pages/core/recent_tabs", 176 "//components/offline_pages/core/recent_tabs",
173 "//components/physical_web/data_source:test_support", 177 "//components/physical_web/data_source:test_support",
178 "//components/reading_list/core",
174 "//components/sessions", 179 "//components/sessions",
175 "//components/sessions:test_support", 180 "//components/sessions:test_support",
176 "//components/signin/core/browser:test_support", 181 "//components/signin/core/browser:test_support",
177 "//components/signin/core/common", 182 "//components/signin/core/common",
178 "//components/strings", 183 "//components/strings",
179 "//components/sync:test_support_driver", 184 "//components/sync:test_support_driver",
180 "//components/sync_sessions", 185 "//components/sync_sessions",
181 "//components/variations:test_support", 186 "//components/variations:test_support",
182 "//net:test_support", 187 "//net:test_support",
183 "//testing/gtest", 188 "//testing/gtest",
(...skipping 21 matching lines...) Expand all
205 210
206 deps = [ 211 deps = [
207 ":ntp_snippets", 212 ":ntp_snippets",
208 "//base", 213 "//base",
209 "//components/offline_pages/core", 214 "//components/offline_pages/core",
210 "//components/offline_pages/core:test_support", 215 "//components/offline_pages/core:test_support",
211 "//testing/gmock", 216 "//testing/gmock",
212 "//testing/gtest", 217 "//testing/gtest",
213 ] 218 ]
214 } 219 }
OLDNEW
« no previous file with comments | « no previous file | components/ntp_snippets/DEPS » ('j') | components/ntp_snippets/reading_list/reading_list_suggestions_provider.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698