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

Unified Diff: ios/chrome/browser/geolocation/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/chrome/browser/geolocation/BUILD.gn
diff --git a/ios/chrome/browser/geolocation/BUILD.gn b/ios/chrome/browser/geolocation/BUILD.gn
index 57c5fa44f9726ace1e987e597020685890c4cf51..30306a6b8c32a4c6eb5e0b6ec0031563561cd013 100644
--- a/ios/chrome/browser/geolocation/BUILD.gn
+++ b/ios/chrome/browser/geolocation/BUILD.gn
@@ -72,11 +72,11 @@ source_set("geolocation_internal") {
"omnibox_geolocation_controller.mm",
]
deps = [
+ ":geolocation",
"//base",
"//components/google/core/browser",
"//components/version_info",
"//ios/chrome/browser/browser_state",
- "//ios/chrome/browser/geolocation",
"//ios/chrome/browser/tabs",
"//ios/web",
"//ui/base",

Powered by Google App Engine
This is Rietveld 408576698