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

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

Issue 393533002: Pass through the geofencing API calls to the content layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@geofencing2
Patch Set: 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
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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 'gamepad/GamepadList.h', 431 'gamepad/GamepadList.h',
432 'gamepad/NavigatorGamepad.cpp', 432 'gamepad/NavigatorGamepad.cpp',
433 'gamepad/NavigatorGamepad.h', 433 'gamepad/NavigatorGamepad.h',
434 'gamepad/WebKitGamepad.cpp', 434 'gamepad/WebKitGamepad.cpp',
435 'gamepad/WebKitGamepad.h', 435 'gamepad/WebKitGamepad.h',
436 'gamepad/WebKitGamepadList.cpp', 436 'gamepad/WebKitGamepadList.cpp',
437 'gamepad/WebKitGamepadList.h', 437 'gamepad/WebKitGamepadList.h',
438 'geolocation/CircularRegion.cpp', 438 'geolocation/CircularRegion.cpp',
439 'geolocation/CircularRegion.h', 439 'geolocation/CircularRegion.h',
440 'geolocation/Coordinates.cpp', 440 'geolocation/Coordinates.cpp',
441 'geolocation/GeofencingController.cpp',
442 'geolocation/GeofencingController.h',
441 'geolocation/GeofencingRegion.h', 443 'geolocation/GeofencingRegion.h',
444 'geolocation/GeofencingError.cpp',
445 'geolocation/GeofencingError.h',
442 'geolocation/Geolocation.cpp', 446 'geolocation/Geolocation.cpp',
443 'geolocation/GeolocationController.cpp', 447 'geolocation/GeolocationController.cpp',
444 'geolocation/GeolocationInspectorAgent.cpp', 448 'geolocation/GeolocationInspectorAgent.cpp',
445 'geolocation/NavigatorGeolocation.cpp', 449 'geolocation/NavigatorGeolocation.cpp',
446 'geolocation/NavigatorGeolocation.h', 450 'geolocation/NavigatorGeolocation.h',
447 'geolocation/PositionOptions.cpp', 451 'geolocation/PositionOptions.cpp',
448 'geolocation/PositionOptions.h', 452 'geolocation/PositionOptions.h',
449 'imagebitmap/ImageBitmapFactories.cpp', 453 'imagebitmap/ImageBitmapFactories.cpp',
450 'imagebitmap/ImageBitmapFactories.h', 454 'imagebitmap/ImageBitmapFactories.h',
451 'indexeddb/DOMWindowIndexedDatabase.cpp', 455 'indexeddb/DOMWindowIndexedDatabase.cpp',
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
975 'indexeddb/IDBRequestTest.cpp', 979 'indexeddb/IDBRequestTest.cpp',
976 'indexeddb/IDBTransactionTest.cpp', 980 'indexeddb/IDBTransactionTest.cpp',
977 'websockets/WebSocketDeflaterTest.cpp', 981 'websockets/WebSocketDeflaterTest.cpp',
978 'websockets/WebSocketExtensionDispatcherTest.cpp', 982 'websockets/WebSocketExtensionDispatcherTest.cpp',
979 'websockets/WebSocketExtensionParserTest.cpp', 983 'websockets/WebSocketExtensionParserTest.cpp',
980 'websockets/WebSocketPerMessageDeflateTest.cpp', 984 'websockets/WebSocketPerMessageDeflateTest.cpp',
981 'websockets/WebSocketTest.cpp', 985 'websockets/WebSocketTest.cpp',
982 ], 986 ],
983 }, 987 },
984 } 988 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698