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

Unified Diff: ios/chrome/ios_chrome_tests.gyp

Issue 1103293002: [iOS] Upstream iOS geolocation code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 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
« no previous file with comments | « ios/chrome/ios_chrome.gyp ('k') | ios/provider/ios_provider_chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/ios_chrome_tests.gyp
diff --git a/ios/chrome/ios_chrome_tests.gyp b/ios/chrome/ios_chrome_tests.gyp
index d1b7aee9b6e7c23bc64bfb387e96700ff3a3ec86..97c0f38f5c32e3a93dfd0289520677f353449998 100644
--- a/ios/chrome/ios_chrome_tests.gyp
+++ b/ios/chrome/ios_chrome_tests.gyp
@@ -26,6 +26,8 @@
],
'sources': [
'app/safe_mode_util_unittest.cc',
+ 'browser/geolocation/CLLocation+XGeoHeaderTest.mm',
+ 'browser/geolocation/location_manager_unittest.mm',
'browser/net/image_fetcher_unittest.mm',
'browser/net/metrics_network_client_unittest.mm',
'browser/net/retryable_url_fetcher_unittest.mm',
@@ -49,6 +51,9 @@
'ios_chrome.gyp:ios_chrome_browser',
],
'sources': [
+ 'browser/geolocation/location_manager+Testing.h',
+ 'browser/geolocation/test_location_manager.h',
+ 'browser/geolocation/test_location_manager.mm',
'browser/net/mock_image_fetcher.h',
'browser/net/mock_image_fetcher.mm',
'test/ios_chrome_unit_test_suite.cc',
« no previous file with comments | « ios/chrome/ios_chrome.gyp ('k') | ios/provider/ios_provider_chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698