summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos.gyp
diff options
context:
space:
mode:
authorsatorux <satorux@chromium.org>2014-12-12 14:30:37 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-12 22:31:11 +0000
commitde6a5dcfdef67c2ef141db012293b633fc96ae42 (patch)
tree640d57068e183413ad08224e7ed86eebed78e9bc /chromeos/chromeos.gyp
parent2209d5e44d1271b3c60d7517639697759b1f5275 (diff)
downloadchromium_src-de6a5dcfdef67c2ef141db012293b633fc96ae42.zip
chromium_src-de6a5dcfdef67c2ef141db012293b633fc96ae42.tar.gz
chromium_src-de6a5dcfdef67c2ef141db012293b633fc96ae42.tar.bz2
Move chrome/browser/chromeos/geolocation to chromeos/geolocation
In favor of less things to have in chrome/browser/chromeos. BUG=437691 TEST=everything builds as before Review URL: https://codereview.chromium.org/786693002 Cr-Commit-Position: refs/heads/master@{#308183}
Diffstat (limited to 'chromeos/chromeos.gyp')
-rw-r--r--chromeos/chromeos.gyp7
1 files changed, 7 insertions, 0 deletions
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 4f9967a..742410b 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',