Chromium Code Reviews| 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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 312 "//components/undo:unit_tests", | 312 "//components/undo:unit_tests", |
| 313 "//net", | 313 "//net", |
| 314 "//ui/base", | 314 "//ui/base", |
| 315 "//ui/resources:ui_test_pak", | 315 "//ui/resources:ui_test_pak", |
| 316 "//components/search_engines:unit_tests", | 316 "//components/search_engines:unit_tests", |
| 317 "//components/undo:unit_tests", | 317 "//components/undo:unit_tests", |
| 318 "//components/leveldb_proto:unit_tests", | 318 "//components/leveldb_proto:unit_tests", |
| 319 "//components/suggestions:unit_tests", | 319 "//components/suggestions:unit_tests", |
| 320 "//components/omnibox/browser:unit_tests", | 320 "//components/omnibox/browser:unit_tests", |
| 321 "//components/sessions:test_support", | 321 "//components/sessions:test_support", |
| 322 "//components/sessions:test_support", | |
|
blundell
2015/10/23 06:13:04
(a) I think you mean to add //components/sync_sess
Nicolas Zea
2015/10/23 22:18:14
You're right. Fixed.
| |
| 322 ] | 323 ] |
| 323 | 324 |
| 324 if (!is_ios) { | 325 if (!is_ios) { |
| 325 deps += [ | 326 deps += [ |
| 326 "//components/enhanced_bookmarks:unit_tests", | 327 "//components/enhanced_bookmarks:unit_tests", |
| 327 "//components/error_page/renderer:unit_tests", | 328 "//components/error_page/renderer:unit_tests", |
| 328 "//components/guest_view/browser:unit_tests", | 329 "//components/guest_view/browser:unit_tests", |
| 329 "//components/navigation_interception:unit_tests", | 330 "//components/navigation_interception:unit_tests", |
| 330 "//components/network_hints/renderer:unit_tests", | 331 "//components/network_hints/renderer:unit_tests", |
| 331 "//components/power:unit_tests", | 332 "//components/power:unit_tests", |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 616 ] | 617 ] |
| 617 if (!is_ios) { | 618 if (!is_ios) { |
| 618 deps += [ | 619 deps += [ |
| 619 "//base", | 620 "//base", |
| 620 "//base/test:test_support_perf", | 621 "//base/test:test_support_perf", |
| 621 "//content/test:test_support", | 622 "//content/test:test_support", |
| 622 "//components/visitedlink/browser", | 623 "//components/visitedlink/browser", |
| 623 ] | 624 ] |
| 624 } | 625 } |
| 625 } | 626 } |
| OLD | NEW |