| 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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 "//components/undo:unit_tests", | 311 "//components/undo:unit_tests", |
| 312 "//net", | 312 "//net", |
| 313 "//ui/base", | 313 "//ui/base", |
| 314 "//ui/resources:ui_test_pak", | 314 "//ui/resources:ui_test_pak", |
| 315 "//components/search_engines:unit_tests", | 315 "//components/search_engines:unit_tests", |
| 316 "//components/undo:unit_tests", | 316 "//components/undo:unit_tests", |
| 317 "//components/leveldb_proto:unit_tests", | 317 "//components/leveldb_proto:unit_tests", |
| 318 "//components/suggestions:unit_tests", | 318 "//components/suggestions:unit_tests", |
| 319 "//components/omnibox/browser:unit_tests", | 319 "//components/omnibox/browser:unit_tests", |
| 320 "//components/sessions:test_support", | 320 "//components/sessions:test_support", |
| 321 "//components/sessions:test_support", |
| 321 ] | 322 ] |
| 322 | 323 |
| 323 if (!is_ios) { | 324 if (!is_ios) { |
| 324 deps += [ | 325 deps += [ |
| 325 "//components/enhanced_bookmarks:unit_tests", | 326 "//components/enhanced_bookmarks:unit_tests", |
| 326 "//components/error_page/renderer:unit_tests", | 327 "//components/error_page/renderer:unit_tests", |
| 327 "//components/guest_view/browser:unit_tests", | 328 "//components/guest_view/browser:unit_tests", |
| 328 "//components/navigation_interception:unit_tests", | 329 "//components/navigation_interception:unit_tests", |
| 329 "//components/network_hints/renderer:unit_tests", | 330 "//components/network_hints/renderer:unit_tests", |
| 330 "//components/power:unit_tests", | 331 "//components/power:unit_tests", |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 615 ] | 616 ] |
| 616 if (!is_ios) { | 617 if (!is_ios) { |
| 617 deps += [ | 618 deps += [ |
| 618 "//base", | 619 "//base", |
| 619 "//base/test:test_support_perf", | 620 "//base/test:test_support_perf", |
| 620 "//content/test:test_support", | 621 "//content/test:test_support", |
| 621 "//components/visitedlink/browser", | 622 "//components/visitedlink/browser", |
| 622 ] | 623 ] |
| 623 } | 624 } |
| 624 } | 625 } |
| OLD | NEW |