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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 815343005: Clean up geolocation code now that it's all upstream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: renamed IsSystemLocationEnabled -> IsLocationEnabled Created 5 years, 11 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 | « chrome/chrome_shell.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index e8ee39ef4c4ae40f42502c863378ab44f3bd966c..85b166f6f5a86a1924a03e60ef1ca6027acbcc24 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -16,14 +16,11 @@
# All unittests in browser, common, renderer and service.
'browser/about_flags_unittest.cc',
'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc',
+ # TODO(newt): move this to test_support_unit?
+ 'browser/android/mock_location_settings.cc',
+ 'browser/android/mock_location_settings.h',
'browser/android/preferences/pref_service_bridge_unittest.cc',
'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc',
- # mock_google_location_settings_helper could logically go in
- # test_support_unit. However tests suites in the internal repository
- # depend on an alternate implementation so instead each test suite
- # includes the relevant version directly.
- 'browser/android/mock_google_location_settings_helper.cc',
- 'browser/android/mock_google_location_settings_helper.h',
'browser/android/shortcut_helper_unittest.cc',
'browser/app_controller_mac_unittest.mm',
'browser/autocomplete/autocomplete_provider_unittest.cc',
« no previous file with comments | « chrome/chrome_shell.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698