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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 "physical_web_pages/physical_web_page_suggestions_provider_unittest.cc", | 124 "physical_web_pages/physical_web_page_suggestions_provider_unittest.cc", |
125 "remote/ntp_snippet_unittest.cc", | 125 "remote/ntp_snippet_unittest.cc", |
126 "remote/ntp_snippets_fetcher_unittest.cc", | 126 "remote/ntp_snippets_fetcher_unittest.cc", |
127 "remote/remote_suggestions_database_unittest.cc", | 127 "remote/remote_suggestions_database_unittest.cc", |
128 "remote/remote_suggestions_provider_unittest.cc", | 128 "remote/remote_suggestions_provider_unittest.cc", |
129 "remote/remote_suggestions_status_service_unittest.cc", | 129 "remote/remote_suggestions_status_service_unittest.cc", |
130 "remote/request_throttler_unittest.cc", | 130 "remote/request_throttler_unittest.cc", |
131 "remote/test_utils.cc", | 131 "remote/test_utils.cc", |
132 "remote/test_utils.h", | 132 "remote/test_utils.h", |
133 "sessions/foreign_sessions_suggestions_provider_unittest.cc", | 133 "sessions/foreign_sessions_suggestions_provider_unittest.cc", |
| 134 "sessions/tab_delegate_sync_adapter_unittest.cc", |
134 ] | 135 ] |
135 | 136 |
136 deps = [ | 137 deps = [ |
137 ":ntp_snippets", | 138 ":ntp_snippets", |
138 ":test_support", | 139 ":test_support", |
139 "//base", | 140 "//base", |
140 "//base/test:test_support", | 141 "//base/test:test_support", |
141 "//components/bookmarks/browser", | 142 "//components/bookmarks/browser", |
142 "//components/bookmarks/test", | 143 "//components/bookmarks/test", |
143 "//components/image_fetcher", | 144 "//components/image_fetcher", |
(...skipping 29 matching lines...) Expand all Loading... |
173 ] | 174 ] |
174 | 175 |
175 deps = [ | 176 deps = [ |
176 ":ntp_snippets", | 177 ":ntp_snippets", |
177 "//base", | 178 "//base", |
178 "//components/offline_pages/core", | 179 "//components/offline_pages/core", |
179 "//components/offline_pages/core:test_support", | 180 "//components/offline_pages/core:test_support", |
180 "//testing/gmock", | 181 "//testing/gmock", |
181 ] | 182 ] |
182 } | 183 } |
OLD | NEW |