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

Unified Diff: content/content_tests.gypi

Issue 10209003: Upstream Android Geolocation (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix license year (->2012) Created 8 years, 7 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/content_browser.gypi ('k') | content/public/android/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 5b828fd5a556515c93f7f6a82d10d9e1553871cf..aea6d7d82e171173decaaa43939c49bac5e3eedd 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -380,6 +380,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',
+ ],
+ }],
],
},
{
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/android/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698