| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 947faedf77feb4b5e6999762e1cde4a1a4ab6736..e8dfbf0005511f58394df7f77f98db873113b724 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -78,6 +78,7 @@ static_library("test_support") {
|
| "//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",
|
| @@ -190,6 +191,7 @@ static_library("test_support") {
|
|
|
| if (is_android) {
|
| deps += [
|
| + "//device/geolocation:geolocation_java",
|
| "//media/capture/video/android:android",
|
| "//ui/android",
|
| "//ui/shell_dialogs",
|
| @@ -773,9 +775,6 @@ test("content_unittests") {
|
| if (is_linux) {
|
| if (use_dbus) {
|
| deps += [ "//dbus:test_support" ]
|
| - } else {
|
| - sources -=
|
| - [ "../browser/geolocation/wifi_data_provider_linux_unittest.cc" ]
|
| }
|
| }
|
| if (is_win) {
|
| @@ -793,7 +792,6 @@ test("content_unittests") {
|
| ]
|
| }
|
| if (is_chromeos) {
|
| - sources -= [ "../browser/geolocation/wifi_data_provider_linux_unittest.cc" ]
|
| deps += [ "//chromeos" ]
|
| }
|
| if (is_android) {
|
| @@ -802,8 +800,6 @@ test("content_unittests") {
|
| ".",
|
| "//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",
|
| ]
|
| @@ -812,6 +808,7 @@ test("content_unittests") {
|
| deps += [
|
| "//base:base_java_unittest_support",
|
| "//content/public/android:content_java",
|
| + "//device/geolocation:geolocation_java",
|
| "//v8:v8_external_startup_data_assets",
|
| ]
|
|
|
|
|