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

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 1119 matching lines...) Expand 10 before | Expand all | Expand 10 after
1130 'geofencing/GeofencingEvent.cpp', 1130 'geofencing/GeofencingEvent.cpp',
1131 'geofencing/GeofencingEvent.h', 1131 'geofencing/GeofencingEvent.h',
1132 'geofencing/GeofencingRegion.h', 1132 'geofencing/GeofencingRegion.h',
1133 'geofencing/ServiceWorkerGlobalScopeGeofencing.h', 1133 'geofencing/ServiceWorkerGlobalScopeGeofencing.h',
1134 'geofencing/ServiceWorkerRegistrationGeofencing.cpp', 1134 'geofencing/ServiceWorkerRegistrationGeofencing.cpp',
1135 'geofencing/ServiceWorkerRegistrationGeofencing.h', 1135 'geofencing/ServiceWorkerRegistrationGeofencing.h',
1136 'geofencing/WorkerNavigatorGeofencing.cpp', 1136 'geofencing/WorkerNavigatorGeofencing.cpp',
1137 'geofencing/WorkerNavigatorGeofencing.h', 1137 'geofencing/WorkerNavigatorGeofencing.h',
1138 'geolocation/Coordinates.cpp', 1138 'geolocation/Coordinates.cpp',
1139 'geolocation/Geolocation.cpp', 1139 'geolocation/Geolocation.cpp',
1140 'geolocation/GeolocationController.cpp',
1141 'geolocation/GeoNotifier.cpp', 1140 'geolocation/GeoNotifier.cpp',
1142 'geolocation/GeoNotifier.h', 1141 'geolocation/GeoNotifier.h',
1143 'geolocation/GeolocationWatchers.cpp', 1142 'geolocation/GeolocationWatchers.cpp',
1144 'geolocation/GeolocationWatchers.h', 1143 'geolocation/GeolocationWatchers.h',
1145 'geolocation/NavigatorGeolocation.cpp', 1144 'geolocation/NavigatorGeolocation.cpp',
1146 'geolocation/NavigatorGeolocation.h', 1145 'geolocation/NavigatorGeolocation.h',
1147 'imagebitmap/ImageBitmapRenderingContext.cpp', 1146 'imagebitmap/ImageBitmapRenderingContext.cpp',
1148 'imagebitmap/ImageBitmapRenderingContext.h', 1147 'imagebitmap/ImageBitmapRenderingContext.h',
1149 'imagecapture/ImageCapture.cpp', 1148 'imagecapture/ImageCapture.cpp',
1150 'imagecapture/ImageCapture.h', 1149 'imagecapture/ImageCapture.h',
(...skipping 782 matching lines...) Expand 10 before | Expand all | Expand 10 after
1933 'webusb/USBIsochronousOutTransferResult.h', 1932 'webusb/USBIsochronousOutTransferResult.h',
1934 'webusb/USBOutTransferResult.h', 1933 'webusb/USBOutTransferResult.h',
1935 'worklet/Worklet.cpp', 1934 'worklet/Worklet.cpp',
1936 'worklet/Worklet.h', 1935 'worklet/Worklet.h',
1937 'worklet/WorkletGlobalScope.cpp', 1936 'worklet/WorkletGlobalScope.cpp',
1938 'worklet/WorkletGlobalScope.h', 1937 'worklet/WorkletGlobalScope.h',
1939 ], 1938 ],
1940 # 'partial interface' or target (right side of) 'implements' 1939 # 'partial interface' or target (right side of) 'implements'
1941 'modules_testing_dependency_idl_files' : [ 1940 'modules_testing_dependency_idl_files' : [
1942 'accessibility/testing/InternalsAccessibility.idl', 1941 'accessibility/testing/InternalsAccessibility.idl',
1943 'geolocation/testing/InternalsGeolocation.idl',
1944 'mediastream/testing/InternalsRTCCertificate.idl', 1942 'mediastream/testing/InternalsRTCCertificate.idl',
1945 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', 1943 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
1946 'serviceworkers/testing/InternalsServiceWorker.idl', 1944 'serviceworkers/testing/InternalsServiceWorker.idl',
1947 'speech/testing/InternalsSpeechSynthesis.idl', 1945 'speech/testing/InternalsSpeechSynthesis.idl',
1948 'vibration/testing/InternalsVibration.idl', 1946 'vibration/testing/InternalsVibration.idl',
1949 'webaudio/testing/InternalsWebAudio.idl', 1947 'webaudio/testing/InternalsWebAudio.idl',
1950 ], 1948 ],
1951 'modules_testing_files': [ 1949 'modules_testing_files': [
1952 'accessibility/testing/InternalsAccessibility.cpp', 1950 'accessibility/testing/InternalsAccessibility.cpp',
1953 'accessibility/testing/InternalsAccessibility.h', 1951 'accessibility/testing/InternalsAccessibility.h',
1954 'geolocation/testing/GeolocationClientMock.cpp',
1955 'geolocation/testing/GeolocationClientMock.h',
1956 'geolocation/testing/InternalsGeolocation.cpp',
1957 'geolocation/testing/InternalsGeolocation.h',
1958 'mediastream/testing/InternalsRTCCertificate.cpp', 1952 'mediastream/testing/InternalsRTCCertificate.cpp',
1959 'mediastream/testing/InternalsRTCCertificate.h', 1953 'mediastream/testing/InternalsRTCCertificate.h',
1960 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp', 1954 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp',
1961 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.h', 1955 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.h',
1962 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp', 1956 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp',
1963 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h', 1957 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h',
1964 'serviceworkers/testing/InternalsServiceWorker.cpp', 1958 'serviceworkers/testing/InternalsServiceWorker.cpp',
1965 'serviceworkers/testing/InternalsServiceWorker.h', 1959 'serviceworkers/testing/InternalsServiceWorker.h',
1966 'speech/testing/InternalsSpeechSynthesis.cpp', 1960 'speech/testing/InternalsSpeechSynthesis.cpp',
1967 'speech/testing/InternalsSpeechSynthesis.h', 1961 'speech/testing/InternalsSpeechSynthesis.h',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
2021 'webaudio/ConvolverNodeTest.cpp', 2015 'webaudio/ConvolverNodeTest.cpp',
2022 'webaudio/DynamicsCompressorNodeTest.cpp', 2016 'webaudio/DynamicsCompressorNodeTest.cpp',
2023 'webaudio/ScriptProcessorNodeTest.cpp', 2017 'webaudio/ScriptProcessorNodeTest.cpp',
2024 'webaudio/StereoPannerNodeTest.cpp', 2018 'webaudio/StereoPannerNodeTest.cpp',
2025 'webdatabase/QuotaTrackerTest.cpp', 2019 'webdatabase/QuotaTrackerTest.cpp',
2026 'websockets/DOMWebSocketTest.cpp', 2020 'websockets/DOMWebSocketTest.cpp',
2027 'websockets/DocumentWebSocketChannelTest.cpp', 2021 'websockets/DocumentWebSocketChannelTest.cpp',
2028 ], 2022 ],
2029 }, 2023 },
2030 } 2024 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698