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

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: Marked the feature as tests only Created 6 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 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'mediastream/RTCSessionDescription.idl', 104 'mediastream/RTCSessionDescription.idl',
105 'mediastream/RTCSessionDescriptionCallback.idl', 105 'mediastream/RTCSessionDescriptionCallback.idl',
106 'mediastream/RTCStatsCallback.idl', 106 'mediastream/RTCStatsCallback.idl',
107 'mediastream/RTCStatsReport.idl', 107 'mediastream/RTCStatsReport.idl',
108 'mediastream/RTCStatsResponse.idl', 108 'mediastream/RTCStatsResponse.idl',
109 'mediastream/SourceInfo.idl', 109 'mediastream/SourceInfo.idl',
110 'netinfo/NetworkInformation.idl', 110 'netinfo/NetworkInformation.idl',
111 'notifications/Notification.idl', 111 'notifications/Notification.idl',
112 'notifications/NotificationPermissionCallback.idl', 112 'notifications/NotificationPermissionCallback.idl',
113 'performance/WorkerPerformance.idl', 113 'performance/WorkerPerformance.idl',
114 'presentation/Presentation.idl',
114 'push_messaging/PushEvent.idl', 115 'push_messaging/PushEvent.idl',
115 'push_messaging/PushManager.idl', 116 'push_messaging/PushManager.idl',
116 'push_messaging/PushRegistration.idl', 117 'push_messaging/PushRegistration.idl',
117 'quota/DeprecatedStorageInfo.idl', 118 'quota/DeprecatedStorageInfo.idl',
118 'quota/DeprecatedStorageQuota.idl', 119 'quota/DeprecatedStorageQuota.idl',
119 'quota/StorageErrorCallback.idl', 120 'quota/StorageErrorCallback.idl',
120 'quota/StorageInfo.idl', 121 'quota/StorageInfo.idl',
121 'quota/StorageQuota.idl', 122 'quota/StorageQuota.idl',
122 'quota/StorageQuotaCallback.idl', 123 'quota/StorageQuotaCallback.idl',
123 'quota/StorageUsageCallback.idl', 124 'quota/StorageUsageCallback.idl',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'mediasource/HTMLVideoElementMediaSource.idl', 230 'mediasource/HTMLVideoElementMediaSource.idl',
230 'mediasource/URLMediaSource.idl', 231 'mediasource/URLMediaSource.idl',
231 'mediastream/NavigatorMediaStream.idl', 232 'mediastream/NavigatorMediaStream.idl',
232 'mediastream/URLMediaStream.idl', 233 'mediastream/URLMediaStream.idl',
233 'mediastream/WindowMediaStream.idl', 234 'mediastream/WindowMediaStream.idl',
234 'navigatorcontentutils/NavigatorContentUtils.idl', 235 'navigatorcontentutils/NavigatorContentUtils.idl',
235 'netinfo/NavigatorNetworkInformation.idl', 236 'netinfo/NavigatorNetworkInformation.idl',
236 'netinfo/WorkerNavigatorNetworkInformation.idl', 237 'netinfo/WorkerNavigatorNetworkInformation.idl',
237 'performance/SharedWorkerPerformance.idl', 238 'performance/SharedWorkerPerformance.idl',
238 'performance/WorkerGlobalScopePerformance.idl', 239 'performance/WorkerGlobalScopePerformance.idl',
240 'presentation/NavigatorPresentation.idl',
239 'push_messaging/NavigatorPushManager.idl', 241 'push_messaging/NavigatorPushManager.idl',
240 'push_messaging/ServiceWorkerGlobalScopePush.idl', 242 'push_messaging/ServiceWorkerGlobalScopePush.idl',
241 'quota/NavigatorStorageQuota.idl', 243 'quota/NavigatorStorageQuota.idl',
242 'quota/WindowQuota.idl', 244 'quota/WindowQuota.idl',
243 'quota/WorkerNavigatorStorageQuota.idl', 245 'quota/WorkerNavigatorStorageQuota.idl',
244 'screen_orientation/ScreenScreenOrientation.idl', 246 'screen_orientation/ScreenScreenOrientation.idl',
245 'serviceworkers/NavigatorServiceWorker.idl', 247 'serviceworkers/NavigatorServiceWorker.idl',
246 'speech/WindowSpeech.idl', 248 'speech/WindowSpeech.idl',
247 'speech/WindowSpeechSynthesis.idl', 249 'speech/WindowSpeechSynthesis.idl',
248 'vibration/NavigatorVibration.idl', 250 'vibration/NavigatorVibration.idl',
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 'notifications/NotificationController.cpp', 623 'notifications/NotificationController.cpp',
622 'notifications/NotificationController.h', 624 'notifications/NotificationController.h',
623 'notifications/NotificationPermissionCallback.h', 625 'notifications/NotificationPermissionCallback.h',
624 'notifications/NotificationPermissionClient.cpp', 626 'notifications/NotificationPermissionClient.cpp',
625 'notifications/NotificationPermissionClient.h', 627 'notifications/NotificationPermissionClient.h',
626 'performance/SharedWorkerPerformance.cpp', 628 'performance/SharedWorkerPerformance.cpp',
627 'performance/WorkerGlobalScopePerformance.cpp', 629 'performance/WorkerGlobalScopePerformance.cpp',
628 'performance/WorkerGlobalScopePerformance.h', 630 'performance/WorkerGlobalScopePerformance.h',
629 'performance/WorkerPerformance.cpp', 631 'performance/WorkerPerformance.cpp',
630 'performance/WorkerPerformance.h', 632 'performance/WorkerPerformance.h',
633 'presentation/NavigatorPresentation.cpp',
634 'presentation/NavigatorPresentation.h',
635 'presentation/Presentation.cpp',
636 'presentation/Presentation.h',
631 'push_messaging/NavigatorPushManager.cpp', 637 'push_messaging/NavigatorPushManager.cpp',
632 'push_messaging/NavigatorPushManager.h', 638 'push_messaging/NavigatorPushManager.h',
633 'push_messaging/PushController.cpp', 639 'push_messaging/PushController.cpp',
634 'push_messaging/PushController.h', 640 'push_messaging/PushController.h',
635 'push_messaging/PushError.cpp', 641 'push_messaging/PushError.cpp',
636 'push_messaging/PushError.h', 642 'push_messaging/PushError.h',
637 'push_messaging/PushEvent.cpp', 643 'push_messaging/PushEvent.cpp',
638 'push_messaging/PushEvent.h', 644 'push_messaging/PushEvent.h',
639 'push_messaging/PushManager.cpp', 645 'push_messaging/PushManager.cpp',
640 'push_messaging/PushManager.h', 646 'push_messaging/PushManager.h',
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
1027 'serviceworkers/ServiceWorkerContainerTest.cpp', 1033 'serviceworkers/ServiceWorkerContainerTest.cpp',
1028 'websockets/DOMWebSocketTest.cpp', 1034 'websockets/DOMWebSocketTest.cpp',
1029 'websockets/NewWebSocketChannelImplTest.cpp', 1035 'websockets/NewWebSocketChannelImplTest.cpp',
1030 'websockets/WebSocketDeflaterTest.cpp', 1036 'websockets/WebSocketDeflaterTest.cpp',
1031 'websockets/WebSocketExtensionDispatcherTest.cpp', 1037 'websockets/WebSocketExtensionDispatcherTest.cpp',
1032 'websockets/WebSocketExtensionParserTest.cpp', 1038 'websockets/WebSocketExtensionParserTest.cpp',
1033 'websockets/WebSocketPerMessageDeflateTest.cpp', 1039 'websockets/WebSocketPerMessageDeflateTest.cpp',
1034 ], 1040 ],
1035 }, 1041 },
1036 } 1042 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698