Chromium Code Reviews

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

Issue 408663002: Add the Presentation API module and a single event target (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
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 88 matching lines...)
99 'mediastream/RTCSessionDescription.idl', 99 'mediastream/RTCSessionDescription.idl',
100 'mediastream/RTCSessionDescriptionCallback.idl', 100 'mediastream/RTCSessionDescriptionCallback.idl',
101 'mediastream/RTCStatsCallback.idl', 101 'mediastream/RTCStatsCallback.idl',
102 'mediastream/RTCStatsReport.idl', 102 'mediastream/RTCStatsReport.idl',
103 'mediastream/RTCStatsResponse.idl', 103 'mediastream/RTCStatsResponse.idl',
104 'mediastream/SourceInfo.idl', 104 'mediastream/SourceInfo.idl',
105 'netinfo/NetworkInformation.idl', 105 'netinfo/NetworkInformation.idl',
106 'notifications/Notification.idl', 106 'notifications/Notification.idl',
107 'notifications/NotificationPermissionCallback.idl', 107 'notifications/NotificationPermissionCallback.idl',
108 'performance/WorkerPerformance.idl', 108 'performance/WorkerPerformance.idl',
109 'presentation/Presentation.idl',
109 'push_messaging/PushEvent.idl', 110 'push_messaging/PushEvent.idl',
110 'push_messaging/PushManager.idl', 111 'push_messaging/PushManager.idl',
111 'push_messaging/PushRegistration.idl', 112 'push_messaging/PushRegistration.idl',
112 'quota/DeprecatedStorageInfo.idl', 113 'quota/DeprecatedStorageInfo.idl',
113 'quota/DeprecatedStorageQuota.idl', 114 'quota/DeprecatedStorageQuota.idl',
114 'quota/StorageErrorCallback.idl', 115 'quota/StorageErrorCallback.idl',
115 'quota/StorageInfo.idl', 116 'quota/StorageInfo.idl',
116 'quota/StorageQuota.idl', 117 'quota/StorageQuota.idl',
117 'quota/StorageQuotaCallback.idl', 118 'quota/StorageQuotaCallback.idl',
118 'quota/StorageUsageCallback.idl', 119 'quota/StorageUsageCallback.idl',
(...skipping 100 matching lines...)
219 'mediasource/HTMLVideoElementMediaSource.idl', 220 'mediasource/HTMLVideoElementMediaSource.idl',
220 'mediasource/URLMediaSource.idl', 221 'mediasource/URLMediaSource.idl',
221 'mediastream/NavigatorMediaStream.idl', 222 'mediastream/NavigatorMediaStream.idl',
222 'mediastream/URLMediaStream.idl', 223 'mediastream/URLMediaStream.idl',
223 'mediastream/WindowMediaStream.idl', 224 'mediastream/WindowMediaStream.idl',
224 'navigatorcontentutils/NavigatorContentUtils.idl', 225 'navigatorcontentutils/NavigatorContentUtils.idl',
225 'netinfo/NavigatorNetworkInformation.idl', 226 'netinfo/NavigatorNetworkInformation.idl',
226 'netinfo/WorkerNavigatorNetworkInformation.idl', 227 'netinfo/WorkerNavigatorNetworkInformation.idl',
227 'performance/SharedWorkerPerformance.idl', 228 'performance/SharedWorkerPerformance.idl',
228 'performance/WorkerGlobalScopePerformance.idl', 229 'performance/WorkerGlobalScopePerformance.idl',
230 'presentation/NavigatorPresentation.idl',
229 'push_messaging/NavigatorPushManager.idl', 231 'push_messaging/NavigatorPushManager.idl',
230 'push_messaging/ServiceWorkerGlobalScopePush.idl', 232 'push_messaging/ServiceWorkerGlobalScopePush.idl',
231 'quota/NavigatorStorageQuota.idl', 233 'quota/NavigatorStorageQuota.idl',
232 'quota/WindowQuota.idl', 234 'quota/WindowQuota.idl',
233 'quota/WorkerNavigatorStorageQuota.idl', 235 'quota/WorkerNavigatorStorageQuota.idl',
234 'screen_orientation/ScreenScreenOrientation.idl', 236 'screen_orientation/ScreenScreenOrientation.idl',
235 'serviceworkers/NavigatorServiceWorker.idl', 237 'serviceworkers/NavigatorServiceWorker.idl',
236 'speech/WindowSpeech.idl', 238 'speech/WindowSpeech.idl',
237 'speech/WindowSpeechSynthesis.idl', 239 'speech/WindowSpeechSynthesis.idl',
238 'vibration/NavigatorVibration.idl', 240 'vibration/NavigatorVibration.idl',
(...skipping 353 matching lines...)
592 'notifications/NotificationController.cpp', 594 'notifications/NotificationController.cpp',
593 'notifications/NotificationController.h', 595 'notifications/NotificationController.h',
594 'notifications/NotificationPermissionCallback.h', 596 'notifications/NotificationPermissionCallback.h',
595 'notifications/NotificationPermissionClient.cpp', 597 'notifications/NotificationPermissionClient.cpp',
596 'notifications/NotificationPermissionClient.h', 598 'notifications/NotificationPermissionClient.h',
597 'performance/SharedWorkerPerformance.cpp', 599 'performance/SharedWorkerPerformance.cpp',
598 'performance/WorkerGlobalScopePerformance.cpp', 600 'performance/WorkerGlobalScopePerformance.cpp',
599 'performance/WorkerGlobalScopePerformance.h', 601 'performance/WorkerGlobalScopePerformance.h',
600 'performance/WorkerPerformance.cpp', 602 'performance/WorkerPerformance.cpp',
601 'performance/WorkerPerformance.h', 603 'performance/WorkerPerformance.h',
604 'presentation/NavigatorPresentation.cpp',
605 'presentation/NavigatorPresentation.h',
606 'presentation/Presentation.cpp',
607 'presentation/Presentation.h',
602 'push_messaging/NavigatorPushManager.cpp', 608 'push_messaging/NavigatorPushManager.cpp',
603 'push_messaging/NavigatorPushManager.h', 609 'push_messaging/NavigatorPushManager.h',
604 'push_messaging/PushController.cpp', 610 'push_messaging/PushController.cpp',
605 'push_messaging/PushController.h', 611 'push_messaging/PushController.h',
606 'push_messaging/PushError.cpp', 612 'push_messaging/PushError.cpp',
607 'push_messaging/PushError.h', 613 'push_messaging/PushError.h',
608 'push_messaging/PushEvent.cpp', 614 'push_messaging/PushEvent.cpp',
609 'push_messaging/PushEvent.h', 615 'push_messaging/PushEvent.h',
610 'push_messaging/PushManager.cpp', 616 'push_messaging/PushManager.cpp',
611 'push_messaging/PushManager.h', 617 'push_messaging/PushManager.h',
(...skipping 369 matching lines...)
981 'indexeddb/IDBRequestTest.cpp', 987 'indexeddb/IDBRequestTest.cpp',
982 'indexeddb/IDBTransactionTest.cpp', 988 'indexeddb/IDBTransactionTest.cpp',
983 'websockets/WebSocketDeflaterTest.cpp', 989 'websockets/WebSocketDeflaterTest.cpp',
984 'websockets/WebSocketExtensionDispatcherTest.cpp', 990 'websockets/WebSocketExtensionDispatcherTest.cpp',
985 'websockets/WebSocketExtensionParserTest.cpp', 991 'websockets/WebSocketExtensionParserTest.cpp',
986 'websockets/WebSocketPerMessageDeflateTest.cpp', 992 'websockets/WebSocketPerMessageDeflateTest.cpp',
987 'websockets/WebSocketTest.cpp', 993 'websockets/WebSocketTest.cpp',
988 ], 994 ],
989 }, 995 },
990 } 996 }
OLDNEW

Powered by Google App Engine