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

Unified Diff: content/test/BUILD.gn

Issue 2192683003: Revert of Reland: Geolocation: move from content/browser to device/ (patchset #2 id:20001 of https:… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2810
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
« no previous file with comments | « content/shell/browser/shell_browser_main_parts.cc ('k') | device/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index dbed4af497bed6d1b8777b7176fdf60db6b88dba..44cf8cebd2ad6ccafc55c089f4b50d601f396b25 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -78,7 +78,6 @@ 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",
@@ -191,7 +190,6 @@ static_library("test_support") {
if (is_android) {
deps += [
- "//device/geolocation:geolocation_java",
"//media/capture/video/android:android",
"//ui/android",
"//ui/shell_dialogs",
@@ -773,6 +771,9 @@ 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) {
@@ -790,6 +791,7 @@ test("content_unittests") {
]
}
if (is_chromeos) {
+ sources -= [ "../browser/geolocation/wifi_data_provider_linux_unittest.cc" ]
deps += [ "//chromeos" ]
}
if (is_android) {
@@ -798,6 +800,8 @@ 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",
]
@@ -806,7 +810,6 @@ test("content_unittests") {
deps += [
"//base:base_java_unittest_support",
"//content/public/android:content_java",
- "//device/geolocation:geolocation_java",
"//v8:v8_external_startup_data_assets",
]
« no previous file with comments | « content/shell/browser/shell_browser_main_parts.cc ('k') | device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698