| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 "physical_web_pages/physical_web_page_suggestions_provider.cc", | 42 "physical_web_pages/physical_web_page_suggestions_provider.cc", |
| 43 "physical_web_pages/physical_web_page_suggestions_provider.h", | 43 "physical_web_pages/physical_web_page_suggestions_provider.h", |
| 44 "pref_names.cc", | 44 "pref_names.cc", |
| 45 "pref_names.h", | 45 "pref_names.h", |
| 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_scheduler.h", | 52 "remote/persistent_scheduler.h", |
| 53 "remote/remote_suggestions_database.cc", | 53 "remote/remote_suggestions_database.cc", |
| 54 "remote/remote_suggestions_database.h", | 54 "remote/remote_suggestions_database.h", |
| 55 "remote/remote_suggestions_provider.cc", | 55 "remote/remote_suggestions_provider.cc", |
| 56 "remote/remote_suggestions_provider.h", | 56 "remote/remote_suggestions_provider.h", |
| 57 "remote/remote_suggestions_provider_impl.cc", |
| 58 "remote/remote_suggestions_provider_impl.h", |
| 59 "remote/remote_suggestions_scheduler.h", |
| 57 "remote/remote_suggestions_status_service.cc", | 60 "remote/remote_suggestions_status_service.cc", |
| 58 "remote/remote_suggestions_status_service.h", | 61 "remote/remote_suggestions_status_service.h", |
| 59 "remote/request_throttler.cc", | 62 "remote/request_throttler.cc", |
| 60 "remote/request_throttler.h", | 63 "remote/request_throttler.h", |
| 64 "remote/scheduling_remote_suggestions_provider.cc", |
| 65 "remote/scheduling_remote_suggestions_provider.h", |
| 61 "sessions/foreign_sessions_suggestions_provider.cc", | 66 "sessions/foreign_sessions_suggestions_provider.cc", |
| 62 "sessions/foreign_sessions_suggestions_provider.h", | 67 "sessions/foreign_sessions_suggestions_provider.h", |
| 63 "sessions/tab_delegate_sync_adapter.cc", | 68 "sessions/tab_delegate_sync_adapter.cc", |
| 64 "sessions/tab_delegate_sync_adapter.h", | 69 "sessions/tab_delegate_sync_adapter.h", |
| 65 "status.cc", | 70 "status.cc", |
| 66 "status.h", | 71 "status.h", |
| 67 "switches.cc", | 72 "switches.cc", |
| 68 "switches.h", | 73 "switches.h", |
| 69 "user_classifier.cc", | 74 "user_classifier.cc", |
| 70 "user_classifier.h", | 75 "user_classifier.h", |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 sources = [ | 123 sources = [ |
| 119 "bookmarks/bookmark_last_visit_utils_unittest.cc", | 124 "bookmarks/bookmark_last_visit_utils_unittest.cc", |
| 120 "category_rankers/constant_category_ranker_unittest.cc", | 125 "category_rankers/constant_category_ranker_unittest.cc", |
| 121 "category_unittest.cc", | 126 "category_unittest.cc", |
| 122 "content_suggestions_service_unittest.cc", | 127 "content_suggestions_service_unittest.cc", |
| 123 "offline_pages/recent_tab_suggestions_provider_unittest.cc", | 128 "offline_pages/recent_tab_suggestions_provider_unittest.cc", |
| 124 "physical_web_pages/physical_web_page_suggestions_provider_unittest.cc", | 129 "physical_web_pages/physical_web_page_suggestions_provider_unittest.cc", |
| 125 "remote/ntp_snippet_unittest.cc", | 130 "remote/ntp_snippet_unittest.cc", |
| 126 "remote/ntp_snippets_fetcher_unittest.cc", | 131 "remote/ntp_snippets_fetcher_unittest.cc", |
| 127 "remote/remote_suggestions_database_unittest.cc", | 132 "remote/remote_suggestions_database_unittest.cc", |
| 128 "remote/remote_suggestions_provider_unittest.cc", | 133 "remote/remote_suggestions_provider_impl_unittest.cc", |
| 129 "remote/remote_suggestions_status_service_unittest.cc", | 134 "remote/remote_suggestions_status_service_unittest.cc", |
| 130 "remote/request_throttler_unittest.cc", | 135 "remote/request_throttler_unittest.cc", |
| 136 "remote/scheduling_remote_suggestions_provider_unittest.cc", |
| 131 "remote/test_utils.cc", | 137 "remote/test_utils.cc", |
| 132 "remote/test_utils.h", | 138 "remote/test_utils.h", |
| 133 "sessions/foreign_sessions_suggestions_provider_unittest.cc", | 139 "sessions/foreign_sessions_suggestions_provider_unittest.cc", |
| 134 "sessions/tab_delegate_sync_adapter_unittest.cc", | 140 "sessions/tab_delegate_sync_adapter_unittest.cc", |
| 135 ] | 141 ] |
| 136 | 142 |
| 137 deps = [ | 143 deps = [ |
| 138 ":ntp_snippets", | 144 ":ntp_snippets", |
| 139 ":test_support", | 145 ":test_support", |
| 140 "//base", | 146 "//base", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 ] | 180 ] |
| 175 | 181 |
| 176 deps = [ | 182 deps = [ |
| 177 ":ntp_snippets", | 183 ":ntp_snippets", |
| 178 "//base", | 184 "//base", |
| 179 "//components/offline_pages/core", | 185 "//components/offline_pages/core", |
| 180 "//components/offline_pages/core:test_support", | 186 "//components/offline_pages/core:test_support", |
| 181 "//testing/gmock", | 187 "//testing/gmock", |
| 182 ] | 188 ] |
| 183 } | 189 } |
| OLD | NEW |