| 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 if (is_android) { | 10 if (is_android) { |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 "//components/url_formatter:unit_tests", | 142 "//components/url_formatter:unit_tests", |
| 143 "//components/url_matcher:unit_tests", | 143 "//components/url_matcher:unit_tests", |
| 144 "//components/user_prefs/tracked:unit_tests", | 144 "//components/user_prefs/tracked:unit_tests", |
| 145 "//components/variations:unit_tests", | 145 "//components/variations:unit_tests", |
| 146 "//components/variations/service:unit_tests", | 146 "//components/variations/service:unit_tests", |
| 147 "//components/web_resource:unit_tests", | 147 "//components/web_resource:unit_tests", |
| 148 "//components/webdata/common:unit_tests", | 148 "//components/webdata/common:unit_tests", |
| 149 | 149 |
| 150 # Direct dependencies of components/test/run_all_unittests.cc. | 150 # Direct dependencies of components/test/run_all_unittests.cc. |
| 151 "//components/content_settings/core/common", | 151 "//components/content_settings/core/common", |
| 152 "//mojo/edk/system", | |
| 153 "//net", | 152 "//net", |
| 154 "//testing/gtest", | 153 "//testing/gtest", |
| 155 "//ui/base", | 154 "//ui/base", |
| 156 "//ui/resources:ui_test_pak", | 155 "//ui/resources:ui_test_pak", |
| 157 ] | 156 ] |
| 158 | 157 |
| 159 if (enable_nacl) { | 158 if (enable_nacl) { |
| 160 deps += [ "//components/nacl/browser:unit_tests" ] | 159 deps += [ "//components/nacl/browser:unit_tests" ] |
| 161 } | 160 } |
| 162 | 161 |
| (...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 486 "//base/test:test_support", | 485 "//base/test:test_support", |
| 487 "//components/visitedlink/browser", | 486 "//components/visitedlink/browser", |
| 488 "//content/test:test_support", | 487 "//content/test:test_support", |
| 489 "//mojo/edk/test:run_all_perftests", | 488 "//mojo/edk/test:run_all_perftests", |
| 490 "//testing/gtest", | 489 "//testing/gtest", |
| 491 "//testing/perf", | 490 "//testing/perf", |
| 492 "//url", | 491 "//url", |
| 493 ] | 492 ] |
| 494 } | 493 } |
| 495 } | 494 } |
| OLD | NEW |