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

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

Issue 620343002: DevTools: Remove geolocation override from renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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/GeolocationInspectorAgent.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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 'geofencing/GeofencingEvent.h', 512 'geofencing/GeofencingEvent.h',
513 'geofencing/GeofencingRegion.h', 513 'geofencing/GeofencingRegion.h',
514 'geofencing/NavigatorGeofencing.cpp', 514 'geofencing/NavigatorGeofencing.cpp',
515 'geofencing/NavigatorGeofencing.h', 515 'geofencing/NavigatorGeofencing.h',
516 'geofencing/ServiceWorkerGlobalScopeGeofencing.h', 516 'geofencing/ServiceWorkerGlobalScopeGeofencing.h',
517 'geofencing/WorkerNavigatorGeofencing.cpp', 517 'geofencing/WorkerNavigatorGeofencing.cpp',
518 'geofencing/WorkerNavigatorGeofencing.h', 518 'geofencing/WorkerNavigatorGeofencing.h',
519 'geolocation/Coordinates.cpp', 519 'geolocation/Coordinates.cpp',
520 'geolocation/Geolocation.cpp', 520 'geolocation/Geolocation.cpp',
521 'geolocation/GeolocationController.cpp', 521 'geolocation/GeolocationController.cpp',
522 'geolocation/GeolocationInspectorAgent.cpp',
523 'geolocation/GeoNotifier.cpp', 522 'geolocation/GeoNotifier.cpp',
524 'geolocation/GeoNotifier.h', 523 'geolocation/GeoNotifier.h',
525 'geolocation/GeolocationWatchers.cpp', 524 'geolocation/GeolocationWatchers.cpp',
526 'geolocation/GeolocationWatchers.h', 525 'geolocation/GeolocationWatchers.h',
527 'geolocation/NavigatorGeolocation.cpp', 526 'geolocation/NavigatorGeolocation.cpp',
528 'geolocation/NavigatorGeolocation.h', 527 'geolocation/NavigatorGeolocation.h',
529 'geolocation/PositionOptions.cpp', 528 'geolocation/PositionOptions.cpp',
530 'geolocation/PositionOptions.h', 529 'geolocation/PositionOptions.h',
531 'indexeddb/DOMWindowIndexedDatabase.cpp', 530 'indexeddb/DOMWindowIndexedDatabase.cpp',
532 'indexeddb/DOMWindowIndexedDatabase.h', 531 'indexeddb/DOMWindowIndexedDatabase.h',
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
1055 'serviceworkers/ServiceWorkerContainerTest.cpp', 1054 'serviceworkers/ServiceWorkerContainerTest.cpp',
1056 'websockets/DOMWebSocketTest.cpp', 1055 'websockets/DOMWebSocketTest.cpp',
1057 'websockets/NewWebSocketChannelImplTest.cpp', 1056 'websockets/NewWebSocketChannelImplTest.cpp',
1058 'websockets/WebSocketDeflaterTest.cpp', 1057 'websockets/WebSocketDeflaterTest.cpp',
1059 'websockets/WebSocketExtensionDispatcherTest.cpp', 1058 'websockets/WebSocketExtensionDispatcherTest.cpp',
1060 'websockets/WebSocketExtensionParserTest.cpp', 1059 'websockets/WebSocketExtensionParserTest.cpp',
1061 'websockets/WebSocketPerMessageDeflateTest.cpp', 1060 'websockets/WebSocketPerMessageDeflateTest.cpp',
1062 ], 1061 ],
1063 }, 1062 },
1064 } 1063 }
OLDNEW
« no previous file with comments | « Source/modules/geolocation/GeolocationInspectorAgent.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698