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

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

Issue 375353002: Add the first very basic bits of a geofencing API. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: nits Created 6 years, 5 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') | Source/platform/RuntimeEnabledFeatures.in » ('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 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 'geolocation/Coordinates.idl', 59 'geolocation/Coordinates.idl',
60 'geolocation/GeofencingRegion.idl',
59 'geolocation/Geolocation.idl', 61 'geolocation/Geolocation.idl',
60 'geolocation/Geoposition.idl', 62 'geolocation/Geoposition.idl',
61 'geolocation/PositionCallback.idl', 63 'geolocation/PositionCallback.idl',
62 'geolocation/PositionError.idl', 64 'geolocation/PositionError.idl',
63 'geolocation/PositionErrorCallback.idl', 65 'geolocation/PositionErrorCallback.idl',
64 'indexeddb/IDBCursor.idl', 66 'indexeddb/IDBCursor.idl',
65 'indexeddb/IDBCursorWithValue.idl', 67 'indexeddb/IDBCursorWithValue.idl',
66 'indexeddb/IDBDatabase.idl', 68 'indexeddb/IDBDatabase.idl',
67 'indexeddb/IDBFactory.idl', 69 'indexeddb/IDBFactory.idl',
68 'indexeddb/IDBIndex.idl', 70 'indexeddb/IDBIndex.idl',
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 'gamepad/GamepadEvent.cpp', 428 'gamepad/GamepadEvent.cpp',
427 'gamepad/GamepadEvent.h', 429 'gamepad/GamepadEvent.h',
428 'gamepad/GamepadList.cpp', 430 'gamepad/GamepadList.cpp',
429 'gamepad/GamepadList.h', 431 'gamepad/GamepadList.h',
430 'gamepad/NavigatorGamepad.cpp', 432 'gamepad/NavigatorGamepad.cpp',
431 'gamepad/NavigatorGamepad.h', 433 'gamepad/NavigatorGamepad.h',
432 'gamepad/WebKitGamepad.cpp', 434 'gamepad/WebKitGamepad.cpp',
433 'gamepad/WebKitGamepad.h', 435 'gamepad/WebKitGamepad.h',
434 'gamepad/WebKitGamepadList.cpp', 436 'gamepad/WebKitGamepadList.cpp',
435 'gamepad/WebKitGamepadList.h', 437 'gamepad/WebKitGamepadList.h',
438 'geolocation/CircularRegion.cpp',
439 'geolocation/CircularRegion.h',
436 'geolocation/Coordinates.cpp', 440 'geolocation/Coordinates.cpp',
441 'geolocation/GeofencingRegion.h',
437 'geolocation/Geolocation.cpp', 442 'geolocation/Geolocation.cpp',
438 'geolocation/GeolocationController.cpp', 443 'geolocation/GeolocationController.cpp',
439 'geolocation/GeolocationInspectorAgent.cpp', 444 'geolocation/GeolocationInspectorAgent.cpp',
440 'geolocation/NavigatorGeolocation.cpp', 445 'geolocation/NavigatorGeolocation.cpp',
441 'geolocation/NavigatorGeolocation.h', 446 'geolocation/NavigatorGeolocation.h',
442 'geolocation/PositionOptions.cpp', 447 'geolocation/PositionOptions.cpp',
443 'geolocation/PositionOptions.h', 448 'geolocation/PositionOptions.h',
444 'imagebitmap/ImageBitmapFactories.cpp', 449 'imagebitmap/ImageBitmapFactories.cpp',
445 'imagebitmap/ImageBitmapFactories.h', 450 'imagebitmap/ImageBitmapFactories.h',
446 'indexeddb/DOMWindowIndexedDatabase.cpp', 451 'indexeddb/DOMWindowIndexedDatabase.cpp',
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
970 'indexeddb/IDBRequestTest.cpp', 975 'indexeddb/IDBRequestTest.cpp',
971 'indexeddb/IDBTransactionTest.cpp', 976 'indexeddb/IDBTransactionTest.cpp',
972 'websockets/WebSocketDeflaterTest.cpp', 977 'websockets/WebSocketDeflaterTest.cpp',
973 'websockets/WebSocketExtensionDispatcherTest.cpp', 978 'websockets/WebSocketExtensionDispatcherTest.cpp',
974 'websockets/WebSocketExtensionParserTest.cpp', 979 'websockets/WebSocketExtensionParserTest.cpp',
975 'websockets/WebSocketPerMessageDeflateTest.cpp', 980 'websockets/WebSocketPerMessageDeflateTest.cpp',
976 'websockets/WebSocketTest.cpp', 981 'websockets/WebSocketTest.cpp',
977 ], 982 ],
978 }, 983 },
979 } 984 }
OLDNEW
« no previous file with comments | « Source/modules/geolocation/Geolocation.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698