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

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

Issue 2610863002: Fix deps in all BUILD.gn files in ios. (Closed)
Patch Set: Created 3 years, 11 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
« ios/chrome/browser/ui/BUILD.gn ('K') | « ios/web/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 93534ca7ada947857633490752f1ad9822897654..6b6db5553f27d3b6b7676086ddd1f0a3fa8b0570 100644
--- a/ios/web/shell/test/BUILD.gn
+++ b/ios/web/shell/test/BUILD.gn
@@ -24,6 +24,7 @@ ios_eg_test("ios_web_shell_egtests") {
]
deps = [
+ ":earl_grey_test_support",
"//base",
"//base/test:test_support",
"//ios/testing:ios_test_support",
@@ -31,9 +32,8 @@ ios_eg_test("ios_web_shell_egtests") {
"//ios/web:earl_grey_test_support",
"//ios/web:test_support",
"//ios/web/shell",
- "//ios/web/shell/test:earl_grey_test_support",
- "//net:net",
- "//url:url",
+ "//net",
+ "//url",
# All shared libraries must have the sanitizer deps to properly link in
# asan mode (this target will be empty in other cases).
« ios/chrome/browser/ui/BUILD.gn ('K') | « ios/web/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698