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

Unified Diff: ios/web/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
Index: ios/web/BUILD.gn
diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
index f7a0435acbf950d0cf89e7a37e3d34fe1924f010..4b290837c5f5767f581dc6b8bac7f5665c4f661b 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -31,7 +31,7 @@ source_set("web_arc") {
"//services/service_manager/public/cpp",
"//ui/base",
"//ui/gfx",
- "//ui/gfx/geometry:geometry",
+ "//ui/gfx/geometry",
"//ui/resources",
"//url",
]
@@ -259,7 +259,7 @@ source_set("web") {
"//services/service_manager/public/cpp",
"//ui/base",
"//ui/gfx",
- "//ui/gfx/geometry:geometry",
+ "//ui/gfx/geometry",
"//ui/resources",
"//url",
]
@@ -346,7 +346,7 @@ source_set("earl_grey_test_support") {
"//ios/testing:ios_test_support",
"//ios/testing/earl_grey:earl_grey_support",
"//ios/third_party/earl_grey",
- "//net:net",
+ "//net",
]
sources = [
@@ -375,7 +375,7 @@ source_set("test_support") {
"//testing/gmock",
"//testing/gtest",
"//third_party/ocmock",
- "//ui/base:base",
+ "//ui/base",
]
sources = [

Powered by Google App Engine
This is Rietveld 408576698