Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / modules.gypi
index f25f92b..04790fb 100644 (file)
@@ -15,6 +15,9 @@
     'modules_idl_files': [
       '<@(extra_blink_module_idl_files)',
       'battery/BatteryManager.idl',
+      'bluetooth/Bluetooth.idl',
+      'bluetooth/BluetoothDevice.idl',
+      'bluetooth/BluetoothDiscovery.idl',
       'credentialmanager/Credential.idl',
       'credentialmanager/CredentialsContainer.idl',
       'credentialmanager/FederatedCredential.idl',
       'device_orientation/DeviceRotationRate.idl',
       'encoding/TextDecoder.idl',
       'encoding/TextEncoder.idl',
+      'encryptedmedia/MediaEncryptedEvent.idl',
       'encryptedmedia/MediaKeyMessageEvent.idl',
-      'encryptedmedia/MediaKeyNeededEvent.idl',
       'encryptedmedia/MediaKeySession.idl',
+      'encryptedmedia/MediaKeySystemAccess.idl',
       'encryptedmedia/MediaKeys.idl',
       'filesystem/DOMFileSystem.idl',
       'filesystem/DOMFileSystemSync.idl',
@@ -61,6 +65,7 @@
       'gamepad/WebKitGamepadList.idl',
       'geofencing/CircularGeofencingRegion.idl',
       'geofencing/Geofencing.idl',
+      'geofencing/GeofencingEvent.idl',
       'geofencing/GeofencingRegion.idl',
       'geolocation/Coordinates.idl',
       'geolocation/Geolocation.idl',
       'notifications/NotificationPermissionCallback.idl',
       'performance/WorkerPerformance.idl',
       'presentation/Presentation.idl',
+      'presentation/PresentationSession.idl',
       'push_messaging/PushEvent.idl',
       'push_messaging/PushManager.idl',
       'push_messaging/PushRegistration.idl',
       'serviceworkers/ExtendableEvent.idl',
       'serviceworkers/FetchEvent.idl',
       'serviceworkers/Headers.idl',
-      'serviceworkers/HeadersForEachCallback.idl',
       'serviceworkers/InstallEvent.idl',
       'serviceworkers/Request.idl',
       'serviceworkers/Response.idl',
     'modules_dependency_idl_files': [
       'battery/NavigatorBattery.idl',
       'beacon/NavigatorBeacon.idl',
+      'bluetooth/NavigatorBluetooth.idl',
       'credentialmanager/NavigatorCredentials.idl',
       'crypto/WindowCrypto.idl',
       'crypto/WorkerGlobalScopeCrypto.idl',
       'device_orientation/WindowDeviceOrientation.idl',
       'donottrack/NavigatorDoNotTrack.idl',
       'encryptedmedia/HTMLMediaElementEncryptedMedia.idl',
+      'encryptedmedia/NavigatorRequestMediaKeySystemAccess.idl',
       'filesystem/DataTransferItemFileSystem.idl',
       'filesystem/HTMLInputElementFileSystem.idl',
       'filesystem/InspectorFrontendHostFileSystem.idl',
       'filesystem/WindowFileSystem.idl',
       'filesystem/WorkerGlobalScopeFileSystem.idl',
       'gamepad/NavigatorGamepad.idl',
-      'geofencing/NavigatorGeofencing.idl',
+      'geofencing/ServiceWorkerGlobalScopeGeofencing.idl',
+      'geofencing/ServiceWorkerRegistrationGeofencing.idl',
       'geofencing/WorkerNavigatorGeofencing.idl',
       'geolocation/NavigatorGeolocation.idl',
       'indexeddb/WindowIndexedDatabase.idl',
       'device_light/DeviceLightEvent.idl',
       'device_orientation/DeviceMotionEvent.idl',
       'device_orientation/DeviceOrientationEvent.idl',
+      'encryptedmedia/MediaEncryptedEvent.idl',
       'encryptedmedia/MediaKeyMessageEvent.idl',
-      'encryptedmedia/MediaKeyNeededEvent.idl',
       'gamepad/GamepadEvent.idl',
+      'geofencing/GeofencingEvent.idl',
       'indexeddb/IDBVersionChangeEvent.idl',
       'mediastream/MediaStreamEvent.idl',
       'mediastream/MediaStreamTrackEvent.idl',
     'modules_dictionary_idl_files': [
       'encoding/TextDecodeOptions.idl',
       'encoding/TextDecoderOptions.idl',
+      'encryptedmedia/MediaKeySystemOptions.idl',
+      'filesystem/FileSystemFlags.idl',
       'indexeddb/IDBIndexParameters.idl',
       'notifications/NotificationOptions.idl',
-      'serviceworkers/QueryParams.idl',
-      'serviceworkers/RegistrationOptionList.idl',
-      'serviceworkers/ServiceWorkerClientQueryParams.idl',
+      'serviceworkers/CacheQueryOptions.idl',
+      'serviceworkers/RegistrationOptions.idl',
+      'serviceworkers/ServiceWorkerClientQueryOptions.idl',
       'webmidi/MIDIOptions.idl',
     ],
     'generated_modules_files': [
       '<(blink_modules_output_dir)/encoding/TextDecodeOptions.h',
       '<(blink_modules_output_dir)/encoding/TextDecoderOptions.cpp',
       '<(blink_modules_output_dir)/encoding/TextDecoderOptions.h',
+      '<(blink_modules_output_dir)/encryptedmedia/MediaKeySystemOptions.cpp',
+      '<(blink_modules_output_dir)/encryptedmedia/MediaKeySystemOptions.h',
+      '<(blink_modules_output_dir)/filesystem/FileSystemFlags.cpp',
+      '<(blink_modules_output_dir)/filesystem/FileSystemFlags.h',
       '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.cpp',
       '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.h',
       '<(blink_modules_output_dir)/notifications/NotificationOptions.cpp',
       '<(blink_modules_output_dir)/notifications/NotificationOptions.h',
-      '<(blink_modules_output_dir)/serviceworkers/QueryParams.cpp',
-      '<(blink_modules_output_dir)/serviceworkers/QueryParams.h',
-      '<(blink_modules_output_dir)/serviceworkers/RegistrationOptionList.cpp',
-      '<(blink_modules_output_dir)/serviceworkers/RegistrationOptionList.h',
-      '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerClientQueryParams.cpp',
-      '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerClientQueryParams.h',
+      '<(blink_modules_output_dir)/serviceworkers/CacheQueryOptions.cpp',
+      '<(blink_modules_output_dir)/serviceworkers/CacheQueryOptions.h',
+      '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp',
+      '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h',
+      '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerClientQueryOptions.cpp',
+      '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerClientQueryOptions.h',
       '<(blink_modules_output_dir)/webmidi/MIDIOptions.cpp',
       '<(blink_modules_output_dir)/webmidi/MIDIOptions.h',
     ],
       'battery/NavigatorBattery.h',
       'beacon/NavigatorBeacon.cpp',
       'beacon/NavigatorBeacon.h',
+      'bluetooth/Bluetooth.h',
+      'bluetooth/BluetoothDevice.h',
+      'bluetooth/BluetoothDiscovery.cpp',
+      'bluetooth/BluetoothDiscovery.h',
+      'bluetooth/BluetoothError.cpp',
+      'bluetooth/BluetoothError.h',
+      'bluetooth/NavigatorBluetooth.cpp',
+      'bluetooth/NavigatorBluetooth.h',
       'credentialmanager/Credential.cpp',
       'credentialmanager/Credential.h',
       'credentialmanager/CredentialManagerClient.cpp',
       'encoding/TextEncoder.h',
       'encryptedmedia/HTMLMediaElementEncryptedMedia.cpp',
       'encryptedmedia/HTMLMediaElementEncryptedMedia.h',
+      'encryptedmedia/MediaEncryptedEvent.cpp',
+      'encryptedmedia/MediaEncryptedEvent.h',
       'encryptedmedia/MediaKeyMessageEvent.cpp',
       'encryptedmedia/MediaKeyMessageEvent.h',
-      'encryptedmedia/MediaKeyNeededEvent.cpp',
-      'encryptedmedia/MediaKeyNeededEvent.h',
       'encryptedmedia/MediaKeySession.cpp',
       'encryptedmedia/MediaKeySession.h',
+      'encryptedmedia/MediaKeySystemAccess.cpp',
+      'encryptedmedia/MediaKeySystemAccess.h',
       'encryptedmedia/MediaKeys.cpp',
       'encryptedmedia/MediaKeys.h',
       'encryptedmedia/MediaKeysClient.h',
       'encryptedmedia/MediaKeysController.cpp',
       'encryptedmedia/MediaKeysController.h',
+      'encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp',
+      'encryptedmedia/NavigatorRequestMediaKeySystemAccess.h',
       'encryptedmedia/SimpleContentDecryptionModuleResult.cpp',
       'encryptedmedia/SimpleContentDecryptionModuleResult.h',
       'filesystem/DOMFilePath.cpp',
       'filesystem/FileSystemCallbacks.cpp',
       'filesystem/FileSystemCallbacks.h',
       'filesystem/FileSystemClient.h',
-      'filesystem/FileSystemFlags.h',
       'filesystem/FileWriter.cpp',
       'filesystem/FileWriter.h',
       'filesystem/FileWriterBase.cpp',
       'geofencing/Geofencing.h',
       'geofencing/GeofencingError.cpp',
       'geofencing/GeofencingError.h',
+      'geofencing/GeofencingEvent.cpp',
+      'geofencing/GeofencingEvent.h',
       'geofencing/GeofencingRegion.h',
-      'geofencing/NavigatorGeofencing.cpp',
-      'geofencing/NavigatorGeofencing.h',
+      'geofencing/ServiceWorkerGlobalScopeGeofencing.h',
+      'geofencing/ServiceWorkerRegistrationGeofencing.cpp',
+      'geofencing/ServiceWorkerRegistrationGeofencing.h',
       'geofencing/WorkerNavigatorGeofencing.cpp',
       'geofencing/WorkerNavigatorGeofencing.h',
       'geolocation/Coordinates.cpp',
       'geolocation/Geolocation.cpp',
       'geolocation/GeolocationController.cpp',
-      'geolocation/GeolocationInspectorAgent.cpp',
       'geolocation/GeoNotifier.cpp',
       'geolocation/GeoNotifier.h',
       'geolocation/GeolocationWatchers.cpp',
       'presentation/NavigatorPresentation.h',
       'presentation/Presentation.cpp',
       'presentation/Presentation.h',
+      'presentation/PresentationSession.cpp',
+      'presentation/PresentationSession.h',
       'push_messaging/NavigatorPushManager.cpp',
       'push_messaging/NavigatorPushManager.h',
       'push_messaging/PushController.cpp',
       'push_messaging/PushEvent.h',
       'push_messaging/PushManager.cpp',
       'push_messaging/PushManager.h',
+      'push_messaging/PushPermissionClient.cpp',
+      'push_messaging/PushPermissionClient.h',
+      'push_messaging/PushPermissionRequestCallback.cpp',
+      'push_messaging/PushPermissionRequestCallback.h',
+      'push_messaging/PushPermissionStatusCallback.cpp',
+      'push_messaging/PushPermissionStatusCallback.h',
       'push_messaging/PushRegistration.cpp',
       'push_messaging/PushRegistration.h',
       'push_messaging/ServiceWorkerGlobalScopePush.h',
       'serviceworkers/FetchResponseData.h',
       'serviceworkers/Headers.cpp',
       'serviceworkers/Headers.h',
-      'serviceworkers/HeadersForEachCallback.h',
       'serviceworkers/InstallEvent.cpp',
       'serviceworkers/InstallEvent.h',
       'serviceworkers/NavigatorServiceWorker.cpp',
       'websockets/CloseEvent.h',
       'websockets/DOMWebSocket.cpp',
       'websockets/DOMWebSocket.h',
-      'websockets/MainThreadWebSocketChannel.cpp',
-      'websockets/MainThreadWebSocketChannel.h',
-      'websockets/NewWebSocketChannelImpl.cpp',
-      'websockets/NewWebSocketChannelImpl.h',
+      'websockets/DocumentWebSocketChannel.cpp',
+      'websockets/DocumentWebSocketChannel.h',
       'websockets/WebSocketChannel.cpp',
       'websockets/WebSocketChannel.h',
       'websockets/WebSocketChannelClient.h',
-      'websockets/WebSocketDeflateFramer.cpp',
-      'websockets/WebSocketDeflateFramer.h',
-      'websockets/WebSocketDeflater.cpp',
-      'websockets/WebSocketDeflater.h',
-      'websockets/WebSocketExtensionDispatcher.cpp',
-      'websockets/WebSocketExtensionDispatcher.h',
-      'websockets/WebSocketExtensionParser.cpp',
-      'websockets/WebSocketExtensionParser.h',
-      'websockets/WebSocketExtensionProcessor.h',
       'websockets/WebSocketFrame.cpp',
       'websockets/WebSocketFrame.h',
-      'websockets/WebSocketHandshake.cpp',
-      'websockets/WebSocketHandshake.h',
-      'websockets/WebSocketPerMessageDeflate.cpp',
-      'websockets/WebSocketPerMessageDeflate.h',
-      'websockets/WorkerThreadableWebSocketChannel.cpp',
-      'websockets/WorkerThreadableWebSocketChannel.h',
+      'websockets/WorkerWebSocketChannel.cpp',
+      'websockets/WorkerWebSocketChannel.h',
     ],
     # 'partial interface' or target (right side of) 'implements'
     'modules_testing_dependency_idl_files' : [
       'indexeddb/IDBRequestTest.cpp',
       'indexeddb/IDBTransactionTest.cpp',
       'serviceworkers/CacheTest.cpp',
+      'serviceworkers/FetchResponseDataTest.cpp',
       'serviceworkers/RequestTest.cpp',
       'serviceworkers/ResponseTest.cpp',
       'serviceworkers/ServiceWorkerContainerTest.cpp',
       'websockets/DOMWebSocketTest.cpp',
-      'websockets/NewWebSocketChannelImplTest.cpp',
-      'websockets/WebSocketDeflaterTest.cpp',
-      'websockets/WebSocketExtensionDispatcherTest.cpp',
-      'websockets/WebSocketExtensionParserTest.cpp',
-      'websockets/WebSocketPerMessageDeflateTest.cpp',
+      'websockets/DocumentWebSocketChannelTest.cpp',
     ],
   },
 }