| Index: ios/chrome/BUILD.gn | 
| diff --git a/ios/chrome/BUILD.gn b/ios/chrome/BUILD.gn | 
| index 66eff91b1d89b15185ddffb66b453bca42f5aa02..06cc51cbb939e10b0860bfe48877e3e5583b1ec1 100644 | 
| --- a/ios/chrome/BUILD.gn | 
| +++ b/ios/chrome/BUILD.gn | 
| @@ -10,13 +10,6 @@ test("ios_chrome_unittests") { | 
| # Ensure that all unit tests are run. | 
| "//ios/chrome/test:run_all_unittests", | 
|  | 
| -    # Ensure that packed resources are available (it should be a dependency | 
| -    # of //ios/chrome/app however, Chrome on iOS uses different resources, | 
| -    # so the dependency cannot be added there). | 
| -    # TODO(crbug.com/653086): find a way to fix those dependency as part of | 
| -    # building Chromium for iOS, and then remove the dependency. | 
| -    "//ios/chrome/app/resources:packed_resources", | 
| - | 
| # Add unit_tests target here. | 
| "//ios/chrome/app:unit_tests", | 
| "//ios/chrome/app/application_delegate:unit_tests", | 
|  |