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

Unified Diff: blimp/engine/BUILD.gn

Issue 2176753003: Geolocation: move from content/browser to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed device/geolocation/public/cpp 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: blimp/engine/BUILD.gn
diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
index 036420148236a79fe65f8a581740c4a785cf24c2..78181746f90f90f9d5233cde2a5d1b3d1b15c6e3 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -84,6 +84,7 @@ source_set("app") {
"//content/public/common",
"//content/public/renderer",
"//content/public/utility",
+ "//device/geolocation:device_geolocation",
"//net",
]
}
@@ -277,6 +278,7 @@ source_set("feature") {
"//blimp/net",
"//content/public/browser",
"//content/public/common",
+ "//device/geolocation:device_geolocation",
"//net",
"//ui/base",
"//ui/base/ime",
« no previous file with comments | « android_webview/test/BUILD.gn ('k') | blimp/engine/DEPS » ('j') | chromeos/geolocation/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698