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

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

Issue 402563002: Separate GeolocationWatchers from Geolocation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing 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/GeolocationWatchers.cpp ('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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 'gamepad/WebKitGamepadList.h', 441 'gamepad/WebKitGamepadList.h',
442 'geolocation/CircularRegion.cpp', 442 'geolocation/CircularRegion.cpp',
443 'geolocation/CircularRegion.h', 443 'geolocation/CircularRegion.h',
444 'geolocation/Coordinates.cpp', 444 'geolocation/Coordinates.cpp',
445 'geolocation/GeofencingRegion.h', 445 'geolocation/GeofencingRegion.h',
446 'geolocation/Geolocation.cpp', 446 'geolocation/Geolocation.cpp',
447 'geolocation/GeolocationController.cpp', 447 'geolocation/GeolocationController.cpp',
448 'geolocation/GeolocationInspectorAgent.cpp', 448 'geolocation/GeolocationInspectorAgent.cpp',
449 'geolocation/GeoNotifier.cpp', 449 'geolocation/GeoNotifier.cpp',
450 'geolocation/GeoNotifier.h', 450 'geolocation/GeoNotifier.h',
451 'geolocation/GeolocationWatchers.cpp',
452 'geolocation/GeolocationWatchers.h',
451 'geolocation/NavigatorGeolocation.cpp', 453 'geolocation/NavigatorGeolocation.cpp',
452 'geolocation/NavigatorGeolocation.h', 454 'geolocation/NavigatorGeolocation.h',
453 'geolocation/PositionOptions.cpp', 455 'geolocation/PositionOptions.cpp',
454 'geolocation/PositionOptions.h', 456 'geolocation/PositionOptions.h',
455 'imagebitmap/ImageBitmapFactories.cpp', 457 'imagebitmap/ImageBitmapFactories.cpp',
456 'imagebitmap/ImageBitmapFactories.h', 458 'imagebitmap/ImageBitmapFactories.h',
457 'indexeddb/DOMWindowIndexedDatabase.cpp', 459 'indexeddb/DOMWindowIndexedDatabase.cpp',
458 'indexeddb/DOMWindowIndexedDatabase.h', 460 'indexeddb/DOMWindowIndexedDatabase.h',
459 'indexeddb/IDBAny.cpp', 461 'indexeddb/IDBAny.cpp',
460 'indexeddb/IDBAny.h', 462 'indexeddb/IDBAny.h',
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 'indexeddb/IDBRequestTest.cpp', 987 'indexeddb/IDBRequestTest.cpp',
986 'indexeddb/IDBTransactionTest.cpp', 988 'indexeddb/IDBTransactionTest.cpp',
987 'websockets/DOMWebSocketTest.cpp', 989 'websockets/DOMWebSocketTest.cpp',
988 'websockets/WebSocketDeflaterTest.cpp', 990 'websockets/WebSocketDeflaterTest.cpp',
989 'websockets/WebSocketExtensionDispatcherTest.cpp', 991 'websockets/WebSocketExtensionDispatcherTest.cpp',
990 'websockets/WebSocketExtensionParserTest.cpp', 992 'websockets/WebSocketExtensionParserTest.cpp',
991 'websockets/WebSocketPerMessageDeflateTest.cpp', 993 'websockets/WebSocketPerMessageDeflateTest.cpp',
992 ], 994 ],
993 }, 995 },
994 } 996 }
OLDNEW
« no previous file with comments | « Source/modules/geolocation/GeolocationWatchers.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698