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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 "//components/offline_pages", | 144 "//components/offline_pages", |
145 "//components/offline_pages:test_support", | 145 "//components/offline_pages:test_support", |
146 "//components/physical_web/data_source:test_support", | 146 "//components/physical_web/data_source:test_support", |
147 "//components/sessions", | 147 "//components/sessions", |
148 "//components/sessions:test_support", | 148 "//components/sessions:test_support", |
149 "//components/signin/core/browser:test_support", | 149 "//components/signin/core/browser:test_support", |
150 "//components/signin/core/common", | 150 "//components/signin/core/common", |
151 "//components/strings", | 151 "//components/strings", |
152 "//components/sync:test_support_driver", | 152 "//components/sync:test_support_driver", |
153 "//components/sync_sessions", | 153 "//components/sync_sessions", |
154 "//components/variations", | 154 "//components/variations:test_support", |
155 "//net:test_support", | 155 "//net:test_support", |
156 "//testing/gtest", | 156 "//testing/gtest", |
157 "//third_party/icu/", | 157 "//third_party/icu/", |
158 "//ui/gfx:test_support", | 158 "//ui/gfx:test_support", |
159 ] | 159 ] |
160 } | 160 } |
161 | 161 |
162 source_set("test_support") { | 162 source_set("test_support") { |
163 testonly = true | 163 testonly = true |
164 sources = [ | 164 sources = [ |
165 "mock_content_suggestions_provider_observer.cc", | 165 "mock_content_suggestions_provider_observer.cc", |
166 "mock_content_suggestions_provider_observer.h", | 166 "mock_content_suggestions_provider_observer.h", |
167 "offline_pages/offline_pages_test_utils.cc", | 167 "offline_pages/offline_pages_test_utils.cc", |
168 "offline_pages/offline_pages_test_utils.h", | 168 "offline_pages/offline_pages_test_utils.h", |
169 ] | 169 ] |
170 | 170 |
171 deps = [ | 171 deps = [ |
172 ":ntp_snippets", | 172 ":ntp_snippets", |
173 "//base", | 173 "//base", |
174 "//components/offline_pages", | 174 "//components/offline_pages", |
175 "//components/offline_pages:test_support", | 175 "//components/offline_pages:test_support", |
176 "//testing/gmock", | 176 "//testing/gmock", |
177 ] | 177 ] |
178 } | 178 } |
OLD | NEW |