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

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: 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
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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'mediastream/RTCSessionDescriptionCallback.idl', 109 'mediastream/RTCSessionDescriptionCallback.idl',
110 'mediastream/RTCStatsCallback.idl', 110 'mediastream/RTCStatsCallback.idl',
111 'mediastream/RTCStatsReport.idl', 111 'mediastream/RTCStatsReport.idl',
112 'mediastream/RTCStatsResponse.idl', 112 'mediastream/RTCStatsResponse.idl',
113 'mediastream/SourceInfo.idl', 113 'mediastream/SourceInfo.idl',
114 'netinfo/NetworkInformation.idl', 114 'netinfo/NetworkInformation.idl',
115 'notifications/Notification.idl', 115 'notifications/Notification.idl',
116 'notifications/NotificationPermissionCallback.idl', 116 'notifications/NotificationPermissionCallback.idl',
117 'performance/WorkerPerformance.idl', 117 'performance/WorkerPerformance.idl',
118 'presentation/Presentation.idl', 118 'presentation/Presentation.idl',
119 'presentation/PresentationSession.idl',
119 'push_messaging/PushEvent.idl', 120 'push_messaging/PushEvent.idl',
120 'push_messaging/PushManager.idl', 121 'push_messaging/PushManager.idl',
121 'push_messaging/PushRegistration.idl', 122 'push_messaging/PushRegistration.idl',
122 'quota/DeprecatedStorageInfo.idl', 123 'quota/DeprecatedStorageInfo.idl',
123 'quota/DeprecatedStorageQuota.idl', 124 'quota/DeprecatedStorageQuota.idl',
124 'quota/StorageErrorCallback.idl', 125 'quota/StorageErrorCallback.idl',
125 'quota/StorageInfo.idl', 126 'quota/StorageInfo.idl',
126 'quota/StorageQuota.idl', 127 'quota/StorageQuota.idl',
127 'quota/StorageQuotaCallback.idl', 128 'quota/StorageQuotaCallback.idl',
128 'quota/StorageUsageCallback.idl', 129 'quota/StorageUsageCallback.idl',
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 'notifications/NotificationPermissionClient.h', 674 'notifications/NotificationPermissionClient.h',
674 'performance/SharedWorkerPerformance.cpp', 675 'performance/SharedWorkerPerformance.cpp',
675 'performance/WorkerGlobalScopePerformance.cpp', 676 'performance/WorkerGlobalScopePerformance.cpp',
676 'performance/WorkerGlobalScopePerformance.h', 677 'performance/WorkerGlobalScopePerformance.h',
677 'performance/WorkerPerformance.cpp', 678 'performance/WorkerPerformance.cpp',
678 'performance/WorkerPerformance.h', 679 'performance/WorkerPerformance.h',
679 'presentation/NavigatorPresentation.cpp', 680 'presentation/NavigatorPresentation.cpp',
680 'presentation/NavigatorPresentation.h', 681 'presentation/NavigatorPresentation.h',
681 'presentation/Presentation.cpp', 682 'presentation/Presentation.cpp',
682 'presentation/Presentation.h', 683 'presentation/Presentation.h',
684 'presentation/PresentationSession.cpp',
685 'presentation/PresentationSession.h',
683 'push_messaging/NavigatorPushManager.cpp', 686 'push_messaging/NavigatorPushManager.cpp',
684 'push_messaging/NavigatorPushManager.h', 687 'push_messaging/NavigatorPushManager.h',
685 'push_messaging/PushController.cpp', 688 'push_messaging/PushController.cpp',
686 'push_messaging/PushController.h', 689 'push_messaging/PushController.h',
687 'push_messaging/PushError.cpp', 690 'push_messaging/PushError.cpp',
688 'push_messaging/PushError.h', 691 'push_messaging/PushError.h',
689 'push_messaging/PushEvent.cpp', 692 'push_messaging/PushEvent.cpp',
690 'push_messaging/PushEvent.h', 693 'push_messaging/PushEvent.h',
691 'push_messaging/PushManager.cpp', 694 'push_messaging/PushManager.cpp',
692 'push_messaging/PushManager.h', 695 'push_messaging/PushManager.h',
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 'serviceworkers/CacheTest.cpp', 1038 'serviceworkers/CacheTest.cpp',
1036 'serviceworkers/FetchResponseDataTest.cpp', 1039 'serviceworkers/FetchResponseDataTest.cpp',
1037 'serviceworkers/RequestTest.cpp', 1040 'serviceworkers/RequestTest.cpp',
1038 'serviceworkers/ResponseTest.cpp', 1041 'serviceworkers/ResponseTest.cpp',
1039 'serviceworkers/ServiceWorkerContainerTest.cpp', 1042 'serviceworkers/ServiceWorkerContainerTest.cpp',
1040 'websockets/DOMWebSocketTest.cpp', 1043 'websockets/DOMWebSocketTest.cpp',
1041 'websockets/NewWebSocketChannelImplTest.cpp', 1044 'websockets/NewWebSocketChannelImplTest.cpp',
1042 ], 1045 ],
1043 }, 1046 },
1044 } 1047 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698