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

Side by Side Diff: Source/modules/modules.gypi

Issue 401713005: Move all geofencing code into its own module separate from geolocation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update test expectations 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
« no previous file with comments | « Source/modules/geolocation/Geolocation.idl ('k') | no next file » | 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'filesystem/FileWriterCallback.idl', 48 'filesystem/FileWriterCallback.idl',
49 'filesystem/FileWriterSync.idl', 49 'filesystem/FileWriterSync.idl',
50 'filesystem/Metadata.idl', 50 'filesystem/Metadata.idl',
51 'filesystem/MetadataCallback.idl', 51 'filesystem/MetadataCallback.idl',
52 'gamepad/Gamepad.idl', 52 'gamepad/Gamepad.idl',
53 'gamepad/GamepadButton.idl', 53 'gamepad/GamepadButton.idl',
54 'gamepad/GamepadEvent.idl', 54 'gamepad/GamepadEvent.idl',
55 'gamepad/GamepadList.idl', 55 'gamepad/GamepadList.idl',
56 'gamepad/WebKitGamepad.idl', 56 'gamepad/WebKitGamepad.idl',
57 'gamepad/WebKitGamepadList.idl', 57 'gamepad/WebKitGamepadList.idl',
58 'geolocation/CircularRegion.idl', 58 'geofencing/CircularRegion.idl',
59 'geofencing/Geofencing.idl',
60 'geofencing/GeofencingRegion.idl',
59 'geolocation/Coordinates.idl', 61 'geolocation/Coordinates.idl',
60 'geolocation/GeofencingRegion.idl',
61 'geolocation/Geolocation.idl', 62 'geolocation/Geolocation.idl',
62 'geolocation/Geoposition.idl', 63 'geolocation/Geoposition.idl',
63 'geolocation/PositionCallback.idl', 64 'geolocation/PositionCallback.idl',
64 'geolocation/PositionError.idl', 65 'geolocation/PositionError.idl',
65 'geolocation/PositionErrorCallback.idl', 66 'geolocation/PositionErrorCallback.idl',
66 'indexeddb/IDBCursor.idl', 67 'indexeddb/IDBCursor.idl',
67 'indexeddb/IDBCursorWithValue.idl', 68 'indexeddb/IDBCursorWithValue.idl',
68 'indexeddb/IDBDatabase.idl', 69 'indexeddb/IDBDatabase.idl',
69 'indexeddb/IDBFactory.idl', 70 'indexeddb/IDBFactory.idl',
70 'indexeddb/IDBIndex.idl', 71 'indexeddb/IDBIndex.idl',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 'device_orientation/WindowDeviceMotion.idl', 207 'device_orientation/WindowDeviceMotion.idl',
207 'device_orientation/WindowDeviceOrientation.idl', 208 'device_orientation/WindowDeviceOrientation.idl',
208 'donottrack/NavigatorDoNotTrack.idl', 209 'donottrack/NavigatorDoNotTrack.idl',
209 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl', 210 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl',
210 'filesystem/DataTransferItemFileSystem.idl', 211 'filesystem/DataTransferItemFileSystem.idl',
211 'filesystem/HTMLInputElementFileSystem.idl', 212 'filesystem/HTMLInputElementFileSystem.idl',
212 'filesystem/InspectorFrontendHostFileSystem.idl', 213 'filesystem/InspectorFrontendHostFileSystem.idl',
213 'filesystem/WindowFileSystem.idl', 214 'filesystem/WindowFileSystem.idl',
214 'filesystem/WorkerGlobalScopeFileSystem.idl', 215 'filesystem/WorkerGlobalScopeFileSystem.idl',
215 'gamepad/NavigatorGamepad.idl', 216 'gamepad/NavigatorGamepad.idl',
217 'geofencing/NavigatorGeofencing.idl',
216 'geolocation/NavigatorGeolocation.idl', 218 'geolocation/NavigatorGeolocation.idl',
217 'indexeddb/WindowIndexedDatabase.idl', 219 'indexeddb/WindowIndexedDatabase.idl',
218 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', 220 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
219 'mediasource/HTMLVideoElementMediaSource.idl', 221 'mediasource/HTMLVideoElementMediaSource.idl',
220 'mediasource/URLMediaSource.idl', 222 'mediasource/URLMediaSource.idl',
221 'mediastream/NavigatorMediaStream.idl', 223 'mediastream/NavigatorMediaStream.idl',
222 'mediastream/URLMediaStream.idl', 224 'mediastream/URLMediaStream.idl',
223 'mediastream/WindowMediaStream.idl', 225 'mediastream/WindowMediaStream.idl',
224 'navigatorcontentutils/NavigatorContentUtils.idl', 226 'navigatorcontentutils/NavigatorContentUtils.idl',
225 'netinfo/NavigatorNetworkInformation.idl', 227 'netinfo/NavigatorNetworkInformation.idl',
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 'gamepad/GamepadEvent.cpp', 434 'gamepad/GamepadEvent.cpp',
433 'gamepad/GamepadEvent.h', 435 'gamepad/GamepadEvent.h',
434 'gamepad/GamepadList.cpp', 436 'gamepad/GamepadList.cpp',
435 'gamepad/GamepadList.h', 437 'gamepad/GamepadList.h',
436 'gamepad/NavigatorGamepad.cpp', 438 'gamepad/NavigatorGamepad.cpp',
437 'gamepad/NavigatorGamepad.h', 439 'gamepad/NavigatorGamepad.h',
438 'gamepad/WebKitGamepad.cpp', 440 'gamepad/WebKitGamepad.cpp',
439 'gamepad/WebKitGamepad.h', 441 'gamepad/WebKitGamepad.h',
440 'gamepad/WebKitGamepadList.cpp', 442 'gamepad/WebKitGamepadList.cpp',
441 'gamepad/WebKitGamepadList.h', 443 'gamepad/WebKitGamepadList.h',
442 'geolocation/CircularRegion.cpp', 444 'geofencing/CircularRegion.cpp',
443 'geolocation/CircularRegion.h', 445 'geofencing/CircularRegion.h',
446 'geofencing/Geofencing.cpp',
447 'geofencing/Geofencing.h',
448 'geofencing/GeofencingRegion.h',
449 'geofencing/NavigatorGeofencing.cpp',
450 'geofencing/NavigatorGeofencing.h',
444 'geolocation/Coordinates.cpp', 451 'geolocation/Coordinates.cpp',
445 'geolocation/GeofencingRegion.h',
446 'geolocation/Geolocation.cpp', 452 'geolocation/Geolocation.cpp',
447 'geolocation/GeolocationController.cpp', 453 'geolocation/GeolocationController.cpp',
448 'geolocation/GeolocationInspectorAgent.cpp', 454 'geolocation/GeolocationInspectorAgent.cpp',
449 'geolocation/GeoNotifier.cpp', 455 'geolocation/GeoNotifier.cpp',
450 'geolocation/GeoNotifier.h', 456 'geolocation/GeoNotifier.h',
451 'geolocation/GeolocationWatchers.cpp', 457 'geolocation/GeolocationWatchers.cpp',
452 'geolocation/GeolocationWatchers.h', 458 'geolocation/GeolocationWatchers.h',
453 'geolocation/NavigatorGeolocation.cpp', 459 'geolocation/NavigatorGeolocation.cpp',
454 'geolocation/NavigatorGeolocation.h', 460 'geolocation/NavigatorGeolocation.h',
455 'geolocation/PositionOptions.cpp', 461 'geolocation/PositionOptions.cpp',
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
991 'serviceworkers/ServiceWorkerContainerTest.cpp', 997 'serviceworkers/ServiceWorkerContainerTest.cpp',
992 'websockets/DOMWebSocketTest.cpp', 998 'websockets/DOMWebSocketTest.cpp',
993 'websockets/NewWebSocketChannelImplTest.cpp', 999 'websockets/NewWebSocketChannelImplTest.cpp',
994 'websockets/WebSocketDeflaterTest.cpp', 1000 'websockets/WebSocketDeflaterTest.cpp',
995 'websockets/WebSocketExtensionDispatcherTest.cpp', 1001 'websockets/WebSocketExtensionDispatcherTest.cpp',
996 'websockets/WebSocketExtensionParserTest.cpp', 1002 'websockets/WebSocketExtensionParserTest.cpp',
997 'websockets/WebSocketPerMessageDeflateTest.cpp', 1003 'websockets/WebSocketPerMessageDeflateTest.cpp',
998 ], 1004 ],
999 }, 1005 },
1000 } 1006 }
OLDNEW
« no previous file with comments | « Source/modules/geolocation/Geolocation.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698