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. |
| 11 "//ios/chrome/app/resources:packed_resources", |
11 "//ios/chrome/test:run_all_unittests", | 12 "//ios/chrome/test:run_all_unittests", |
12 | 13 |
13 # Add unit_tests target here. | 14 # Add unit_tests target here. |
14 "//ios/chrome/app:unit_tests", | 15 "//ios/chrome/app:unit_tests", |
15 "//ios/chrome/app/application_delegate:unit_tests", | 16 "//ios/chrome/app/application_delegate:unit_tests", |
16 "//ios/chrome/browser:unit_tests", | 17 "//ios/chrome/browser:unit_tests", |
17 "//ios/chrome/browser/browsing_data:unit_tests", | 18 "//ios/chrome/browser/browsing_data:unit_tests", |
18 "//ios/chrome/browser/favicon:unit_tests", | 19 "//ios/chrome/browser/favicon:unit_tests", |
19 "//ios/chrome/browser/geolocation:unit_tests", | 20 "//ios/chrome/browser/geolocation:unit_tests", |
20 "//ios/chrome/browser/itunes_links:unit_tests", | 21 "//ios/chrome/browser/itunes_links:unit_tests", |
(...skipping 13 matching lines...) Expand all Loading... |
34 "//ios/chrome/browser/ui/keyboard:unit_tests", | 35 "//ios/chrome/browser/ui/keyboard:unit_tests", |
35 "//ios/chrome/browser/update_client:unit_tests", | 36 "//ios/chrome/browser/update_client:unit_tests", |
36 "//ios/chrome/browser/web_resource:unit_tests", | 37 "//ios/chrome/browser/web_resource:unit_tests", |
37 "//ios/chrome/browser/webp_transcode:unit_tests", | 38 "//ios/chrome/browser/webp_transcode:unit_tests", |
38 "//ios/chrome/common:unit_tests", | 39 "//ios/chrome/common:unit_tests", |
39 "//ios/chrome/test:unit_tests", | 40 "//ios/chrome/test:unit_tests", |
40 ] | 41 ] |
41 | 42 |
42 assert_no_deps = ios_assert_no_deps | 43 assert_no_deps = ios_assert_no_deps |
43 } | 44 } |
OLD | NEW |