| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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("//ios/build/config.gni") | 5 import("//ios/build/config.gni") |
| 6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 | 7 |
| 8 test("ios_chrome_unittests") { | 8 test("ios_chrome_unittests") { |
| 9 deps = [ | 9 deps = [ |
| 10 # Ensure that all unit tests are run. | 10 # Ensure that all unit tests are run. |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 "//ios/chrome/browser/ui/alert_coordinator:unit_tests", | 40 "//ios/chrome/browser/ui/alert_coordinator:unit_tests", |
| 41 "//ios/chrome/browser/ui/commands:unit_tests", | 41 "//ios/chrome/browser/ui/commands:unit_tests", |
| 42 "//ios/chrome/browser/ui/context_menu:unit_tests", | 42 "//ios/chrome/browser/ui/context_menu:unit_tests", |
| 43 "//ios/chrome/browser/ui/dialogs:unit_tests", | 43 "//ios/chrome/browser/ui/dialogs:unit_tests", |
| 44 "//ios/chrome/browser/ui/elements:unit_tests", | 44 "//ios/chrome/browser/ui/elements:unit_tests", |
| 45 "//ios/chrome/browser/ui/keyboard:unit_tests", | 45 "//ios/chrome/browser/ui/keyboard:unit_tests", |
| 46 "//ios/chrome/browser/ui/voice:unit_tests", | 46 "//ios/chrome/browser/ui/voice:unit_tests", |
| 47 "//ios/chrome/browser/update_client:unit_tests", | 47 "//ios/chrome/browser/update_client:unit_tests", |
| 48 "//ios/chrome/browser/voice:unit_tests", | 48 "//ios/chrome/browser/voice:unit_tests", |
| 49 "//ios/chrome/browser/web_resource:unit_tests", | 49 "//ios/chrome/browser/web_resource:unit_tests", |
| 50 "//ios/chrome/browser/webp_transcode:unit_tests", | |
| 51 "//ios/chrome/common:unit_tests", | 50 "//ios/chrome/common:unit_tests", |
| 52 "//ios/chrome/test:unit_tests", | 51 "//ios/chrome/test:unit_tests", |
| 53 ] | 52 ] |
| 54 | 53 |
| 55 assert_no_deps = ios_assert_no_deps | 54 assert_no_deps = ios_assert_no_deps |
| 56 } | 55 } |
| OLD | NEW |