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

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: 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..c53a9b2b93806d68591d68395b8f0a833a41cb78 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/public/cpp",
"//net",
]
}
@@ -277,6 +278,7 @@ source_set("feature") {
"//blimp/net",
"//content/public/browser",
"//content/public/common",
+ "//device/geolocation/public/cpp",
"//net",
"//ui/base",
"//ui/base/ime",

Powered by Google App Engine
This is Rietveld 408576698