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

Unified Diff: Source/modules/modules.gypi

Issue 464073002: Pass through geofencing API calls to the content layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix test expectations Created 6 years, 3 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/geofencing/WorkerNavigatorGeofencing.idl ('k') | public/platform/Platform.h » ('j') | 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 aeaa595c411a1e40245615209f067c857d1de3d1..17fa290ed75bdda848f1d086b84b15d533a9be38 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -59,7 +59,7 @@
'gamepad/GamepadList.idl',
'gamepad/WebKitGamepad.idl',
'gamepad/WebKitGamepadList.idl',
- 'geofencing/CircularRegion.idl',
+ 'geofencing/CircularGeofencingRegion.idl',
'geofencing/Geofencing.idl',
'geofencing/GeofencingRegion.idl',
'geolocation/Coordinates.idl',
@@ -223,6 +223,7 @@
'filesystem/WorkerGlobalScopeFileSystem.idl',
'gamepad/NavigatorGamepad.idl',
'geofencing/NavigatorGeofencing.idl',
+ 'geofencing/WorkerNavigatorGeofencing.idl',
'geolocation/NavigatorGeolocation.idl',
'indexeddb/WindowIndexedDatabase.idl',
'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
@@ -460,13 +461,17 @@
'gamepad/WebKitGamepad.h',
'gamepad/WebKitGamepadList.cpp',
'gamepad/WebKitGamepadList.h',
- 'geofencing/CircularRegion.cpp',
- 'geofencing/CircularRegion.h',
+ 'geofencing/CircularGeofencingRegion.cpp',
+ 'geofencing/CircularGeofencingRegion.h',
'geofencing/Geofencing.cpp',
'geofencing/Geofencing.h',
+ 'geofencing/GeofencingError.cpp',
+ 'geofencing/GeofencingError.h',
'geofencing/GeofencingRegion.h',
'geofencing/NavigatorGeofencing.cpp',
'geofencing/NavigatorGeofencing.h',
+ 'geofencing/WorkerNavigatorGeofencing.cpp',
+ 'geofencing/WorkerNavigatorGeofencing.h',
'geolocation/Coordinates.cpp',
'geolocation/Geolocation.cpp',
'geolocation/GeolocationController.cpp',
« no previous file with comments | « Source/modules/geofencing/WorkerNavigatorGeofencing.idl ('k') | public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698