| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 "//components/syncable_prefs:unit_tests", | 62 "//components/syncable_prefs:unit_tests", |
| 63 "//components/translate/core/browser:unit_tests", | 63 "//components/translate/core/browser:unit_tests", |
| 64 "//components/translate/core/common:unit_tests", | 64 "//components/translate/core/common:unit_tests", |
| 65 "//components/translate/core/language_detection:unit_tests", | 65 "//components/translate/core/language_detection:unit_tests", |
| 66 "//components/undo:unit_tests", | 66 "//components/undo:unit_tests", |
| 67 "//components/update_client:unit_tests", | 67 "//components/update_client:unit_tests", |
| 68 "//components/upload_list:unit_tests", | 68 "//components/upload_list:unit_tests", |
| 69 "//components/variations:unit_tests", | 69 "//components/variations:unit_tests", |
| 70 "//components/variations/service:unit_tests", | 70 "//components/variations/service:unit_tests", |
| 71 "//components/web_resource:unit_tests", | 71 "//components/web_resource:unit_tests", |
| 72 "//mojo/edk/embedder:headers", |
| 72 "//net", | 73 "//net", |
| 73 "//testing/gtest", | 74 "//testing/gtest", |
| 74 "//third_party/mojo/src/mojo/edk/embedder:headers", | |
| 75 "//ui/base", | 75 "//ui/base", |
| 76 "//ui/resources:ui_test_pak", | 76 "//ui/resources:ui_test_pak", |
| 77 ] | 77 ] |
| 78 | 78 |
| 79 if (is_ios) { | 79 if (is_ios) { |
| 80 deps += [ "//components/translate/ios/browser:unit_tests" ] | 80 deps += [ "//components/translate/ios/browser:unit_tests" ] |
| 81 | 81 |
| 82 if (target_cpu != "arm") { | 82 if (target_cpu != "arm") { |
| 83 # TODO(GYP): iOS arm builds of libwebp don't work yet. | 83 # TODO(GYP): iOS arm builds of libwebp don't work yet. |
| 84 deps += [ "//components/webp_transcode:unit_tests" ] | 84 deps += [ "//components/webp_transcode:unit_tests" ] |
| (...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 438 if (!is_ios) { | 438 if (!is_ios) { |
| 439 deps += [ | 439 deps += [ |
| 440 "//base", | 440 "//base", |
| 441 "//base/test:test_support_perf", | 441 "//base/test:test_support_perf", |
| 442 "//components/scheduler", | 442 "//components/scheduler", |
| 443 "//components/visitedlink/browser", | 443 "//components/visitedlink/browser", |
| 444 "//content/test:test_support", | 444 "//content/test:test_support", |
| 445 ] | 445 ] |
| 446 } | 446 } |
| 447 } | 447 } |
| OLD | NEW |