OLD | NEW |
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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 "pref_util.cc", | 46 "pref_util.cc", |
47 "pref_util.h", | 47 "pref_util.h", |
48 "remote/ntp_snippet.cc", | 48 "remote/ntp_snippet.cc", |
49 "remote/ntp_snippet.h", | 49 "remote/ntp_snippet.h", |
50 "remote/ntp_snippets_fetcher.cc", | 50 "remote/ntp_snippets_fetcher.cc", |
51 "remote/ntp_snippets_fetcher.h", | 51 "remote/ntp_snippets_fetcher.h", |
52 "remote/ntp_snippets_json_request.cc", | 52 "remote/ntp_snippets_json_request.cc", |
53 "remote/ntp_snippets_json_request.h", | 53 "remote/ntp_snippets_json_request.h", |
54 "remote/ntp_snippets_request_params.cc", | 54 "remote/ntp_snippets_request_params.cc", |
55 "remote/ntp_snippets_request_params.h", | 55 "remote/ntp_snippets_request_params.h", |
56 "remote/ntp_snippets_scheduler.h", | 56 "remote/persistent_scheduler.h", |
57 "remote/remote_suggestions_database.cc", | 57 "remote/remote_suggestions_database.cc", |
58 "remote/remote_suggestions_database.h", | 58 "remote/remote_suggestions_database.h", |
59 "remote/remote_suggestions_provider.cc", | 59 "remote/remote_suggestions_provider.cc", |
60 "remote/remote_suggestions_provider.h", | 60 "remote/remote_suggestions_provider.h", |
| 61 "remote/remote_suggestions_provider_impl.cc", |
| 62 "remote/remote_suggestions_provider_impl.h", |
| 63 "remote/remote_suggestions_scheduler.h", |
61 "remote/remote_suggestions_status_service.cc", | 64 "remote/remote_suggestions_status_service.cc", |
62 "remote/remote_suggestions_status_service.h", | 65 "remote/remote_suggestions_status_service.h", |
63 "remote/request_throttler.cc", | 66 "remote/request_throttler.cc", |
64 "remote/request_throttler.h", | 67 "remote/request_throttler.h", |
| 68 "remote/scheduling_remote_suggestions_provider.cc", |
| 69 "remote/scheduling_remote_suggestions_provider.h", |
65 "sessions/foreign_sessions_suggestions_provider.cc", | 70 "sessions/foreign_sessions_suggestions_provider.cc", |
66 "sessions/foreign_sessions_suggestions_provider.h", | 71 "sessions/foreign_sessions_suggestions_provider.h", |
67 "sessions/tab_delegate_sync_adapter.cc", | 72 "sessions/tab_delegate_sync_adapter.cc", |
68 "sessions/tab_delegate_sync_adapter.h", | 73 "sessions/tab_delegate_sync_adapter.h", |
69 "status.cc", | 74 "status.cc", |
70 "status.h", | 75 "status.h", |
71 "switches.cc", | 76 "switches.cc", |
72 "switches.h", | 77 "switches.h", |
73 "user_classifier.cc", | 78 "user_classifier.cc", |
74 "user_classifier.h", | 79 "user_classifier.h", |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 "bookmarks/bookmark_last_visit_utils_unittest.cc", | 128 "bookmarks/bookmark_last_visit_utils_unittest.cc", |
124 "category_rankers/constant_category_ranker_unittest.cc", | 129 "category_rankers/constant_category_ranker_unittest.cc", |
125 "category_unittest.cc", | 130 "category_unittest.cc", |
126 "content_suggestions_service_unittest.cc", | 131 "content_suggestions_service_unittest.cc", |
127 "offline_pages/recent_tab_suggestions_provider_unittest.cc", | 132 "offline_pages/recent_tab_suggestions_provider_unittest.cc", |
128 "physical_web_pages/physical_web_page_suggestions_provider_unittest.cc", | 133 "physical_web_pages/physical_web_page_suggestions_provider_unittest.cc", |
129 "remote/ntp_snippet_unittest.cc", | 134 "remote/ntp_snippet_unittest.cc", |
130 "remote/ntp_snippets_fetcher_unittest.cc", | 135 "remote/ntp_snippets_fetcher_unittest.cc", |
131 "remote/ntp_snippets_json_request_unittest.cc", | 136 "remote/ntp_snippets_json_request_unittest.cc", |
132 "remote/remote_suggestions_database_unittest.cc", | 137 "remote/remote_suggestions_database_unittest.cc", |
133 "remote/remote_suggestions_provider_unittest.cc", | 138 "remote/remote_suggestions_provider_impl_unittest.cc", |
134 "remote/remote_suggestions_status_service_unittest.cc", | 139 "remote/remote_suggestions_status_service_unittest.cc", |
135 "remote/request_throttler_unittest.cc", | 140 "remote/request_throttler_unittest.cc", |
| 141 "remote/scheduling_remote_suggestions_provider_unittest.cc", |
136 "remote/test_utils.cc", | 142 "remote/test_utils.cc", |
137 "remote/test_utils.h", | 143 "remote/test_utils.h", |
138 "sessions/foreign_sessions_suggestions_provider_unittest.cc", | 144 "sessions/foreign_sessions_suggestions_provider_unittest.cc", |
139 "sessions/tab_delegate_sync_adapter_unittest.cc", | 145 "sessions/tab_delegate_sync_adapter_unittest.cc", |
140 ] | 146 ] |
141 | 147 |
142 deps = [ | 148 deps = [ |
143 ":ntp_snippets", | 149 ":ntp_snippets", |
144 ":test_support", | 150 ":test_support", |
145 "//base", | 151 "//base", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
181 ] | 187 ] |
182 | 188 |
183 deps = [ | 189 deps = [ |
184 ":ntp_snippets", | 190 ":ntp_snippets", |
185 "//base", | 191 "//base", |
186 "//components/offline_pages/core", | 192 "//components/offline_pages/core", |
187 "//components/offline_pages/core:test_support", | 193 "//components/offline_pages/core:test_support", |
188 "//testing/gmock", | 194 "//testing/gmock", |
189 ] | 195 ] |
190 } | 196 } |
OLD | NEW |