| 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 "//components/undo:unit_tests", | 306 "//components/undo:unit_tests", |
| 307 "//net", | 307 "//net", |
| 308 "//ui/base", | 308 "//ui/base", |
| 309 "//ui/resources:ui_test_pak", | 309 "//ui/resources:ui_test_pak", |
| 310 "//components/search_engines:unit_tests", | 310 "//components/search_engines:unit_tests", |
| 311 "//components/undo:unit_tests", | 311 "//components/undo:unit_tests", |
| 312 "//components/leveldb_proto:unit_tests", | 312 "//components/leveldb_proto:unit_tests", |
| 313 "//components/suggestions:unit_tests", | 313 "//components/suggestions:unit_tests", |
| 314 "//components/omnibox/browser:unit_tests", | 314 "//components/omnibox/browser:unit_tests", |
| 315 "//components/sessions:test_support", | 315 "//components/sessions:test_support", |
| 316 "//components/sessions:test_support", |
| 316 ] | 317 ] |
| 317 | 318 |
| 318 if (!is_ios) { | 319 if (!is_ios) { |
| 319 deps += [ | 320 deps += [ |
| 320 "//components/enhanced_bookmarks:unit_tests", | 321 "//components/enhanced_bookmarks:unit_tests", |
| 321 "//components/error_page/renderer:unit_tests", | 322 "//components/error_page/renderer:unit_tests", |
| 322 "//components/guest_view/browser:unit_tests", | 323 "//components/guest_view/browser:unit_tests", |
| 323 "//components/navigation_interception:unit_tests", | 324 "//components/navigation_interception:unit_tests", |
| 324 "//components/network_hints/renderer:unit_tests", | 325 "//components/network_hints/renderer:unit_tests", |
| 325 "//components/power:unit_tests", | 326 "//components/power:unit_tests", |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 596 ] | 597 ] |
| 597 if (!is_ios) { | 598 if (!is_ios) { |
| 598 deps += [ | 599 deps += [ |
| 599 "//base", | 600 "//base", |
| 600 "//base/test:test_support_perf", | 601 "//base/test:test_support_perf", |
| 601 "//content/test:test_support", | 602 "//content/test:test_support", |
| 602 "//components/visitedlink/browser", | 603 "//components/visitedlink/browser", |
| 603 ] | 604 ] |
| 604 } | 605 } |
| 605 } | 606 } |
| OLD | NEW |