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

Unified Diff: content/test/BUILD.gn

Issue 2176753003: Geolocation: move from content/browser to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 947faedf77feb4b5e6999762e1cde4a1a4ab6736..995e96681045a243d4ffbddc47fff92846e6276c 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -773,9 +773,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 +790,6 @@ test("content_unittests") {
]
}
if (is_chromeos) {
- sources -= [ "../browser/geolocation/wifi_data_provider_linux_unittest.cc" ]
deps += [ "//chromeos" ]
}
if (is_android) {
@@ -802,8 +798,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",
]

Powered by Google App Engine
This is Rietveld 408576698