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

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

Issue 1367853002: Move GeolocationDispatcher into blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1125 'geofencing/GeofencingEvent.cpp', 1125 'geofencing/GeofencingEvent.cpp',
1126 'geofencing/GeofencingEvent.h', 1126 'geofencing/GeofencingEvent.h',
1127 'geofencing/GeofencingRegion.h', 1127 'geofencing/GeofencingRegion.h',
1128 'geofencing/ServiceWorkerGlobalScopeGeofencing.h', 1128 'geofencing/ServiceWorkerGlobalScopeGeofencing.h',
1129 'geofencing/ServiceWorkerRegistrationGeofencing.cpp', 1129 'geofencing/ServiceWorkerRegistrationGeofencing.cpp',
1130 'geofencing/ServiceWorkerRegistrationGeofencing.h', 1130 'geofencing/ServiceWorkerRegistrationGeofencing.h',
1131 'geofencing/WorkerNavigatorGeofencing.cpp', 1131 'geofencing/WorkerNavigatorGeofencing.cpp',
1132 'geofencing/WorkerNavigatorGeofencing.h', 1132 'geofencing/WorkerNavigatorGeofencing.h',
1133 'geolocation/Coordinates.cpp', 1133 'geolocation/Coordinates.cpp',
1134 'geolocation/Geolocation.cpp', 1134 'geolocation/Geolocation.cpp',
1135 'geolocation/GeolocationController.cpp',
1136 'geolocation/GeoNotifier.cpp', 1135 'geolocation/GeoNotifier.cpp',
1137 'geolocation/GeoNotifier.h', 1136 'geolocation/GeoNotifier.h',
1138 'geolocation/GeolocationWatchers.cpp', 1137 'geolocation/GeolocationWatchers.cpp',
1139 'geolocation/GeolocationWatchers.h', 1138 'geolocation/GeolocationWatchers.h',
1140 'geolocation/NavigatorGeolocation.cpp', 1139 'geolocation/NavigatorGeolocation.cpp',
1141 'geolocation/NavigatorGeolocation.h', 1140 'geolocation/NavigatorGeolocation.h',
1142 'imagebitmap/ImageBitmapRenderingContext.cpp', 1141 'imagebitmap/ImageBitmapRenderingContext.cpp',
1143 'imagebitmap/ImageBitmapRenderingContext.h', 1142 'imagebitmap/ImageBitmapRenderingContext.h',
1144 'imagecapture/ImageCapture.cpp', 1143 'imagecapture/ImageCapture.cpp',
1145 'imagecapture/ImageCapture.h', 1144 'imagecapture/ImageCapture.h',
(...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after
1923 'webusb/USBIsochronousOutTransferResult.h', 1922 'webusb/USBIsochronousOutTransferResult.h',
1924 'webusb/USBOutTransferResult.h', 1923 'webusb/USBOutTransferResult.h',
1925 'worklet/Worklet.cpp', 1924 'worklet/Worklet.cpp',
1926 'worklet/Worklet.h', 1925 'worklet/Worklet.h',
1927 'worklet/WorkletGlobalScope.cpp', 1926 'worklet/WorkletGlobalScope.cpp',
1928 'worklet/WorkletGlobalScope.h', 1927 'worklet/WorkletGlobalScope.h',
1929 ], 1928 ],
1930 # 'partial interface' or target (right side of) 'implements' 1929 # 'partial interface' or target (right side of) 'implements'
1931 'modules_testing_dependency_idl_files' : [ 1930 'modules_testing_dependency_idl_files' : [
1932 'accessibility/testing/InternalsAccessibility.idl', 1931 'accessibility/testing/InternalsAccessibility.idl',
1933 'geolocation/testing/InternalsGeolocation.idl',
1934 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', 1932 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
1935 'serviceworkers/testing/InternalsServiceWorker.idl', 1933 'serviceworkers/testing/InternalsServiceWorker.idl',
1936 'speech/testing/InternalsSpeechSynthesis.idl', 1934 'speech/testing/InternalsSpeechSynthesis.idl',
1937 'vibration/testing/InternalsVibration.idl', 1935 'vibration/testing/InternalsVibration.idl',
1938 'webaudio/testing/InternalsWebAudio.idl', 1936 'webaudio/testing/InternalsWebAudio.idl',
1939 ], 1937 ],
1940 'modules_testing_files': [ 1938 'modules_testing_files': [
1941 'accessibility/testing/InternalsAccessibility.cpp', 1939 'accessibility/testing/InternalsAccessibility.cpp',
1942 'accessibility/testing/InternalsAccessibility.h', 1940 'accessibility/testing/InternalsAccessibility.h',
1943 'geolocation/testing/GeolocationClientMock.cpp',
1944 'geolocation/testing/GeolocationClientMock.h',
1945 'geolocation/testing/InternalsGeolocation.cpp',
1946 'geolocation/testing/InternalsGeolocation.h',
1947 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp', 1941 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp',
1948 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.h', 1942 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.h',
1949 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp', 1943 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp',
1950 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h', 1944 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h',
1951 'serviceworkers/testing/InternalsServiceWorker.cpp', 1945 'serviceworkers/testing/InternalsServiceWorker.cpp',
1952 'serviceworkers/testing/InternalsServiceWorker.h', 1946 'serviceworkers/testing/InternalsServiceWorker.h',
1953 'speech/testing/InternalsSpeechSynthesis.cpp', 1947 'speech/testing/InternalsSpeechSynthesis.cpp',
1954 'speech/testing/InternalsSpeechSynthesis.h', 1948 'speech/testing/InternalsSpeechSynthesis.h',
1955 'speech/testing/PlatformSpeechSynthesizerMock.cpp', 1949 'speech/testing/PlatformSpeechSynthesizerMock.cpp',
1956 'speech/testing/PlatformSpeechSynthesizerMock.h', 1950 'speech/testing/PlatformSpeechSynthesizerMock.h',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
2007 'webaudio/ConvolverNodeTest.cpp', 2001 'webaudio/ConvolverNodeTest.cpp',
2008 'webaudio/DynamicsCompressorNodeTest.cpp', 2002 'webaudio/DynamicsCompressorNodeTest.cpp',
2009 'webaudio/ScriptProcessorNodeTest.cpp', 2003 'webaudio/ScriptProcessorNodeTest.cpp',
2010 'webaudio/StereoPannerNodeTest.cpp', 2004 'webaudio/StereoPannerNodeTest.cpp',
2011 'webdatabase/QuotaTrackerTest.cpp', 2005 'webdatabase/QuotaTrackerTest.cpp',
2012 'websockets/DOMWebSocketTest.cpp', 2006 'websockets/DOMWebSocketTest.cpp',
2013 'websockets/DocumentWebSocketChannelTest.cpp', 2007 'websockets/DocumentWebSocketChannelTest.cpp',
2014 ], 2008 ],
2015 }, 2009 },
2016 } 2010 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698