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

Side by Side 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: add regionType Created 6 years, 4 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'device_orientation/WindowDeviceOrientation.idl', 214 'device_orientation/WindowDeviceOrientation.idl',
215 'donottrack/NavigatorDoNotTrack.idl', 215 'donottrack/NavigatorDoNotTrack.idl',
216 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl', 216 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl',
217 'filesystem/DataTransferItemFileSystem.idl', 217 'filesystem/DataTransferItemFileSystem.idl',
218 'filesystem/HTMLInputElementFileSystem.idl', 218 'filesystem/HTMLInputElementFileSystem.idl',
219 'filesystem/InspectorFrontendHostFileSystem.idl', 219 'filesystem/InspectorFrontendHostFileSystem.idl',
220 'filesystem/WindowFileSystem.idl', 220 'filesystem/WindowFileSystem.idl',
221 'filesystem/WorkerGlobalScopeFileSystem.idl', 221 'filesystem/WorkerGlobalScopeFileSystem.idl',
222 'gamepad/NavigatorGamepad.idl', 222 'gamepad/NavigatorGamepad.idl',
223 'geofencing/NavigatorGeofencing.idl', 223 'geofencing/NavigatorGeofencing.idl',
224 'geofencing/WorkerNavigatorGeofencing.idl',
224 'geolocation/NavigatorGeolocation.idl', 225 'geolocation/NavigatorGeolocation.idl',
225 'indexeddb/WindowIndexedDatabase.idl', 226 'indexeddb/WindowIndexedDatabase.idl',
226 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', 227 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
227 'mediasource/HTMLVideoElementMediaSource.idl', 228 'mediasource/HTMLVideoElementMediaSource.idl',
228 'mediasource/URLMediaSource.idl', 229 'mediasource/URLMediaSource.idl',
229 'mediastream/NavigatorMediaStream.idl', 230 'mediastream/NavigatorMediaStream.idl',
230 'mediastream/URLMediaStream.idl', 231 'mediastream/URLMediaStream.idl',
231 'mediastream/WindowMediaStream.idl', 232 'mediastream/WindowMediaStream.idl',
232 'navigatorcontentutils/NavigatorContentUtils.idl', 233 'navigatorcontentutils/NavigatorContentUtils.idl',
233 'netinfo/NavigatorNetworkInformation.idl', 234 'netinfo/NavigatorNetworkInformation.idl',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 'gamepad/NavigatorGamepad.cpp', 455 'gamepad/NavigatorGamepad.cpp',
455 'gamepad/NavigatorGamepad.h', 456 'gamepad/NavigatorGamepad.h',
456 'gamepad/WebKitGamepad.cpp', 457 'gamepad/WebKitGamepad.cpp',
457 'gamepad/WebKitGamepad.h', 458 'gamepad/WebKitGamepad.h',
458 'gamepad/WebKitGamepadList.cpp', 459 'gamepad/WebKitGamepadList.cpp',
459 'gamepad/WebKitGamepadList.h', 460 'gamepad/WebKitGamepadList.h',
460 'geofencing/CircularRegion.cpp', 461 'geofencing/CircularRegion.cpp',
461 'geofencing/CircularRegion.h', 462 'geofencing/CircularRegion.h',
462 'geofencing/Geofencing.cpp', 463 'geofencing/Geofencing.cpp',
463 'geofencing/Geofencing.h', 464 'geofencing/Geofencing.h',
465 'geofencing/GeofencingError.cpp',
466 'geofencing/GeofencingError.h',
467 'geofencing/GeofencingRegion.cpp',
464 'geofencing/GeofencingRegion.h', 468 'geofencing/GeofencingRegion.h',
465 'geofencing/NavigatorGeofencing.cpp', 469 'geofencing/NavigatorGeofencing.cpp',
466 'geofencing/NavigatorGeofencing.h', 470 'geofencing/NavigatorGeofencing.h',
471 'geofencing/WorkerNavigatorGeofencing.cpp',
472 'geofencing/WorkerNavigatorGeofencing.h',
467 'geolocation/Coordinates.cpp', 473 'geolocation/Coordinates.cpp',
468 'geolocation/Geolocation.cpp', 474 'geolocation/Geolocation.cpp',
469 'geolocation/GeolocationController.cpp', 475 'geolocation/GeolocationController.cpp',
470 'geolocation/GeolocationInspectorAgent.cpp', 476 'geolocation/GeolocationInspectorAgent.cpp',
471 'geolocation/GeoNotifier.cpp', 477 'geolocation/GeoNotifier.cpp',
472 'geolocation/GeoNotifier.h', 478 'geolocation/GeoNotifier.h',
473 'geolocation/GeolocationWatchers.cpp', 479 'geolocation/GeolocationWatchers.cpp',
474 'geolocation/GeolocationWatchers.h', 480 'geolocation/GeolocationWatchers.h',
475 'geolocation/NavigatorGeolocation.cpp', 481 'geolocation/NavigatorGeolocation.cpp',
476 'geolocation/NavigatorGeolocation.h', 482 'geolocation/NavigatorGeolocation.h',
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 'serviceworkers/ServiceWorkerContainerTest.cpp', 1023 'serviceworkers/ServiceWorkerContainerTest.cpp',
1018 'websockets/DOMWebSocketTest.cpp', 1024 'websockets/DOMWebSocketTest.cpp',
1019 'websockets/NewWebSocketChannelImplTest.cpp', 1025 'websockets/NewWebSocketChannelImplTest.cpp',
1020 'websockets/WebSocketDeflaterTest.cpp', 1026 'websockets/WebSocketDeflaterTest.cpp',
1021 'websockets/WebSocketExtensionDispatcherTest.cpp', 1027 'websockets/WebSocketExtensionDispatcherTest.cpp',
1022 'websockets/WebSocketExtensionParserTest.cpp', 1028 'websockets/WebSocketExtensionParserTest.cpp',
1023 'websockets/WebSocketPerMessageDeflateTest.cpp', 1029 'websockets/WebSocketPerMessageDeflateTest.cpp',
1024 ], 1030 ],
1025 }, 1031 },
1026 } 1032 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698