Commit 30382da6 authored by Gauthier Ambard's avatar Gauthier Ambard Committed by Commit Bot

[iOS] Add missing dependency for EG2 test

The Signin test were missing the dependency for the the app interface
for EG2, leading to "unrecognized selector" error when running the test.

Bug: none
Change-Id: Iee424c0ca4a09472a7ccdadfff60aaf8381903b8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1985001
Commit-Queue: Gauthier Ambard <gambard@chromium.org>
Commit-Queue: Jérôme Lebel <jlebel@chromium.org>
Auto-Submit: Gauthier Ambard <gambard@chromium.org>
Reviewed-by: default avatarJérôme Lebel <jlebel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#727873}
parent 52a83118
...@@ -420,6 +420,7 @@ source_set("eg_app_support+eg2") { ...@@ -420,6 +420,7 @@ source_set("eg_app_support+eg2") {
"//ios/chrome/browser/ui/settings/clear_browsing_data", "//ios/chrome/browser/ui/settings/clear_browsing_data",
"//ios/chrome/browser/ui/settings/credit_card_scanner", "//ios/chrome/browser/ui/settings/credit_card_scanner",
"//ios/chrome/browser/ui/settings/google_services:constants", "//ios/chrome/browser/ui/settings/google_services:constants",
"//ios/chrome/browser/ui/settings/google_services:eg_app_support+eg2",
"//ios/chrome/browser/ui/settings/password:eg_app_support+eg2", "//ios/chrome/browser/ui/settings/password:eg_app_support+eg2",
"//ios/chrome/browser/ui/settings/password:password_constants", "//ios/chrome/browser/ui/settings/password:password_constants",
"//ios/chrome/browser/ui/settings/sync", "//ios/chrome/browser/ui/settings/sync",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment