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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 | 7 |
8 # Collection of all components. You wouldn't link to this, but this is rather | 8 # Collection of all components. You wouldn't link to this, but this is rather |
9 # to reference the files so they can be compiled by the build system. | 9 # to reference the files so they can be compiled by the build system. |
10 group("all_components") { | 10 group("all_components") { |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 # (this would at least include the component itself), they should be on the | 225 # (this would at least include the component itself), they should be on the |
226 # test source set and not here. | 226 # test source set and not here. |
227 deps = [ | 227 deps = [ |
228 "//components/auto_login_parser:unit_tests", | 228 "//components/auto_login_parser:unit_tests", |
229 "//components/autofill/content/browser:unit_tests", | 229 "//components/autofill/content/browser:unit_tests", |
230 "//components/autofill/core/browser:unit_tests", | 230 "//components/autofill/core/browser:unit_tests", |
231 "//components/autofill/core/common:unit_tests", | 231 "//components/autofill/core/common:unit_tests", |
232 "//components/bookmarks/browser:unit_tests", | 232 "//components/bookmarks/browser:unit_tests", |
233 "//components/captive_portal:unit_tests", | 233 "//components/captive_portal:unit_tests", |
234 "//components/cloud_devices/common:unit_tests", | 234 "//components/cloud_devices/common:unit_tests", |
235 "//components/component_updater:unit_tests", | 235 "//components/update_client:unit_tests", |
236 "//components/content_settings/core/browser:unit_tests", | 236 "//components/content_settings/core/browser:unit_tests", |
237 "//components/content_settings/core/common:unit_tests", | 237 "//components/content_settings/core/common:unit_tests", |
238 "//components/crx_file:unit_tests", | 238 "//components/crx_file:unit_tests", |
239 "//components/data_reduction_proxy/core/browser:unit_tests", | 239 "//components/data_reduction_proxy/core/browser:unit_tests", |
240 "//components/data_reduction_proxy/core/common:unit_tests", | 240 "//components/data_reduction_proxy/core/common:unit_tests", |
241 "//components/dom_distiller/core:unit_tests", | 241 "//components/dom_distiller/core:unit_tests", |
242 "//components/domain_reliability:unit_tests", | 242 "//components/domain_reliability:unit_tests", |
243 "//components/favicon_base:unit_tests", | 243 "//components/favicon_base:unit_tests", |
244 "//components/google/core/browser:unit_tests", | 244 "//components/google/core/browser:unit_tests", |
245 "//components/login:unit_tests", | 245 "//components/login:unit_tests", |
(...skipping 17 matching lines...) Expand all Loading... |
263 #'breakpad/app/crash_keys_win_unittest.cc', | 263 #'breakpad/app/crash_keys_win_unittest.cc', |
264 | 264 |
265 # Precache tests need these defines. | 265 # Precache tests need these defines. |
266 #configs += [ "//components/precache/core:precache_config" ] | 266 #configs += [ "//components/precache/core:precache_config" ] |
267 | 267 |
268 if (toolkit_views) { | 268 if (toolkit_views) { |
269 # TODO(GYP) enable this as above. | 269 # TODO(GYP) enable this as above. |
270 #deps += [ "//components/constrained_window:unit_tests" ] | 270 #deps += [ "//components/constrained_window:unit_tests" ] |
271 } | 271 } |
272 } | 272 } |
OLD | NEW |