Index: content/test/BUILD.gn |
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
index 088b6b9f3bce972bb7d1b5b528c4a1594c8df28e..d5434bdee2bcd151495ac804d3966e1c239b60b6 100644 |
--- a/content/test/BUILD.gn |
+++ b/content/test/BUILD.gn |
@@ -78,7 +78,6 @@ |
"//content/renderer:for_content_tests", |
"//content/shell:pak", |
"//content/utility:for_content_tests", |
- "//device/geolocation:device_geolocation", |
"//device/nfc:mojo_bindings", |
"//ipc:test_support", |
"//media", |
@@ -191,7 +190,6 @@ |
if (is_android) { |
deps += [ |
- "//device/geolocation:geolocation_java", |
"//media/capture/video/android:android", |
"//ui/android", |
"//ui/shell_dialogs", |
@@ -774,6 +772,9 @@ |
if (is_linux) { |
if (use_dbus) { |
deps += [ "//dbus:test_support" ] |
+ } else { |
+ sources -= |
+ [ "../browser/geolocation/wifi_data_provider_linux_unittest.cc" ] |
} |
} |
if (is_win) { |
@@ -791,6 +792,7 @@ |
] |
} |
if (is_chromeos) { |
+ sources -= [ "../browser/geolocation/wifi_data_provider_linux_unittest.cc" ] |
deps += [ "//chromeos" ] |
} |
if (is_android) { |
@@ -799,6 +801,8 @@ |
".", |
"//content") |
sources -= [ |
+ "../browser/geolocation/network_location_provider_unittest.cc", |
+ "../browser/geolocation/wifi_data_provider_common_unittest.cc", |
"../browser/power_usage_monitor_impl_unittest.cc", |
"../browser/webui/url_data_manager_backend_unittest.cc", |
] |
@@ -807,7 +811,6 @@ |
deps += [ |
"//base:base_java_unittest_support", |
"//content/public/android:content_java", |
- "//device/geolocation:geolocation_java", |
"//v8:v8_external_startup_data_assets", |
] |