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

Unified Diff: content/public/browser/BUILD.gn

Issue 2192683002: Reland 2:Geolocation: move from content/browser to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ignore size_t_to_int truncation warning Created 4 years, 5 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: content/public/browser/BUILD.gn
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
index d36c55d0c78fd7cf5575affbdfece0b70bbd130f..25d3593952ecd437ac4a2d52c571f2af416696a9 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -45,6 +45,7 @@ source_set("browser_sources") {
"//cc",
"//content/browser", # Must not be public_deps!
"//content/public/common:common_sources",
+ "//device/geolocation:device_geolocation",
"//device/power_save_blocker",
"//gpu",
"//media",

Powered by Google App Engine
This is Rietveld 408576698