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

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: Fixed my fix for the layout tests 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 'mediasource/HTMLVideoElementMediaSource.idl', 228 'mediasource/HTMLVideoElementMediaSource.idl',
228 'mediasource/URLMediaSource.idl', 229 'mediasource/URLMediaSource.idl',
229 'mediastream/NavigatorMediaStream.idl', 230 'mediastream/NavigatorMediaStream.idl',
230 'mediastream/URLMediaStream.idl', 231 'mediastream/URLMediaStream.idl',
231 'mediastream/WindowMediaStream.idl', 232 'mediastream/WindowMediaStream.idl',
232 'navigatorcontentutils/NavigatorContentUtils.idl', 233 'navigatorcontentutils/NavigatorContentUtils.idl',
233 'netinfo/NavigatorNetworkInformation.idl', 234 'netinfo/NavigatorNetworkInformation.idl',
234 'netinfo/WorkerNavigatorNetworkInformation.idl', 235 'netinfo/WorkerNavigatorNetworkInformation.idl',
235 'performance/SharedWorkerPerformance.idl', 236 'performance/SharedWorkerPerformance.idl',
236 'performance/WorkerGlobalScopePerformance.idl', 237 'performance/WorkerGlobalScopePerformance.idl',
238 'presentation/NavigatorPresentation.idl',
237 'push_messaging/NavigatorPushManager.idl', 239 'push_messaging/NavigatorPushManager.idl',
238 'push_messaging/ServiceWorkerGlobalScopePush.idl', 240 'push_messaging/ServiceWorkerGlobalScopePush.idl',
239 'quota/NavigatorStorageQuota.idl', 241 'quota/NavigatorStorageQuota.idl',
240 'quota/WindowQuota.idl', 242 'quota/WindowQuota.idl',
241 'quota/WorkerNavigatorStorageQuota.idl', 243 'quota/WorkerNavigatorStorageQuota.idl',
242 'screen_orientation/ScreenScreenOrientation.idl', 244 'screen_orientation/ScreenScreenOrientation.idl',
243 'serviceworkers/NavigatorServiceWorker.idl', 245 'serviceworkers/NavigatorServiceWorker.idl',
244 'speech/WindowSpeech.idl', 246 'speech/WindowSpeech.idl',
245 'speech/WindowSpeechSynthesis.idl', 247 'speech/WindowSpeechSynthesis.idl',
246 'vibration/NavigatorVibration.idl', 248 'vibration/NavigatorVibration.idl',
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 'notifications/NotificationController.cpp', 632 'notifications/NotificationController.cpp',
631 'notifications/NotificationController.h', 633 'notifications/NotificationController.h',
632 'notifications/NotificationPermissionCallback.h', 634 'notifications/NotificationPermissionCallback.h',
633 'notifications/NotificationPermissionClient.cpp', 635 'notifications/NotificationPermissionClient.cpp',
634 'notifications/NotificationPermissionClient.h', 636 'notifications/NotificationPermissionClient.h',
635 'performance/SharedWorkerPerformance.cpp', 637 'performance/SharedWorkerPerformance.cpp',
636 'performance/WorkerGlobalScopePerformance.cpp', 638 'performance/WorkerGlobalScopePerformance.cpp',
637 'performance/WorkerGlobalScopePerformance.h', 639 'performance/WorkerGlobalScopePerformance.h',
638 'performance/WorkerPerformance.cpp', 640 'performance/WorkerPerformance.cpp',
639 'performance/WorkerPerformance.h', 641 'performance/WorkerPerformance.h',
642 'presentation/NavigatorPresentation.cpp',
643 'presentation/NavigatorPresentation.h',
644 'presentation/Presentation.cpp',
645 'presentation/Presentation.h',
640 'push_messaging/NavigatorPushManager.cpp', 646 'push_messaging/NavigatorPushManager.cpp',
641 'push_messaging/NavigatorPushManager.h', 647 'push_messaging/NavigatorPushManager.h',
642 'push_messaging/PushController.cpp', 648 'push_messaging/PushController.cpp',
643 'push_messaging/PushController.h', 649 'push_messaging/PushController.h',
644 'push_messaging/PushError.cpp', 650 'push_messaging/PushError.cpp',
645 'push_messaging/PushError.h', 651 'push_messaging/PushError.h',
646 'push_messaging/PushEvent.cpp', 652 'push_messaging/PushEvent.cpp',
647 'push_messaging/PushEvent.h', 653 'push_messaging/PushEvent.h',
648 'push_messaging/PushManager.cpp', 654 'push_messaging/PushManager.cpp',
649 'push_messaging/PushManager.h', 655 'push_messaging/PushManager.h',
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 'serviceworkers/ServiceWorkerContainerTest.cpp', 1024 'serviceworkers/ServiceWorkerContainerTest.cpp',
1019 'websockets/DOMWebSocketTest.cpp', 1025 'websockets/DOMWebSocketTest.cpp',
1020 'websockets/NewWebSocketChannelImplTest.cpp', 1026 'websockets/NewWebSocketChannelImplTest.cpp',
1021 'websockets/WebSocketDeflaterTest.cpp', 1027 'websockets/WebSocketDeflaterTest.cpp',
1022 'websockets/WebSocketExtensionDispatcherTest.cpp', 1028 'websockets/WebSocketExtensionDispatcherTest.cpp',
1023 'websockets/WebSocketExtensionParserTest.cpp', 1029 'websockets/WebSocketExtensionParserTest.cpp',
1024 'websockets/WebSocketPerMessageDeflateTest.cpp', 1030 'websockets/WebSocketPerMessageDeflateTest.cpp',
1025 ], 1031 ],
1026 }, 1032 },
1027 } 1033 }
OLDNEW
« no previous file with comments | « Source/modules/EventTargetModulesFactory.in ('k') | Source/modules/presentation/NavigatorPresentation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698