| Index: ios/chrome/browser/ui/alert_coordinator/BUILD.gn
|
| diff --git a/ios/chrome/browser/ui/alert_coordinator/BUILD.gn b/ios/chrome/browser/ui/alert_coordinator/BUILD.gn
|
| index 78049b0f9046312654ba8a3874155d7606510d55..ed6238b284852338aff3c8273d57f6d64db25c93 100644
|
| --- a/ios/chrome/browser/ui/alert_coordinator/BUILD.gn
|
| +++ b/ios/chrome/browser/ui/alert_coordinator/BUILD.gn
|
| @@ -62,9 +62,9 @@ source_set("eg_tests") {
|
| "alert_coordinator_egtest.mm",
|
| ]
|
| deps = [
|
| + ":alert_coordinator",
|
| "//base",
|
| "//components/strings",
|
| - "//ios/chrome/browser/ui/alert_coordinator",
|
| "//ios/chrome/test/earl_grey:test_support",
|
| "//ios/testing/earl_grey:earl_grey_support",
|
| "//ios/third_party/earl_grey",
|
|
|