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

Unified Diff: content/content_tests.gypi

Issue 10209003: Upstream Android Geolocation (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add jni/ to allowed includes for check deps. 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 5c9b46e2e7d434a16d5d30cb03098cf69badbf9c..03a35dc1c13dfc143ff7026ef93199b7e96c53ac 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -376,6 +376,15 @@
'browser/accessibility/browser_accessibility_win_unittest.cc',
],
}],
+ ['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