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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 2323393004: Complete removing Blink gyp files. (Closed)
Patch Set: Windows Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
deleted file mode 100644
index b54b6ccca27074d85e1752023ed09cfdb8e91e75..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ /dev/null
@@ -1,430 +0,0 @@
-{
- 'variables': {
- 'modules_files': [
- 'filesystem/DOMFilePath.cpp',
- 'filesystem/DOMFilePath.h',
- 'filesystem/DOMFileSystem.cpp',
- 'filesystem/DOMFileSystem.h',
- 'filesystem/DOMFileSystemBase.cpp',
- 'filesystem/DOMFileSystemBase.h',
- 'filesystem/DOMFileSystemSync.cpp',
- 'filesystem/DOMFileSystemSync.h',
- 'filesystem/DOMWindowFileSystem.cpp',
- 'filesystem/DOMWindowFileSystem.h',
- 'filesystem/DataTransferItemFileSystem.cpp',
- 'filesystem/DataTransferItemFileSystem.h',
- 'filesystem/DevToolsHostFileSystem.cpp',
- 'filesystem/DevToolsHostFileSystem.h',
- 'filesystem/DirectoryEntry.cpp',
- 'filesystem/DirectoryEntry.h',
- 'filesystem/DirectoryEntrySync.cpp',
- 'filesystem/DirectoryEntrySync.h',
- 'filesystem/DirectoryReader.cpp',
- 'filesystem/DirectoryReader.h',
- 'filesystem/DirectoryReaderBase.h',
- 'filesystem/DirectoryReaderSync.cpp',
- 'filesystem/DirectoryReaderSync.h',
- 'filesystem/DraggedIsolatedFileSystemImpl.cpp',
- 'filesystem/DraggedIsolatedFileSystemImpl.h',
- 'filesystem/EntriesCallback.h',
- 'filesystem/Entry.cpp',
- 'filesystem/Entry.h',
- 'filesystem/EntryBase.cpp',
- 'filesystem/EntryBase.h',
- 'filesystem/EntryCallback.h',
- 'filesystem/EntrySync.cpp',
- 'filesystem/EntrySync.h',
- 'filesystem/ErrorCallback.h',
- 'filesystem/FileEntry.cpp',
- 'filesystem/FileEntry.h',
- 'filesystem/FileEntrySync.cpp',
- 'filesystem/FileEntrySync.h',
- 'filesystem/FileSystemCallback.h',
- 'filesystem/FileSystemCallbacks.cpp',
- 'filesystem/FileSystemCallbacks.h',
- 'filesystem/FileSystemClient.h',
- 'filesystem/FileWriter.cpp',
- 'filesystem/FileWriter.h',
- 'filesystem/FileWriterBase.cpp',
- 'filesystem/FileWriterBase.h',
- 'filesystem/FileWriterBaseCallback.h',
- 'filesystem/FileWriterCallback.h',
- 'filesystem/FileWriterSync.cpp',
- 'filesystem/FileWriterSync.h',
- 'filesystem/HTMLInputElementFileSystem.cpp',
- 'filesystem/HTMLInputElementFileSystem.h',
- 'filesystem/LocalFileSystem.cpp',
- 'filesystem/LocalFileSystem.h',
- 'filesystem/Metadata.h',
- 'filesystem/MetadataCallback.h',
- 'filesystem/SyncCallbackHelper.h',
- 'filesystem/WorkerGlobalScopeFileSystem.cpp',
- 'filesystem/WorkerGlobalScopeFileSystem.h',
- 'gamepad/Gamepad.cpp',
- 'gamepad/Gamepad.h',
- 'gamepad/GamepadButton.cpp',
- 'gamepad/GamepadButton.h',
- 'gamepad/GamepadDispatcher.cpp',
- 'gamepad/GamepadDispatcher.h',
- 'gamepad/GamepadEvent.cpp',
- 'gamepad/GamepadEvent.h',
- 'gamepad/GamepadList.cpp',
- 'gamepad/GamepadList.h',
- 'gamepad/NavigatorGamepad.cpp',
- 'gamepad/NavigatorGamepad.h',
- 'geolocation/Coordinates.cpp',
- 'geolocation/Geolocation.cpp',
- 'geolocation/GeoNotifier.cpp',
- 'geolocation/GeoNotifier.h',
- 'geolocation/GeolocationWatchers.cpp',
- 'geolocation/GeolocationWatchers.h',
- 'geolocation/NavigatorGeolocation.cpp',
- 'geolocation/NavigatorGeolocation.h',
- 'imagebitmap/ImageBitmapRenderingContext.cpp',
- 'imagebitmap/ImageBitmapRenderingContext.h',
- 'imagecapture/ImageCapture.cpp',
- 'imagecapture/ImageCapture.h',
- 'imagecapture/MediaSettingsRange.h',
- 'imagecapture/PhotoCapabilities.cpp',
- 'imagecapture/PhotoCapabilities.h',
- 'indexeddb/GlobalIndexedDB.cpp',
- 'indexeddb/GlobalIndexedDB.h',
- 'indexeddb/IDBAny.cpp',
- 'indexeddb/IDBAny.h',
- 'indexeddb/IDBCursor.cpp',
- 'indexeddb/IDBCursor.h',
- 'indexeddb/IDBCursorWithValue.cpp',
- 'indexeddb/IDBCursorWithValue.h',
- 'indexeddb/IDBDatabase.cpp',
- 'indexeddb/IDBDatabase.h',
- 'indexeddb/IDBDatabaseCallbacks.cpp',
- 'indexeddb/IDBDatabaseCallbacks.h',
- 'indexeddb/IDBEventDispatcher.cpp',
- 'indexeddb/IDBEventDispatcher.h',
- 'indexeddb/IDBFactory.cpp',
- 'indexeddb/IDBFactory.h',
- 'indexeddb/IDBHistograms.h',
- 'indexeddb/IDBIndex.cpp',
- 'indexeddb/IDBIndex.h',
- 'indexeddb/IDBKey.cpp',
- 'indexeddb/IDBKey.h',
- 'indexeddb/IDBKeyPath.cpp',
- 'indexeddb/IDBKeyPath.h',
- 'indexeddb/IDBKeyRange.cpp',
- 'indexeddb/IDBKeyRange.h',
- 'indexeddb/IDBMetadata.cpp',
- 'indexeddb/IDBMetadata.h',
- 'indexeddb/IDBObjectStore.cpp',
- 'indexeddb/IDBObjectStore.h',
- 'indexeddb/IDBObserver.cpp',
- 'indexeddb/IDBObserver.h',
- 'indexeddb/IDBObserverChanges.cpp',
- 'indexeddb/IDBObserverChanges.h',
- 'indexeddb/IDBObservation.cpp',
- 'indexeddb/IDBObservation.h',
- 'indexeddb/IDBOpenDBRequest.cpp',
- 'indexeddb/IDBOpenDBRequest.h',
- 'indexeddb/IDBRequest.cpp',
- 'indexeddb/IDBRequest.h',
- 'indexeddb/IDBTracing.h',
- 'indexeddb/IDBTransaction.cpp',
- 'indexeddb/IDBTransaction.h',
- 'indexeddb/IDBValue.cpp',
- 'indexeddb/IDBValue.h',
- 'indexeddb/IDBVersionChangeEvent.cpp',
- 'indexeddb/IDBVersionChangeEvent.h',
- 'indexeddb/IndexedDB.h',
- 'indexeddb/IndexedDBClient.cpp',
- 'indexeddb/IndexedDBClient.h',
- 'indexeddb/InspectorIndexedDBAgent.cpp',
- 'indexeddb/InspectorIndexedDBAgent.h',
- 'indexeddb/WebIDBCallbacksImpl.cpp',
- 'indexeddb/WebIDBCallbacksImpl.h',
- 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp',
- 'indexeddb/WebIDBDatabaseCallbacksImpl.h',
- 'indexeddb/WebIDBObserverImpl.cpp',
- 'indexeddb/WebIDBObserverImpl.h',
- 'installedapp/InstalledAppController.cpp',
- 'installedapp/InstalledAppController.h',
- 'installedapp/NavigatorInstalledApp.cpp',
- 'installedapp/NavigatorInstalledApp.h',
- 'installedapp/RelatedApplication.h',
- 'mediacapturefromelement/AutoCanvasDrawListener.cpp',
- 'mediacapturefromelement/AutoCanvasDrawListener.h',
- 'mediacapturefromelement/CanvasCaptureMediaStreamTrack.cpp',
- 'mediacapturefromelement/CanvasCaptureMediaStreamTrack.h',
- 'mediacapturefromelement/HTMLCanvasElementCapture.cpp',
- 'mediacapturefromelement/HTMLCanvasElementCapture.h',
- 'mediacapturefromelement/HTMLMediaElementCapture.cpp',
- 'mediacapturefromelement/HTMLMediaElementCapture.h',
- 'mediacapturefromelement/OnRequestCanvasDrawListener.cpp',
- 'mediacapturefromelement/OnRequestCanvasDrawListener.h',
- 'mediacapturefromelement/TimedCanvasDrawListener.cpp',
- 'mediacapturefromelement/TimedCanvasDrawListener.h',
- 'mediarecorder/BlobEvent.cpp',
- 'mediarecorder/BlobEvent.h',
- 'mediarecorder/MediaRecorder.cpp',
- 'mediarecorder/MediaRecorder.h',
- 'mediasession/HTMLMediaElementMediaSession.cpp',
- 'mediasession/HTMLMediaElementMediaSession.h',
- 'mediasession/MediaArtwork.cpp',
- 'mediasession/MediaArtwork.h',
- 'mediasession/MediaMetadata.cpp',
- 'mediasession/MediaMetadata.h',
- 'mediasession/MediaSession.cpp',
- 'mediasession/MediaSession.h',
- 'mediasession/MediaSessionError.cpp',
- 'mediasession/MediaSessionError.h',
- 'mediasource/HTMLVideoElementMediaSource.cpp',
- 'mediasource/HTMLVideoElementMediaSource.h',
- 'mediasource/MediaSource.cpp',
- 'mediasource/MediaSource.h',
- 'mediasource/MediaSourceRegistry.cpp',
- 'mediasource/MediaSourceRegistry.h',
- 'mediasource/SourceBuffer.cpp',
- 'mediasource/SourceBuffer.h',
- 'mediasource/SourceBufferList.cpp',
- 'mediasource/SourceBufferList.h',
- 'mediasource/SourceBufferTrackBaseSupplement.cpp',
- 'mediasource/SourceBufferTrackBaseSupplement.h',
- 'mediasource/TrackDefault.cpp',
- 'mediasource/TrackDefault.h',
- 'mediasource/TrackDefaultList.cpp',
- 'mediasource/TrackDefaultList.h',
- 'mediasource/URLMediaSource.cpp',
- 'mediasource/URLMediaSource.h',
- 'mediasource/VideoPlaybackQuality.cpp',
- 'mediasource/VideoPlaybackQuality.h',
- 'mediastream/MediaConstraintsImpl.cpp',
- 'mediastream/MediaConstraintsImpl.h',
- 'mediastream/MediaDeviceInfo.cpp',
- 'mediastream/MediaDeviceInfo.h',
- 'mediastream/MediaDevices.cpp',
- 'mediastream/MediaDevices.h',
- 'mediastream/MediaDevicesRequest.cpp',
- 'mediastream/MediaDevicesRequest.h',
- 'mediastream/MediaErrorState.cpp',
- 'mediastream/MediaErrorState.h',
- 'mediastream/MediaStream.cpp',
- 'mediastream/MediaStream.h',
- 'mediastream/MediaStreamEvent.cpp',
- 'mediastream/MediaStreamEvent.h',
- 'mediastream/MediaStreamRegistry.cpp',
- 'mediastream/MediaStreamRegistry.h',
- 'mediastream/MediaStreamTrack.cpp',
- 'mediastream/MediaStreamTrack.h',
- 'mediastream/MediaStreamTrackEvent.cpp',
- 'mediastream/MediaStreamTrackEvent.h',
- 'mediastream/MediaStreamTrackSourcesCallback.h',
- 'mediastream/MediaStreamTrackSourcesRequestImpl.cpp',
- 'mediastream/MediaStreamTrackSourcesRequestImpl.h',
- 'mediastream/NavigatorMediaStream.cpp',
- 'mediastream/NavigatorMediaStream.h',
- 'mediastream/NavigatorUserMedia.cpp',
- 'mediastream/NavigatorUserMedia.h',
- 'mediastream/NavigatorUserMediaError.cpp',
- 'mediastream/NavigatorUserMediaError.h',
- 'mediastream/NavigatorUserMediaErrorCallback.h',
- 'mediastream/NavigatorUserMediaSuccessCallback.h',
- 'mediastream/SourceInfo.cpp',
- 'mediastream/SourceInfo.h',
- 'mediastream/URLMediaStream.cpp',
- 'mediastream/URLMediaStream.h',
- 'mediastream/UserMediaClient.h',
- 'mediastream/UserMediaController.cpp',
- 'mediastream/UserMediaController.h',
- 'mediastream/UserMediaRequest.cpp',
- 'mediastream/UserMediaRequest.h',
- 'navigatorcontentutils/NavigatorContentUtils.cpp',
- 'navigatorcontentutils/NavigatorContentUtils.h',
- 'navigatorcontentutils/NavigatorContentUtilsClient.h',
- 'netinfo/NavigatorNetworkInformation.cpp',
- 'netinfo/NavigatorNetworkInformation.h',
- 'netinfo/NetworkInformation.cpp',
- 'netinfo/NetworkInformation.h',
- 'netinfo/WorkerNavigatorNetworkInformation.cpp',
- 'netinfo/WorkerNavigatorNetworkInformation.h',
- 'nfc/NavigatorNFC.cpp',
- 'nfc/NavigatorNFC.h',
- 'nfc/NFC.cpp',
- 'nfc/NFC.h',
- 'nfc/NFCError.cpp',
- 'nfc/NFCError.h',
- 'notifications/Notification.cpp',
- 'notifications/Notification.h',
- 'notifications/NotificationData.cpp',
- 'notifications/NotificationData.h',
- 'notifications/NotificationEvent.cpp',
- 'notifications/NotificationEvent.h',
- 'notifications/NotificationImageLoader.cpp',
- 'notifications/NotificationImageLoader.h',
- 'notifications/NotificationManager.cpp',
- 'notifications/NotificationManager.h',
- 'notifications/NotificationPermissionCallback.h',
- 'notifications/NotificationResourcesLoader.cpp',
- 'notifications/NotificationResourcesLoader.h',
- 'notifications/ServiceWorkerGlobalScopeNotifications.h',
- 'notifications/ServiceWorkerRegistrationNotifications.cpp',
- 'notifications/ServiceWorkerRegistrationNotifications.h',
- 'offscreencanvas/OffscreenCanvasModules.cpp',
- 'offscreencanvas/OffscreenCanvasModules.h',
- 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp',
- 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.h',
- 'payments/PaymentAddress.cpp',
- 'payments/PaymentAddress.h',
- 'payments/PaymentCompleter.h',
- 'payments/PaymentRequest.cpp',
- 'payments/PaymentRequest.h',
- 'payments/PaymentRequestUpdateEvent.cpp',
- 'payments/PaymentRequestUpdateEvent.h',
- 'payments/PaymentResponse.cpp',
- 'payments/PaymentResponse.h',
- 'payments/PaymentUpdater.h',
- 'payments/PaymentsValidators.cpp',
- 'payments/PaymentsValidators.h',
- 'peerconnection/RTCCertificate.cpp',
- 'peerconnection/RTCCertificate.h',
- 'peerconnection/RTCDTMFSender.cpp',
- 'peerconnection/RTCDTMFSender.h',
- 'peerconnection/RTCDTMFToneChangeEvent.cpp',
- 'peerconnection/RTCDTMFToneChangeEvent.h',
- 'peerconnection/RTCDataChannel.cpp',
- 'peerconnection/RTCDataChannel.h',
- 'peerconnection/RTCDataChannelEvent.cpp',
- 'peerconnection/RTCDataChannelEvent.h',
- 'peerconnection/RTCIceCandidate.cpp',
- 'peerconnection/RTCIceCandidate.h',
- 'peerconnection/RTCIceCandidateEvent.cpp',
- 'peerconnection/RTCIceCandidateEvent.h',
- 'peerconnection/RTCLegacyStatsReport.cpp',
- 'peerconnection/RTCLegacyStatsReport.h',
- 'peerconnection/RTCPeerConnection.cpp',
- 'peerconnection/RTCPeerConnection.h',
- 'peerconnection/RTCPeerConnectionErrorCallback.h',
- 'peerconnection/RTCSessionDescription.cpp',
- 'peerconnection/RTCSessionDescription.h',
- 'peerconnection/RTCSessionDescriptionCallback.h',
- 'peerconnection/RTCSessionDescriptionRequestImpl.cpp',
- 'peerconnection/RTCSessionDescriptionRequestImpl.h',
- 'peerconnection/RTCSessionDescriptionRequestPromiseImpl.cpp',
- 'peerconnection/RTCSessionDescriptionRequestPromiseImpl.h',
- 'peerconnection/RTCStatsRequestImpl.cpp',
- 'peerconnection/RTCStatsRequestImpl.h',
- 'peerconnection/RTCStatsResponse.cpp',
- 'peerconnection/RTCStatsResponse.h',
- 'peerconnection/RTCVoidRequestImpl.cpp',
- 'peerconnection/RTCVoidRequestImpl.h',
- 'peerconnection/RTCVoidRequestPromiseImpl.cpp',
- 'peerconnection/RTCVoidRequestPromiseImpl.h',
- 'permissions/NavigatorPermissions.cpp',
- 'permissions/NavigatorPermissions.h',
- 'permissions/Permissions.cpp',
- 'permissions/Permissions.h',
- 'permissions/PermissionStatus.cpp',
- 'permissions/PermissionStatus.h',
- 'permissions/WorkerNavigatorPermissions.cpp',
- 'permissions/WorkerNavigatorPermissions.h',
- 'plugins/DOMMimeType.cpp',
- 'plugins/DOMMimeType.h',
- 'plugins/DOMMimeTypeArray.cpp',
- 'plugins/DOMMimeTypeArray.h',
- 'plugins/DOMPlugin.cpp',
- 'plugins/DOMPlugin.h',
- 'plugins/DOMPluginArray.cpp',
- 'plugins/DOMPluginArray.h',
- 'plugins/NavigatorPlugins.cpp',
- 'plugins/NavigatorPlugins.h',
- 'plugins/PluginOcclusionSupport.cpp',
- 'plugins/PluginOcclusionSupport.h',
- 'presentation/NavigatorPresentation.cpp',
- 'presentation/NavigatorPresentation.h',
- 'presentation/Presentation.cpp',
- 'presentation/Presentation.h',
- 'presentation/PresentationAvailability.cpp',
- 'presentation/PresentationAvailability.h',
- 'presentation/PresentationAvailabilityCallbacks.cpp',
- 'presentation/PresentationAvailabilityCallbacks.h',
- 'presentation/PresentationConnection.cpp',
- 'presentation/PresentationConnection.h',
- 'presentation/PresentationConnectionCallbacks.cpp',
- 'presentation/PresentationConnectionCallbacks.h',
- 'presentation/PresentationConnectionAvailableEvent.cpp',
- 'presentation/PresentationConnectionAvailableEvent.h',
- 'presentation/PresentationConnectionCloseEvent.cpp',
- 'presentation/PresentationConnectionCloseEvent.h',
- 'presentation/PresentationConnectionList.cpp',
- 'presentation/PresentationConnectionList.h',
- 'presentation/PresentationController.cpp',
- 'presentation/PresentationController.h',
- 'presentation/PresentationError.cpp',
- 'presentation/PresentationError.h',
- 'presentation/PresentationReceiver.cpp',
- 'presentation/PresentationReceiver.h',
- 'presentation/PresentationRequest.cpp',
- 'presentation/PresentationRequest.h',
- 'push_messaging/PushController.cpp',
- 'push_messaging/PushController.h',
- 'push_messaging/PushError.cpp',
- 'push_messaging/PushError.h',
- 'push_messaging/PushEvent.cpp',
- 'push_messaging/PushEvent.h',
- 'push_messaging/PushManager.cpp',
- 'push_messaging/PushManager.h',
- 'push_messaging/PushMessageData.cpp',
- 'push_messaging/PushMessageData.h',
- 'push_messaging/PushPermissionStatusCallbacks.cpp',
- 'push_messaging/PushPermissionStatusCallbacks.h',
- 'push_messaging/PushSubscription.cpp',
- 'push_messaging/PushSubscription.h',
- 'push_messaging/PushSubscriptionCallbacks.cpp',
- 'push_messaging/PushSubscriptionCallbacks.h',
- 'push_messaging/PushSubscriptionOptions.cpp',
- 'push_messaging/PushSubscriptionOptions.h',
- 'push_messaging/ServiceWorkerGlobalScopePush.h',
- 'push_messaging/ServiceWorkerRegistrationPush.cpp',
- 'push_messaging/ServiceWorkerRegistrationPush.h',
- 'quota/DOMWindowQuota.cpp',
- 'quota/DOMWindowQuota.h',
- 'quota/DeprecatedStorageInfo.cpp',
- 'quota/DeprecatedStorageInfo.h',
- 'quota/DeprecatedStorageQuota.cpp',
- 'quota/DeprecatedStorageQuota.h',
- 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp',
- 'quota/DeprecatedStorageQuotaCallbacksImpl.h',
- 'quota/NavigatorStorageQuota.cpp',
- 'quota/NavigatorStorageQuota.h',
- 'quota/StorageErrorCallback.cpp',
- 'quota/StorageErrorCallback.h',
- 'quota/StorageInfo.cpp',
- 'quota/StorageInfo.h',
- 'quota/StorageManager.cpp',
- 'quota/StorageManager.h',
- 'quota/StorageQuota.cpp',
- 'quota/StorageQuota.h',
- 'quota/StorageQuotaCallback.h',
- 'quota/StorageQuotaCallbacksImpl.cpp',
- 'quota/StorageQuotaCallbacksImpl.h',
- 'quota/StorageQuotaClient.cpp',
- 'quota/StorageQuotaClient.h',
- 'quota/StorageUsageCallback.h',
- 'quota/WorkerNavigatorStorageQuota.cpp',
- 'quota/WorkerNavigatorStorageQuota.h',
- 'remoteplayback/HTMLMediaElementRemotePlayback.cpp',
- 'remoteplayback/HTMLMediaElementRemotePlayback.h',
- 'remoteplayback/RemotePlayback.cpp',
- 'remoteplayback/RemotePlayback.h',
- 'remoteplayback/RemotePlaybackAvailability.cpp',
- 'remoteplayback/RemotePlaybackAvailability.h',
- 'screen_orientation/LockOrientationCallback.cpp',
- 'screen_orientation/LockOrientationCallback.h',
- 'screen_orientation/ScreenScreenOrientation.cpp',
- 'screen_orientation/ScreenScreenOrientation.h',
- 'screen_orientation/ScreenOrientation.cpp',
- 'screen_orientation/ScreenOrientation.h',
- 'screen_orientation/ScreenOrientationController.cpp',
- 'screen_orientation/ScreenOrientationController.h',
- 'screen_orientation/ScreenOrientationDispatcher.cpp',
- 'screen_orientation/ScreenOrientationDispatcher.h',
- ],
- },
-}
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gni ('k') | third_party/WebKit/Source/modules/navigatorcontentutils/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698