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

Unified Diff: ios/web/shell/test/BUILD.gn

Issue 2220243002: [iOS] Fix EarlGrey public configurations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add-xctest-target
Patch Set: Rebase on origin/master Created 4 years, 4 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
« no previous file with comments | « ios/third_party/earl_grey/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/shell/test/BUILD.gn
diff --git a/ios/web/shell/test/BUILD.gn b/ios/web/shell/test/BUILD.gn
index db90f52b64d1d58f9405b811d3f9e6e28de61f1f..c9b547d80544f5594abe7902d1773931aefaa893 100644
--- a/ios/web/shell/test/BUILD.gn
+++ b/ios/web/shell/test/BUILD.gn
@@ -53,6 +53,10 @@ source_set("earl_grey_test_support") {
"//url",
]
+ public_deps = [
+ "//build/config/ios:xctest",
+ ]
+
sources = [
"app/navigation_test_util.h",
"app/navigation_test_util.mm",
« no previous file with comments | « ios/third_party/earl_grey/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698