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

Unified Diff: blimp/engine/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
« no previous file with comments | « android_webview/test/BUILD.gn ('k') | blimp/engine/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/BUILD.gn
diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
index d05841c91a9227715902dfbe9e6c3aa8fb0407f2..af656461a1a12be4b98c2ac6f1f53d1139bced60 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",
]
}
@@ -279,6 +280,7 @@ source_set("feature") {
"//blimp/net",
"//content/public/browser",
"//content/public/common",
+ "//device/geolocation:device_geolocation",
"//net",
"//ui/base",
"//ui/base/ime",
@@ -340,6 +342,7 @@ source_set("session") {
"//blimp/common/proto",
"//blimp/net",
"//content/public/browser",
+ "//device/geolocation:device_geolocation",
"//net",
"//ui/aura",
"//ui/base/ime",
@@ -464,6 +467,7 @@ source_set("feature_unit_tests") {
"//blimp/net:test_support",
"//content",
"//content/public/browser",
+ "//device/geolocation:device_geolocation",
"//net",
"//net:test_support",
"//testing/gmock",
« no previous file with comments | « android_webview/test/BUILD.gn ('k') | blimp/engine/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698