| 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("//build_overrides/webrtc.gni") | 7 import("//build_overrides/webrtc.gni") |
| 8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
| 9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
| 10 | 10 |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 "//components/syncable_prefs:unit_tests", | 70 "//components/syncable_prefs:unit_tests", |
| 71 "//components/translate/core/browser:unit_tests", | 71 "//components/translate/core/browser:unit_tests", |
| 72 "//components/translate/core/common:unit_tests", | 72 "//components/translate/core/common:unit_tests", |
| 73 "//components/translate/core/language_detection:unit_tests", | 73 "//components/translate/core/language_detection:unit_tests", |
| 74 "//components/undo:unit_tests", | 74 "//components/undo:unit_tests", |
| 75 "//components/update_client:unit_tests", | 75 "//components/update_client:unit_tests", |
| 76 "//components/upload_list:unit_tests", | 76 "//components/upload_list:unit_tests", |
| 77 "//components/variations:unit_tests", | 77 "//components/variations:unit_tests", |
| 78 "//components/variations/service:unit_tests", | 78 "//components/variations/service:unit_tests", |
| 79 "//components/web_resource:unit_tests", | 79 "//components/web_resource:unit_tests", |
| 80 "//mojo/edk/embedder:headers", |
| 80 "//net", | 81 "//net", |
| 81 "//testing/gtest", | 82 "//testing/gtest", |
| 82 "//third_party/mojo/src/mojo/edk/embedder:headers", | |
| 83 "//ui/base", | 83 "//ui/base", |
| 84 "//ui/resources:ui_test_pak", | 84 "//ui/resources:ui_test_pak", |
| 85 ] | 85 ] |
| 86 | 86 |
| 87 if (is_ios) { | 87 if (is_ios) { |
| 88 deps += [ "//components/translate/ios/browser:unit_tests" ] | 88 deps += [ "//components/translate/ios/browser:unit_tests" ] |
| 89 | 89 |
| 90 if (target_cpu != "arm") { | 90 if (target_cpu != "arm") { |
| 91 # TODO(GYP): iOS arm builds of libwebp don't work yet. | 91 # TODO(GYP): iOS arm builds of libwebp don't work yet. |
| 92 deps += [ "//components/webp_transcode:unit_tests" ] | 92 deps += [ "//components/webp_transcode:unit_tests" ] |
| (...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 451 if (!is_ios) { | 451 if (!is_ios) { |
| 452 deps += [ | 452 deps += [ |
| 453 "//base", | 453 "//base", |
| 454 "//base/test:test_support_perf", | 454 "//base/test:test_support_perf", |
| 455 "//components/scheduler", | 455 "//components/scheduler", |
| 456 "//components/visitedlink/browser", | 456 "//components/visitedlink/browser", |
| 457 "//content/test:test_support", | 457 "//content/test:test_support", |
| 458 ] | 458 ] |
| 459 } | 459 } |
| 460 } | 460 } |
| OLD | NEW |