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

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: Made navigator.presentation an event target for onavailablechange (no implementation yet). Created 6 years, 5 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
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...) Expand 10 before | Expand all | Expand 10 after
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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 'notifications/NotificationController.cpp', 600 'notifications/NotificationController.cpp',
599 'notifications/NotificationController.h', 601 'notifications/NotificationController.h',
600 'notifications/NotificationPermissionCallback.h', 602 'notifications/NotificationPermissionCallback.h',
601 'notifications/NotificationPermissionClient.cpp', 603 'notifications/NotificationPermissionClient.cpp',
602 'notifications/NotificationPermissionClient.h', 604 'notifications/NotificationPermissionClient.h',
603 'performance/SharedWorkerPerformance.cpp', 605 'performance/SharedWorkerPerformance.cpp',
604 'performance/WorkerGlobalScopePerformance.cpp', 606 'performance/WorkerGlobalScopePerformance.cpp',
605 'performance/WorkerGlobalScopePerformance.h', 607 'performance/WorkerGlobalScopePerformance.h',
606 'performance/WorkerPerformance.cpp', 608 'performance/WorkerPerformance.cpp',
607 'performance/WorkerPerformance.h', 609 'performance/WorkerPerformance.h',
610 'presentation/NavigatorPresentation.cpp',
611 'presentation/NavigatorPresentation.h',
612 'presentation/Presentation.cpp',
613 'presentation/Presentation.h',
608 'push_messaging/NavigatorPushManager.cpp', 614 'push_messaging/NavigatorPushManager.cpp',
609 'push_messaging/NavigatorPushManager.h', 615 'push_messaging/NavigatorPushManager.h',
610 'push_messaging/PushController.cpp', 616 'push_messaging/PushController.cpp',
611 'push_messaging/PushController.h', 617 'push_messaging/PushController.h',
612 'push_messaging/PushError.cpp', 618 'push_messaging/PushError.cpp',
613 'push_messaging/PushError.h', 619 'push_messaging/PushError.h',
614 'push_messaging/PushEvent.cpp', 620 'push_messaging/PushEvent.cpp',
615 'push_messaging/PushEvent.h', 621 'push_messaging/PushEvent.h',
616 'push_messaging/PushManager.cpp', 622 'push_messaging/PushManager.cpp',
617 'push_messaging/PushManager.h', 623 'push_messaging/PushManager.h',
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 'indexeddb/IDBTransactionTest.cpp', 994 'indexeddb/IDBTransactionTest.cpp',
989 'serviceworkers/ServiceWorkerContainerTest.cpp', 995 'serviceworkers/ServiceWorkerContainerTest.cpp',
990 'websockets/DOMWebSocketTest.cpp', 996 'websockets/DOMWebSocketTest.cpp',
991 'websockets/WebSocketDeflaterTest.cpp', 997 'websockets/WebSocketDeflaterTest.cpp',
992 'websockets/WebSocketExtensionDispatcherTest.cpp', 998 'websockets/WebSocketExtensionDispatcherTest.cpp',
993 'websockets/WebSocketExtensionParserTest.cpp', 999 'websockets/WebSocketExtensionParserTest.cpp',
994 'websockets/WebSocketPerMessageDeflateTest.cpp', 1000 'websockets/WebSocketPerMessageDeflateTest.cpp',
995 ], 1001 ],
996 }, 1002 },
997 } 1003 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698