| 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 import("//testing/test.gni") | 7 import("//testing/test.gni") |
| 8 import("//tools/grit/repack.gni") | 8 import("//tools/grit/repack.gni") |
| 9 | 9 |
| 10 # Collection of all components. You wouldn't link to this, but this is rather | 10 # Collection of all components. You wouldn't link to this, but this is rather |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 deps += [ | 247 deps += [ |
| 248 "//components/copresence", | 248 "//components/copresence", |
| 249 "//components/storage_monitor", | 249 "//components/storage_monitor", |
| 250 ] | 250 ] |
| 251 } | 251 } |
| 252 | 252 |
| 253 if (!is_ios) { | 253 if (!is_ios) { |
| 254 deps += [ | 254 deps += [ |
| 255 "//components/app_modal", | 255 "//components/app_modal", |
| 256 "//components/browsing_data", | 256 "//components/browsing_data", |
| 257 "//components/certificate_transparency", |
| 257 "//components/guest_view/browser", | 258 "//components/guest_view/browser", |
| 258 "//components/guest_view/common", | 259 "//components/guest_view/common", |
| 259 "//components/guest_view/renderer", | 260 "//components/guest_view/renderer", |
| 260 "//components/safe_json", | 261 "//components/safe_json", |
| 261 "//components/scheduler", | 262 "//components/scheduler", |
| 262 "//components/test_runner", | 263 "//components/test_runner", |
| 263 ] | 264 ] |
| 264 } | 265 } |
| 265 | 266 |
| 266 if (toolkit_views) { | 267 if (toolkit_views) { |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 deps = [ | 303 deps = [ |
| 303 "//components/auto_login_parser:unit_tests", | 304 "//components/auto_login_parser:unit_tests", |
| 304 "//components/autofill/content/browser:unit_tests", | 305 "//components/autofill/content/browser:unit_tests", |
| 305 "//components/autofill/content/renderer:unit_tests", | 306 "//components/autofill/content/renderer:unit_tests", |
| 306 "//components/autofill/core/browser:unit_tests", | 307 "//components/autofill/core/browser:unit_tests", |
| 307 "//components/autofill/core/common:unit_tests", | 308 "//components/autofill/core/common:unit_tests", |
| 308 "//components/bookmarks/browser:unit_tests", | 309 "//components/bookmarks/browser:unit_tests", |
| 309 "//components/bookmarks/managed:unit_tests", | 310 "//components/bookmarks/managed:unit_tests", |
| 310 "//components/bubble:unit_tests", | 311 "//components/bubble:unit_tests", |
| 311 "//components/captive_portal:unit_tests", | 312 "//components/captive_portal:unit_tests", |
| 313 "//components/certificate_transparency:unit_tests", |
| 312 "//components/cloud_devices/common:unit_tests", | 314 "//components/cloud_devices/common:unit_tests", |
| 313 "//components/component_updater:unit_tests", | 315 "//components/component_updater:unit_tests", |
| 314 "//components/content_settings/core/browser:unit_tests", | 316 "//components/content_settings/core/browser:unit_tests", |
| 315 "//components/content_settings/core/common:unit_tests", | 317 "//components/content_settings/core/common:unit_tests", |
| 316 "//components/crx_file:unit_tests", | 318 "//components/crx_file:unit_tests", |
| 317 "//components/data_reduction_proxy/content/browser:unit_tests", | 319 "//components/data_reduction_proxy/content/browser:unit_tests", |
| 318 "//components/data_reduction_proxy/core/browser:unit_tests", | 320 "//components/data_reduction_proxy/core/browser:unit_tests", |
| 319 "//components/data_reduction_proxy/core/common:unit_tests", | 321 "//components/data_reduction_proxy/core/common:unit_tests", |
| 320 "//components/device_event_log:unit_tests", | 322 "//components/device_event_log:unit_tests", |
| 321 "//components/devtools_http_handler:unit_tests", | 323 "//components/devtools_http_handler:unit_tests", |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 588 | 590 |
| 589 deps = [ | 591 deps = [ |
| 590 "//base", | 592 "//base", |
| 591 "//base/test:test_support_perf", | 593 "//base/test:test_support_perf", |
| 592 "//testing/gtest", | 594 "//testing/gtest", |
| 593 "//testing/perf", | 595 "//testing/perf", |
| 594 "//content/test:test_support", | 596 "//content/test:test_support", |
| 595 "//components/visitedlink/browser", | 597 "//components/visitedlink/browser", |
| 596 ] | 598 ] |
| 597 } | 599 } |
| OLD | NEW |