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

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

Issue 685263003: The rest of the Presentation API IDL as stubs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added OWNERS file for real Created 6 years, 1 month 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
« no previous file with comments | « Source/modules/EventTargetModulesFactory.in ('k') | Source/modules/presentation/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'mediastream/RTCSessionDescriptionCallback.idl', 110 'mediastream/RTCSessionDescriptionCallback.idl',
111 'mediastream/RTCStatsCallback.idl', 111 'mediastream/RTCStatsCallback.idl',
112 'mediastream/RTCStatsReport.idl', 112 'mediastream/RTCStatsReport.idl',
113 'mediastream/RTCStatsResponse.idl', 113 'mediastream/RTCStatsResponse.idl',
114 'mediastream/SourceInfo.idl', 114 'mediastream/SourceInfo.idl',
115 'netinfo/NetworkInformation.idl', 115 'netinfo/NetworkInformation.idl',
116 'notifications/Notification.idl', 116 'notifications/Notification.idl',
117 'notifications/NotificationPermissionCallback.idl', 117 'notifications/NotificationPermissionCallback.idl',
118 'performance/WorkerPerformance.idl', 118 'performance/WorkerPerformance.idl',
119 'presentation/Presentation.idl', 119 'presentation/Presentation.idl',
120 'presentation/PresentationSession.idl',
120 'push_messaging/PushEvent.idl', 121 'push_messaging/PushEvent.idl',
121 'push_messaging/PushManager.idl', 122 'push_messaging/PushManager.idl',
122 'push_messaging/PushRegistration.idl', 123 'push_messaging/PushRegistration.idl',
123 'quota/DeprecatedStorageInfo.idl', 124 'quota/DeprecatedStorageInfo.idl',
124 'quota/DeprecatedStorageQuota.idl', 125 'quota/DeprecatedStorageQuota.idl',
125 'quota/StorageErrorCallback.idl', 126 'quota/StorageErrorCallback.idl',
126 'quota/StorageInfo.idl', 127 'quota/StorageInfo.idl',
127 'quota/StorageQuota.idl', 128 'quota/StorageQuota.idl',
128 'quota/StorageQuotaCallback.idl', 129 'quota/StorageQuotaCallback.idl',
129 'quota/StorageUsageCallback.idl', 130 'quota/StorageUsageCallback.idl',
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 'notifications/NotificationPermissionClient.h', 683 'notifications/NotificationPermissionClient.h',
683 'performance/SharedWorkerPerformance.cpp', 684 'performance/SharedWorkerPerformance.cpp',
684 'performance/WorkerGlobalScopePerformance.cpp', 685 'performance/WorkerGlobalScopePerformance.cpp',
685 'performance/WorkerGlobalScopePerformance.h', 686 'performance/WorkerGlobalScopePerformance.h',
686 'performance/WorkerPerformance.cpp', 687 'performance/WorkerPerformance.cpp',
687 'performance/WorkerPerformance.h', 688 'performance/WorkerPerformance.h',
688 'presentation/NavigatorPresentation.cpp', 689 'presentation/NavigatorPresentation.cpp',
689 'presentation/NavigatorPresentation.h', 690 'presentation/NavigatorPresentation.h',
690 'presentation/Presentation.cpp', 691 'presentation/Presentation.cpp',
691 'presentation/Presentation.h', 692 'presentation/Presentation.h',
693 'presentation/PresentationSession.cpp',
694 'presentation/PresentationSession.h',
692 'push_messaging/NavigatorPushManager.cpp', 695 'push_messaging/NavigatorPushManager.cpp',
693 'push_messaging/NavigatorPushManager.h', 696 'push_messaging/NavigatorPushManager.h',
694 'push_messaging/PushController.cpp', 697 'push_messaging/PushController.cpp',
695 'push_messaging/PushController.h', 698 'push_messaging/PushController.h',
696 'push_messaging/PushError.cpp', 699 'push_messaging/PushError.cpp',
697 'push_messaging/PushError.h', 700 'push_messaging/PushError.h',
698 'push_messaging/PushEvent.cpp', 701 'push_messaging/PushEvent.cpp',
699 'push_messaging/PushEvent.h', 702 'push_messaging/PushEvent.h',
700 'push_messaging/PushManager.cpp', 703 'push_messaging/PushManager.cpp',
701 'push_messaging/PushManager.h', 704 'push_messaging/PushManager.h',
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 'serviceworkers/CacheTest.cpp', 1049 'serviceworkers/CacheTest.cpp',
1047 'serviceworkers/FetchResponseDataTest.cpp', 1050 'serviceworkers/FetchResponseDataTest.cpp',
1048 'serviceworkers/RequestTest.cpp', 1051 'serviceworkers/RequestTest.cpp',
1049 'serviceworkers/ResponseTest.cpp', 1052 'serviceworkers/ResponseTest.cpp',
1050 'serviceworkers/ServiceWorkerContainerTest.cpp', 1053 'serviceworkers/ServiceWorkerContainerTest.cpp',
1051 'websockets/DOMWebSocketTest.cpp', 1054 'websockets/DOMWebSocketTest.cpp',
1052 'websockets/NewWebSocketChannelImplTest.cpp', 1055 'websockets/NewWebSocketChannelImplTest.cpp',
1053 ], 1056 ],
1054 }, 1057 },
1055 } 1058 }
OLDNEW
« no previous file with comments | « Source/modules/EventTargetModulesFactory.in ('k') | Source/modules/presentation/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698