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

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

Issue 393793003: Separate GeoNotifier class from Geolocation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
« no previous file with comments | « Source/modules/geolocation/Geolocation.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 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 'gamepad/WebKitGamepad.h', 437 'gamepad/WebKitGamepad.h',
438 'gamepad/WebKitGamepadList.cpp', 438 'gamepad/WebKitGamepadList.cpp',
439 'gamepad/WebKitGamepadList.h', 439 'gamepad/WebKitGamepadList.h',
440 'geolocation/CircularRegion.cpp', 440 'geolocation/CircularRegion.cpp',
441 'geolocation/CircularRegion.h', 441 'geolocation/CircularRegion.h',
442 'geolocation/Coordinates.cpp', 442 'geolocation/Coordinates.cpp',
443 'geolocation/GeofencingRegion.h', 443 'geolocation/GeofencingRegion.h',
444 'geolocation/Geolocation.cpp', 444 'geolocation/Geolocation.cpp',
445 'geolocation/GeolocationController.cpp', 445 'geolocation/GeolocationController.cpp',
446 'geolocation/GeolocationInspectorAgent.cpp', 446 'geolocation/GeolocationInspectorAgent.cpp',
447 'geolocation/GeoNotifier.cpp',
448 'geolocation/GeoNotifier.h',
447 'geolocation/NavigatorGeolocation.cpp', 449 'geolocation/NavigatorGeolocation.cpp',
448 'geolocation/NavigatorGeolocation.h', 450 'geolocation/NavigatorGeolocation.h',
449 'geolocation/PositionOptions.cpp', 451 'geolocation/PositionOptions.cpp',
450 'geolocation/PositionOptions.h', 452 'geolocation/PositionOptions.h',
451 'imagebitmap/ImageBitmapFactories.cpp', 453 'imagebitmap/ImageBitmapFactories.cpp',
452 'imagebitmap/ImageBitmapFactories.h', 454 'imagebitmap/ImageBitmapFactories.h',
453 'indexeddb/DOMWindowIndexedDatabase.cpp', 455 'indexeddb/DOMWindowIndexedDatabase.cpp',
454 'indexeddb/DOMWindowIndexedDatabase.h', 456 'indexeddb/DOMWindowIndexedDatabase.h',
455 'indexeddb/IDBAny.cpp', 457 'indexeddb/IDBAny.cpp',
456 'indexeddb/IDBAny.h', 458 'indexeddb/IDBAny.h',
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
981 'indexeddb/IDBRequestTest.cpp', 983 'indexeddb/IDBRequestTest.cpp',
982 'indexeddb/IDBTransactionTest.cpp', 984 'indexeddb/IDBTransactionTest.cpp',
983 'websockets/WebSocketDeflaterTest.cpp', 985 'websockets/WebSocketDeflaterTest.cpp',
984 'websockets/WebSocketExtensionDispatcherTest.cpp', 986 'websockets/WebSocketExtensionDispatcherTest.cpp',
985 'websockets/WebSocketExtensionParserTest.cpp', 987 'websockets/WebSocketExtensionParserTest.cpp',
986 'websockets/WebSocketPerMessageDeflateTest.cpp', 988 'websockets/WebSocketPerMessageDeflateTest.cpp',
987 'websockets/WebSocketTest.cpp', 989 'websockets/WebSocketTest.cpp',
988 ], 990 ],
989 }, 991 },
990 } 992 }
OLDNEW
« no previous file with comments | « Source/modules/geolocation/Geolocation.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698