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

Unified Diff: device/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: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index 97b52d41d57d8416f14016cdc2550810f09e8f1e..b2aae86b21515b7f38e6445893cff0db6bae7abb 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -74,6 +74,7 @@ test("device_unittests") {
"//device/bluetooth:mocks",
"//device/gamepad",
"//device/gamepad:test_helpers",
+ "//device/geolocation:unittests",
"//device/nfc",
"//device/power_save_blocker",
"//device/vr",
@@ -160,6 +161,8 @@ test("device_unittests") {
deps += [
":bluetooth_test_java",
":bluetooth_test_jni_headers",
+ "//device/geolocation:geolocation_java",
+ "//device/geolocation:geolocation_java_test_support",
"//device/usb:java",
]
deps -= [ "//device/battery" ]

Powered by Google App Engine
This is Rietveld 408576698