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

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: fix test expectations Created 6 years, 3 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
« no previous file with comments | « Source/modules/geofencing/WorkerNavigatorGeofencing.idl ('k') | public/platform/Platform.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'filesystem/FileWriterCallback.idl', 52 'filesystem/FileWriterCallback.idl',
53 'filesystem/FileWriterSync.idl', 53 'filesystem/FileWriterSync.idl',
54 'filesystem/Metadata.idl', 54 'filesystem/Metadata.idl',
55 'filesystem/MetadataCallback.idl', 55 'filesystem/MetadataCallback.idl',
56 'gamepad/Gamepad.idl', 56 'gamepad/Gamepad.idl',
57 'gamepad/GamepadButton.idl', 57 'gamepad/GamepadButton.idl',
58 'gamepad/GamepadEvent.idl', 58 'gamepad/GamepadEvent.idl',
59 'gamepad/GamepadList.idl', 59 'gamepad/GamepadList.idl',
60 'gamepad/WebKitGamepad.idl', 60 'gamepad/WebKitGamepad.idl',
61 'gamepad/WebKitGamepadList.idl', 61 'gamepad/WebKitGamepadList.idl',
62 'geofencing/CircularRegion.idl', 62 'geofencing/CircularGeofencingRegion.idl',
63 'geofencing/Geofencing.idl', 63 'geofencing/Geofencing.idl',
64 'geofencing/GeofencingRegion.idl', 64 'geofencing/GeofencingRegion.idl',
65 'geolocation/Coordinates.idl', 65 'geolocation/Coordinates.idl',
66 'geolocation/Geolocation.idl', 66 'geolocation/Geolocation.idl',
67 'geolocation/Geoposition.idl', 67 'geolocation/Geoposition.idl',
68 'geolocation/PositionCallback.idl', 68 'geolocation/PositionCallback.idl',
69 'geolocation/PositionError.idl', 69 'geolocation/PositionError.idl',
70 'geolocation/PositionErrorCallback.idl', 70 'geolocation/PositionErrorCallback.idl',
71 'indexeddb/IDBCursor.idl', 71 'indexeddb/IDBCursor.idl',
72 'indexeddb/IDBCursorWithValue.idl', 72 'indexeddb/IDBCursorWithValue.idl',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'device_orientation/WindowDeviceOrientation.idl', 216 'device_orientation/WindowDeviceOrientation.idl',
217 'donottrack/NavigatorDoNotTrack.idl', 217 'donottrack/NavigatorDoNotTrack.idl',
218 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl', 218 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl',
219 'filesystem/DataTransferItemFileSystem.idl', 219 'filesystem/DataTransferItemFileSystem.idl',
220 'filesystem/HTMLInputElementFileSystem.idl', 220 'filesystem/HTMLInputElementFileSystem.idl',
221 'filesystem/InspectorFrontendHostFileSystem.idl', 221 'filesystem/InspectorFrontendHostFileSystem.idl',
222 'filesystem/WindowFileSystem.idl', 222 'filesystem/WindowFileSystem.idl',
223 'filesystem/WorkerGlobalScopeFileSystem.idl', 223 'filesystem/WorkerGlobalScopeFileSystem.idl',
224 'gamepad/NavigatorGamepad.idl', 224 'gamepad/NavigatorGamepad.idl',
225 'geofencing/NavigatorGeofencing.idl', 225 'geofencing/NavigatorGeofencing.idl',
226 'geofencing/WorkerNavigatorGeofencing.idl',
226 'geolocation/NavigatorGeolocation.idl', 227 'geolocation/NavigatorGeolocation.idl',
227 'indexeddb/WindowIndexedDatabase.idl', 228 'indexeddb/WindowIndexedDatabase.idl',
228 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', 229 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
229 'mediasource/HTMLVideoElementMediaSource.idl', 230 'mediasource/HTMLVideoElementMediaSource.idl',
230 'mediasource/URLMediaSource.idl', 231 'mediasource/URLMediaSource.idl',
231 'mediastream/NavigatorMediaStream.idl', 232 'mediastream/NavigatorMediaStream.idl',
232 'mediastream/URLMediaStream.idl', 233 'mediastream/URLMediaStream.idl',
233 'mediastream/WindowMediaStream.idl', 234 'mediastream/WindowMediaStream.idl',
234 'navigatorcontentutils/NavigatorContentUtils.idl', 235 'navigatorcontentutils/NavigatorContentUtils.idl',
235 'netinfo/NavigatorNetworkInformation.idl', 236 'netinfo/NavigatorNetworkInformation.idl',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 'gamepad/GamepadEvent.cpp', 454 'gamepad/GamepadEvent.cpp',
454 'gamepad/GamepadEvent.h', 455 'gamepad/GamepadEvent.h',
455 'gamepad/GamepadList.cpp', 456 'gamepad/GamepadList.cpp',
456 'gamepad/GamepadList.h', 457 'gamepad/GamepadList.h',
457 'gamepad/NavigatorGamepad.cpp', 458 'gamepad/NavigatorGamepad.cpp',
458 'gamepad/NavigatorGamepad.h', 459 'gamepad/NavigatorGamepad.h',
459 'gamepad/WebKitGamepad.cpp', 460 'gamepad/WebKitGamepad.cpp',
460 'gamepad/WebKitGamepad.h', 461 'gamepad/WebKitGamepad.h',
461 'gamepad/WebKitGamepadList.cpp', 462 'gamepad/WebKitGamepadList.cpp',
462 'gamepad/WebKitGamepadList.h', 463 'gamepad/WebKitGamepadList.h',
463 'geofencing/CircularRegion.cpp', 464 'geofencing/CircularGeofencingRegion.cpp',
464 'geofencing/CircularRegion.h', 465 'geofencing/CircularGeofencingRegion.h',
465 'geofencing/Geofencing.cpp', 466 'geofencing/Geofencing.cpp',
466 'geofencing/Geofencing.h', 467 'geofencing/Geofencing.h',
468 'geofencing/GeofencingError.cpp',
469 'geofencing/GeofencingError.h',
467 'geofencing/GeofencingRegion.h', 470 'geofencing/GeofencingRegion.h',
468 'geofencing/NavigatorGeofencing.cpp', 471 'geofencing/NavigatorGeofencing.cpp',
469 'geofencing/NavigatorGeofencing.h', 472 'geofencing/NavigatorGeofencing.h',
473 'geofencing/WorkerNavigatorGeofencing.cpp',
474 'geofencing/WorkerNavigatorGeofencing.h',
470 'geolocation/Coordinates.cpp', 475 'geolocation/Coordinates.cpp',
471 'geolocation/Geolocation.cpp', 476 'geolocation/Geolocation.cpp',
472 'geolocation/GeolocationController.cpp', 477 'geolocation/GeolocationController.cpp',
473 'geolocation/GeolocationInspectorAgent.cpp', 478 'geolocation/GeolocationInspectorAgent.cpp',
474 'geolocation/GeoNotifier.cpp', 479 'geolocation/GeoNotifier.cpp',
475 'geolocation/GeoNotifier.h', 480 'geolocation/GeoNotifier.h',
476 'geolocation/GeolocationWatchers.cpp', 481 'geolocation/GeolocationWatchers.cpp',
477 'geolocation/GeolocationWatchers.h', 482 'geolocation/GeolocationWatchers.h',
478 'geolocation/NavigatorGeolocation.cpp', 483 'geolocation/NavigatorGeolocation.cpp',
479 'geolocation/NavigatorGeolocation.h', 484 'geolocation/NavigatorGeolocation.h',
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
1027 'serviceworkers/ServiceWorkerContainerTest.cpp', 1032 'serviceworkers/ServiceWorkerContainerTest.cpp',
1028 'websockets/DOMWebSocketTest.cpp', 1033 'websockets/DOMWebSocketTest.cpp',
1029 'websockets/NewWebSocketChannelImplTest.cpp', 1034 'websockets/NewWebSocketChannelImplTest.cpp',
1030 'websockets/WebSocketDeflaterTest.cpp', 1035 'websockets/WebSocketDeflaterTest.cpp',
1031 'websockets/WebSocketExtensionDispatcherTest.cpp', 1036 'websockets/WebSocketExtensionDispatcherTest.cpp',
1032 'websockets/WebSocketExtensionParserTest.cpp', 1037 'websockets/WebSocketExtensionParserTest.cpp',
1033 'websockets/WebSocketPerMessageDeflateTest.cpp', 1038 'websockets/WebSocketPerMessageDeflateTest.cpp',
1034 ], 1039 ],
1035 }, 1040 },
1036 } 1041 }
OLDNEW
« no previous file with comments | « Source/modules/geofencing/WorkerNavigatorGeofencing.idl ('k') | public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698