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

Unified Diff: content/content_tests.gypi

Issue 10209003: Upstream Android Geolocation (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address Yaron's concerns. Still need to resolve Java locations. Created 8 years, 8 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/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index ad9c299f26bbf711c6702f44463aec863a1d00fa..a905dd03c4708eaba45469748f9dc1025d032af2 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -373,6 +373,15 @@
'../ui/aura/aura.gyp:aura',
],
}],
+ ['OS == "android"', {
+ 'sources!': [
+ 'browser/geolocation/device_data_provider_unittest.cc',
+ 'browser/geolocation/gps_location_provider_unittest_linux.cc',
+ 'browser/geolocation/network_location_provider_unittest.cc',
+ 'browser/geolocation/wifi_data_provider_common_unittest.cc',
+ 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
+ ],
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698