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

Unified Diff: ios/chrome/browser/geolocation/BUILD.gn

Issue 2589843002: Upstream Chrome on iOS source code [11/11]. (Closed)
Patch Set: Created 4 years 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/chrome/browser/device_sharing/BUILD.gn ('k') | ios/chrome/browser/metrics/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/geolocation/BUILD.gn
diff --git a/ios/chrome/browser/geolocation/BUILD.gn b/ios/chrome/browser/geolocation/BUILD.gn
index d386fa59c1d2a3109bc9ac40772b5136b51901a3..57c5fa44f9726ace1e987e597020685890c4cf51 100644
--- a/ios/chrome/browser/geolocation/BUILD.gn
+++ b/ios/chrome/browser/geolocation/BUILD.gn
@@ -64,3 +64,26 @@ source_set("unit_tests") {
"//third_party/ocmock",
]
}
+
+source_set("geolocation_internal") {
+ sources = [
+ "omnibox_geolocation_controller+Testing.h",
+ "omnibox_geolocation_controller.h",
+ "omnibox_geolocation_controller.mm",
+ ]
+ deps = [
+ "//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",
+ "//url",
+ ]
+ libs = [
+ "CoreLocation.framework",
+ "UIKit.framework",
+ ]
+}
« no previous file with comments | « ios/chrome/browser/device_sharing/BUILD.gn ('k') | ios/chrome/browser/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698