Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Unified Diff: ios/chrome/browser/ui/first_run/BUILD.gn

Issue 2906313004: Making the gradient click-through in ChromeSigninViewController (Closed)
Patch Set: Fixing dependencies ( Merge) Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ios/chrome/browser/ui/first_run/BUILD.gn
diff --git a/ios/chrome/browser/ui/first_run/BUILD.gn b/ios/chrome/browser/ui/first_run/BUILD.gn
index cb132a42f7c10a17a132a354b5a6c494872654a6..357aefe2a78ce4a975eb825561e8193c0e5c664b 100644
--- a/ios/chrome/browser/ui/first_run/BUILD.gn
+++ b/ios/chrome/browser/ui/first_run/BUILD.gn
@@ -107,6 +107,7 @@ source_set("eg_tests") {
deps = [
":first_run",
"//base",
+ "//base/test:test_support",
"//components/metrics",
"//components/prefs",
"//components/signin/core/browser",
@@ -120,6 +121,7 @@ source_set("eg_tests") {
"//ios/chrome/test/app:test_support",
"//ios/chrome/test/earl_grey:test_support",
"//ios/public/provider/chrome/browser/signin:test_support",
+ "//ios/testing:ios_test_support",
"//ios/third_party/earl_grey",
"//ui/base",
]

Powered by Google App Engine
This is Rietveld 408576698