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

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: address comments 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 955b1831372ebb6716a04e88b12ca448487f52a2..c3efc539820c8a0ce404a5d2b368525cc62f06fb 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -220,6 +220,7 @@
'filesystem/WorkerGlobalScopeFileSystem.idl',
'gamepad/NavigatorGamepad.idl',
'geofencing/NavigatorGeofencing.idl',
+ 'geofencing/ServiceWorkerRegistrationGeofencing.idl',
'geofencing/WorkerNavigatorGeofencing.idl',
'geolocation/NavigatorGeolocation.idl',
'indexeddb/WindowIndexedDatabase.idl',
@@ -498,6 +499,8 @@
'geofencing/GeofencingRegion.h',
'geofencing/NavigatorGeofencing.cpp',
'geofencing/NavigatorGeofencing.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