| Index: ios/chrome/BUILD.gn
|
| diff --git a/ios/chrome/BUILD.gn b/ios/chrome/BUILD.gn
|
| index 06cc51cbb939e10b0860bfe48877e3e5583b1ec1..314c1dfc91354aa053330c8ab418364d8a33bd36 100644
|
| --- a/ios/chrome/BUILD.gn
|
| +++ b/ios/chrome/BUILD.gn
|
| @@ -3,12 +3,14 @@
|
| # found in the LICENSE file.
|
|
|
| import("//ios/build/config.gni")
|
| +import("//ios/public/provider/chrome/browser/build_config.gni")
|
| import("//testing/test.gni")
|
|
|
| test("ios_chrome_unittests") {
|
| deps = [
|
| - # Ensure that all unit tests are run.
|
| + # Ensure that all unit tests are run and packed resources available.
|
| "//ios/chrome/test:run_all_unittests",
|
| + ios_packed_resources_target,
|
|
|
| # Add unit_tests target here.
|
| "//ios/chrome/app:unit_tests",
|
|
|