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

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: hopefully correctly fix compile 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 7ad1aca3fddc546805e566da7d7825085b918de5..f85762fcba1634dae9c4a518634395dca52a28ae 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',
« no previous file with comments | « Source/modules/geofencing/WorkerNavigatorGeofencing.idl ('k') | Source/modules/serviceworkers/ServiceWorkerRegistration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698