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

Unified Diff: Source/modules/modules.gypi

Issue 401713005: Move all geofencing code into its own module separate from geolocation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update test expectations Created 6 years, 4 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 | « Source/modules/geolocation/Geolocation.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 4d073d0d66d6b7f76b9f7a3c650d78c852999298..828dc0edaf71870625786c75a10d87437eec533e 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -55,9 +55,10 @@
'gamepad/GamepadList.idl',
'gamepad/WebKitGamepad.idl',
'gamepad/WebKitGamepadList.idl',
- 'geolocation/CircularRegion.idl',
+ 'geofencing/CircularRegion.idl',
+ 'geofencing/Geofencing.idl',
+ 'geofencing/GeofencingRegion.idl',
'geolocation/Coordinates.idl',
- 'geolocation/GeofencingRegion.idl',
'geolocation/Geolocation.idl',
'geolocation/Geoposition.idl',
'geolocation/PositionCallback.idl',
@@ -213,6 +214,7 @@
'filesystem/WindowFileSystem.idl',
'filesystem/WorkerGlobalScopeFileSystem.idl',
'gamepad/NavigatorGamepad.idl',
+ 'geofencing/NavigatorGeofencing.idl',
'geolocation/NavigatorGeolocation.idl',
'indexeddb/WindowIndexedDatabase.idl',
'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
@@ -439,10 +441,14 @@
'gamepad/WebKitGamepad.h',
'gamepad/WebKitGamepadList.cpp',
'gamepad/WebKitGamepadList.h',
- 'geolocation/CircularRegion.cpp',
- 'geolocation/CircularRegion.h',
+ 'geofencing/CircularRegion.cpp',
+ 'geofencing/CircularRegion.h',
+ 'geofencing/Geofencing.cpp',
+ 'geofencing/Geofencing.h',
+ 'geofencing/GeofencingRegion.h',
+ 'geofencing/NavigatorGeofencing.cpp',
+ 'geofencing/NavigatorGeofencing.h',
'geolocation/Coordinates.cpp',
- 'geolocation/GeofencingRegion.h',
'geolocation/Geolocation.cpp',
'geolocation/GeolocationController.cpp',
'geolocation/GeolocationInspectorAgent.cpp',
« no previous file with comments | « Source/modules/geolocation/Geolocation.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698