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

Unified Diff: chromeos/chromeos.gyp

Issue 786693002: Move chrome/browser/chromeos/geolocation to chromeos/geolocation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add DEPS Created 6 years 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_tests_unit.gypi ('k') | chromeos/geolocation/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index aa101723971d1c260f439dcfa35a1621de7a606f..79598e34e5f5db41649f901e4464a1e76372bf1f 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -256,6 +256,12 @@
'device_event_log_impl.h',
'disks/disk_mount_manager.cc',
'disks/disk_mount_manager.h',
+ 'geolocation/geoposition.cc',
+ 'geolocation/geoposition.h',
+ 'geolocation/simple_geolocation_provider.cc',
+ 'geolocation/simple_geolocation_provider.h',
+ 'geolocation/simple_geolocation_request.cc',
+ 'geolocation/simple_geolocation_request.h',
'login/auth/auth_attempt_state.cc',
'login/auth/auth_attempt_state.h',
'login/auth/auth_attempt_state_resolver.cc',
@@ -436,6 +442,7 @@
'dbus/shill_third_party_vpn_driver_client_unittest.cc',
'device_event_log_impl_unittest.cc',
'disks/disk_mount_manager_unittest.cc',
+ 'geolocation/simple_geolocation_unittest.cc',
'login/auth/key_unittest.cc',
'login/login_state_unittest.cc',
'network/auto_connect_handler_unittest.cc',
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chromeos/geolocation/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698