| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 "remote/remote_suggestion.h", | 54 "remote/remote_suggestion.h", |
| 55 "remote/remote_suggestions_database.cc", | 55 "remote/remote_suggestions_database.cc", |
| 56 "remote/remote_suggestions_database.h", | 56 "remote/remote_suggestions_database.h", |
| 57 "remote/remote_suggestions_fetcher.cc", | 57 "remote/remote_suggestions_fetcher.cc", |
| 58 "remote/remote_suggestions_fetcher.h", | 58 "remote/remote_suggestions_fetcher.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", | 61 "remote/remote_suggestions_provider_impl.cc", |
| 62 "remote/remote_suggestions_provider_impl.h", | 62 "remote/remote_suggestions_provider_impl.h", |
| 63 "remote/remote_suggestions_scheduler.h", | 63 "remote/remote_suggestions_scheduler.h", |
| 64 "remote/remote_suggestions_scheduler_impl.cc", |
| 65 "remote/remote_suggestions_scheduler_impl.h", |
| 64 "remote/remote_suggestions_status_service.cc", | 66 "remote/remote_suggestions_status_service.cc", |
| 65 "remote/remote_suggestions_status_service.h", | 67 "remote/remote_suggestions_status_service.h", |
| 66 "remote/request_params.cc", | 68 "remote/request_params.cc", |
| 67 "remote/request_params.h", | 69 "remote/request_params.h", |
| 68 "remote/request_throttler.cc", | 70 "remote/request_throttler.cc", |
| 69 "remote/request_throttler.h", | 71 "remote/request_throttler.h", |
| 70 "remote/scheduling_remote_suggestions_provider.cc", | |
| 71 "remote/scheduling_remote_suggestions_provider.h", | |
| 72 "sessions/foreign_sessions_suggestions_provider.cc", | 72 "sessions/foreign_sessions_suggestions_provider.cc", |
| 73 "sessions/foreign_sessions_suggestions_provider.h", | 73 "sessions/foreign_sessions_suggestions_provider.h", |
| 74 "sessions/tab_delegate_sync_adapter.cc", | 74 "sessions/tab_delegate_sync_adapter.cc", |
| 75 "sessions/tab_delegate_sync_adapter.h", | 75 "sessions/tab_delegate_sync_adapter.h", |
| 76 "status.cc", | 76 "status.cc", |
| 77 "status.h", | 77 "status.h", |
| 78 "switches.cc", | 78 "switches.cc", |
| 79 "switches.h", | 79 "switches.h", |
| 80 "user_classifier.cc", | 80 "user_classifier.cc", |
| 81 "user_classifier.h", | 81 "user_classifier.h", |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 "category_unittest.cc", | 139 "category_unittest.cc", |
| 140 "content_suggestions_metrics_unittest.cc", | 140 "content_suggestions_metrics_unittest.cc", |
| 141 "content_suggestions_service_unittest.cc", | 141 "content_suggestions_service_unittest.cc", |
| 142 "offline_pages/recent_tab_suggestions_provider_unittest.cc", | 142 "offline_pages/recent_tab_suggestions_provider_unittest.cc", |
| 143 "physical_web_pages/physical_web_page_suggestions_provider_unittest.cc", | 143 "physical_web_pages/physical_web_page_suggestions_provider_unittest.cc", |
| 144 "remote/json_request_unittest.cc", | 144 "remote/json_request_unittest.cc", |
| 145 "remote/remote_suggestion_unittest.cc", | 145 "remote/remote_suggestion_unittest.cc", |
| 146 "remote/remote_suggestions_database_unittest.cc", | 146 "remote/remote_suggestions_database_unittest.cc", |
| 147 "remote/remote_suggestions_fetcher_unittest.cc", | 147 "remote/remote_suggestions_fetcher_unittest.cc", |
| 148 "remote/remote_suggestions_provider_impl_unittest.cc", | 148 "remote/remote_suggestions_provider_impl_unittest.cc", |
| 149 "remote/remote_suggestions_scheduler_impl_unittest.cc", |
| 149 "remote/remote_suggestions_status_service_unittest.cc", | 150 "remote/remote_suggestions_status_service_unittest.cc", |
| 150 "remote/request_throttler_unittest.cc", | 151 "remote/request_throttler_unittest.cc", |
| 151 "remote/scheduling_remote_suggestions_provider_unittest.cc", | |
| 152 "remote/test_utils.cc", | 152 "remote/test_utils.cc", |
| 153 "remote/test_utils.h", | 153 "remote/test_utils.h", |
| 154 "sessions/foreign_sessions_suggestions_provider_unittest.cc", | 154 "sessions/foreign_sessions_suggestions_provider_unittest.cc", |
| 155 "sessions/tab_delegate_sync_adapter_unittest.cc", | 155 "sessions/tab_delegate_sync_adapter_unittest.cc", |
| 156 "user_classifier_unittest.cc", | 156 "user_classifier_unittest.cc", |
| 157 ] | 157 ] |
| 158 | 158 |
| 159 deps = [ | 159 deps = [ |
| 160 ":ntp_snippets", | 160 ":ntp_snippets", |
| 161 ":test_support", | 161 ":test_support", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 173 "//components/offline_pages/core/recent_tabs", | 173 "//components/offline_pages/core/recent_tabs", |
| 174 "//components/physical_web/data_source:test_support", | 174 "//components/physical_web/data_source:test_support", |
| 175 "//components/sessions", | 175 "//components/sessions", |
| 176 "//components/sessions:test_support", | 176 "//components/sessions:test_support", |
| 177 "//components/signin/core/browser:test_support", | 177 "//components/signin/core/browser:test_support", |
| 178 "//components/signin/core/common", | 178 "//components/signin/core/common", |
| 179 "//components/strings", | 179 "//components/strings", |
| 180 "//components/sync:test_support_driver", | 180 "//components/sync:test_support_driver", |
| 181 "//components/sync_sessions", | 181 "//components/sync_sessions", |
| 182 "//components/variations:test_support", | 182 "//components/variations:test_support", |
| 183 "//components/web_resource:web_resource", |
| 183 "//net:test_support", | 184 "//net:test_support", |
| 184 "//testing/gtest", | 185 "//testing/gtest", |
| 185 "//third_party/icu/", | 186 "//third_party/icu/", |
| 186 "//ui/gfx:test_support", | 187 "//ui/gfx:test_support", |
| 187 ] | 188 ] |
| 188 } | 189 } |
| 189 | 190 |
| 190 source_set("test_support") { | 191 source_set("test_support") { |
| 191 testonly = true | 192 testonly = true |
| 192 sources = [ | 193 sources = [ |
| (...skipping 13 matching lines...) Expand all Loading... |
| 206 | 207 |
| 207 deps = [ | 208 deps = [ |
| 208 ":ntp_snippets", | 209 ":ntp_snippets", |
| 209 "//base", | 210 "//base", |
| 210 "//components/offline_pages/core", | 211 "//components/offline_pages/core", |
| 211 "//components/offline_pages/core:test_support", | 212 "//components/offline_pages/core:test_support", |
| 212 "//testing/gmock", | 213 "//testing/gmock", |
| 213 "//testing/gtest", | 214 "//testing/gtest", |
| 214 ] | 215 ] |
| 215 } | 216 } |
| OLD | NEW |