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

Unified Diff: Source/modules/modules.gypi

Issue 623813002: Blink side of exposing the service worker registration associated with geofencing API calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove NavigatorGeofencing Created 6 years, 2 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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 12f1562f571afff1072cfa7a7f754e4ebb78bafb..708d153f5314e913af68635fd867661abd37ac2d 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -224,8 +224,8 @@
'filesystem/WindowFileSystem.idl',
'filesystem/WorkerGlobalScopeFileSystem.idl',
'gamepad/NavigatorGamepad.idl',
- 'geofencing/NavigatorGeofencing.idl',
'geofencing/ServiceWorkerGlobalScopeGeofencing.idl',
+ 'geofencing/ServiceWorkerRegistrationGeofencing.idl',
'geofencing/WorkerNavigatorGeofencing.idl',
'geolocation/NavigatorGeolocation.idl',
'indexeddb/WindowIndexedDatabase.idl',
@@ -511,9 +511,9 @@
'geofencing/GeofencingEvent.cpp',
'geofencing/GeofencingEvent.h',
'geofencing/GeofencingRegion.h',
- 'geofencing/NavigatorGeofencing.cpp',
- 'geofencing/NavigatorGeofencing.h',
'geofencing/ServiceWorkerGlobalScopeGeofencing.h',
+ 'geofencing/ServiceWorkerRegistrationGeofencing.cpp',
+ 'geofencing/ServiceWorkerRegistrationGeofencing.h',
'geofencing/WorkerNavigatorGeofencing.cpp',
'geofencing/WorkerNavigatorGeofencing.h',
'geolocation/Coordinates.cpp',

Powered by Google App Engine
This is Rietveld 408576698