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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 'device_orientation/WindowDeviceMotion.idl', 217 'device_orientation/WindowDeviceMotion.idl',
218 'device_orientation/WindowDeviceOrientation.idl', 218 'device_orientation/WindowDeviceOrientation.idl',
219 'donottrack/NavigatorDoNotTrack.idl', 219 'donottrack/NavigatorDoNotTrack.idl',
220 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl', 220 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl',
221 'filesystem/DataTransferItemFileSystem.idl', 221 'filesystem/DataTransferItemFileSystem.idl',
222 'filesystem/HTMLInputElementFileSystem.idl', 222 'filesystem/HTMLInputElementFileSystem.idl',
223 'filesystem/InspectorFrontendHostFileSystem.idl', 223 'filesystem/InspectorFrontendHostFileSystem.idl',
224 'filesystem/WindowFileSystem.idl', 224 'filesystem/WindowFileSystem.idl',
225 'filesystem/WorkerGlobalScopeFileSystem.idl', 225 'filesystem/WorkerGlobalScopeFileSystem.idl',
226 'gamepad/NavigatorGamepad.idl', 226 'gamepad/NavigatorGamepad.idl',
227 'geofencing/NavigatorGeofencing.idl',
228 'geofencing/ServiceWorkerGlobalScopeGeofencing.idl', 227 'geofencing/ServiceWorkerGlobalScopeGeofencing.idl',
228 'geofencing/ServiceWorkerRegistrationGeofencing.idl',
229 'geofencing/WorkerNavigatorGeofencing.idl', 229 'geofencing/WorkerNavigatorGeofencing.idl',
230 'geolocation/NavigatorGeolocation.idl', 230 'geolocation/NavigatorGeolocation.idl',
231 'indexeddb/WindowIndexedDatabase.idl', 231 'indexeddb/WindowIndexedDatabase.idl',
232 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', 232 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
233 'mediasource/HTMLVideoElementMediaSource.idl', 233 'mediasource/HTMLVideoElementMediaSource.idl',
234 'mediasource/URLMediaSource.idl', 234 'mediasource/URLMediaSource.idl',
235 'mediastream/NavigatorMediaStream.idl', 235 'mediastream/NavigatorMediaStream.idl',
236 'mediastream/URLMediaStream.idl', 236 'mediastream/URLMediaStream.idl',
237 'mediastream/WindowMediaStream.idl', 237 'mediastream/WindowMediaStream.idl',
238 'navigatorcontentutils/NavigatorContentUtils.idl', 238 'navigatorcontentutils/NavigatorContentUtils.idl',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 'gamepad/WebKitGamepadList.h', 504 'gamepad/WebKitGamepadList.h',
505 'geofencing/CircularGeofencingRegion.cpp', 505 'geofencing/CircularGeofencingRegion.cpp',
506 'geofencing/CircularGeofencingRegion.h', 506 'geofencing/CircularGeofencingRegion.h',
507 'geofencing/Geofencing.cpp', 507 'geofencing/Geofencing.cpp',
508 'geofencing/Geofencing.h', 508 'geofencing/Geofencing.h',
509 'geofencing/GeofencingError.cpp', 509 'geofencing/GeofencingError.cpp',
510 'geofencing/GeofencingError.h', 510 'geofencing/GeofencingError.h',
511 'geofencing/GeofencingEvent.cpp', 511 'geofencing/GeofencingEvent.cpp',
512 'geofencing/GeofencingEvent.h', 512 'geofencing/GeofencingEvent.h',
513 'geofencing/GeofencingRegion.h', 513 'geofencing/GeofencingRegion.h',
514 'geofencing/NavigatorGeofencing.cpp',
515 'geofencing/NavigatorGeofencing.h',
516 'geofencing/ServiceWorkerGlobalScopeGeofencing.h', 514 'geofencing/ServiceWorkerGlobalScopeGeofencing.h',
515 'geofencing/ServiceWorkerRegistrationGeofencing.cpp',
516 'geofencing/ServiceWorkerRegistrationGeofencing.h',
517 'geofencing/WorkerNavigatorGeofencing.cpp', 517 'geofencing/WorkerNavigatorGeofencing.cpp',
518 'geofencing/WorkerNavigatorGeofencing.h', 518 'geofencing/WorkerNavigatorGeofencing.h',
519 'geolocation/Coordinates.cpp', 519 'geolocation/Coordinates.cpp',
520 'geolocation/Geolocation.cpp', 520 'geolocation/Geolocation.cpp',
521 'geolocation/GeolocationController.cpp', 521 'geolocation/GeolocationController.cpp',
522 'geolocation/GeoNotifier.cpp', 522 'geolocation/GeoNotifier.cpp',
523 'geolocation/GeoNotifier.h', 523 'geolocation/GeoNotifier.h',
524 'geolocation/GeolocationWatchers.cpp', 524 'geolocation/GeolocationWatchers.cpp',
525 'geolocation/GeolocationWatchers.h', 525 'geolocation/GeolocationWatchers.h',
526 'geolocation/NavigatorGeolocation.cpp', 526 'geolocation/NavigatorGeolocation.cpp',
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 'serviceworkers/CacheTest.cpp', 1035 'serviceworkers/CacheTest.cpp',
1036 'serviceworkers/FetchResponseDataTest.cpp', 1036 'serviceworkers/FetchResponseDataTest.cpp',
1037 'serviceworkers/RequestTest.cpp', 1037 'serviceworkers/RequestTest.cpp',
1038 'serviceworkers/ResponseTest.cpp', 1038 'serviceworkers/ResponseTest.cpp',
1039 'serviceworkers/ServiceWorkerContainerTest.cpp', 1039 'serviceworkers/ServiceWorkerContainerTest.cpp',
1040 'websockets/DOMWebSocketTest.cpp', 1040 'websockets/DOMWebSocketTest.cpp',
1041 'websockets/NewWebSocketChannelImplTest.cpp', 1041 'websockets/NewWebSocketChannelImplTest.cpp',
1042 ], 1042 ],
1043 }, 1043 },
1044 } 1044 }
OLDNEW
« 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