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

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

Issue 760223003: Stub implementation of Permissions API module. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix win compile Created 6 years 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/permissions/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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'mediastream/RTCSessionDescriptionCallback.idl', 111 'mediastream/RTCSessionDescriptionCallback.idl',
112 'mediastream/RTCStatsCallback.idl', 112 'mediastream/RTCStatsCallback.idl',
113 'mediastream/RTCStatsReport.idl', 113 'mediastream/RTCStatsReport.idl',
114 'mediastream/RTCStatsResponse.idl', 114 'mediastream/RTCStatsResponse.idl',
115 'mediastream/SourceInfo.idl', 115 'mediastream/SourceInfo.idl',
116 'netinfo/NetworkInformation.idl', 116 'netinfo/NetworkInformation.idl',
117 'notifications/Notification.idl', 117 'notifications/Notification.idl',
118 'notifications/NotificationEvent.idl', 118 'notifications/NotificationEvent.idl',
119 'notifications/NotificationPermissionCallback.idl', 119 'notifications/NotificationPermissionCallback.idl',
120 'performance/WorkerPerformance.idl', 120 'performance/WorkerPerformance.idl',
121 'permissions/Permissions.idl',
122 'permissions/PermissionStatus.idl',
121 'presentation/Presentation.idl', 123 'presentation/Presentation.idl',
122 'presentation/PresentationSession.idl', 124 'presentation/PresentationSession.idl',
123 'push_messaging/PushEvent.idl', 125 'push_messaging/PushEvent.idl',
124 'push_messaging/PushManager.idl', 126 'push_messaging/PushManager.idl',
125 'push_messaging/PushMessageData.idl', 127 'push_messaging/PushMessageData.idl',
126 'push_messaging/PushRegistration.idl', 128 'push_messaging/PushRegistration.idl',
127 'quota/DeprecatedStorageInfo.idl', 129 'quota/DeprecatedStorageInfo.idl',
128 'quota/DeprecatedStorageQuota.idl', 130 'quota/DeprecatedStorageQuota.idl',
129 'quota/StorageErrorCallback.idl', 131 'quota/StorageErrorCallback.idl',
130 'quota/StorageInfo.idl', 132 'quota/StorageInfo.idl',
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 'notifications/NotificationPermissionClient.cpp', 758 'notifications/NotificationPermissionClient.cpp',
757 'notifications/NotificationPermissionClient.h', 759 'notifications/NotificationPermissionClient.h',
758 'notifications/ServiceWorkerGlobalScopeNotifications.h', 760 'notifications/ServiceWorkerGlobalScopeNotifications.h',
759 'notifications/ServiceWorkerRegistrationNotifications.cpp', 761 'notifications/ServiceWorkerRegistrationNotifications.cpp',
760 'notifications/ServiceWorkerRegistrationNotifications.h', 762 'notifications/ServiceWorkerRegistrationNotifications.h',
761 'performance/SharedWorkerPerformance.cpp', 763 'performance/SharedWorkerPerformance.cpp',
762 'performance/WorkerGlobalScopePerformance.cpp', 764 'performance/WorkerGlobalScopePerformance.cpp',
763 'performance/WorkerGlobalScopePerformance.h', 765 'performance/WorkerGlobalScopePerformance.h',
764 'performance/WorkerPerformance.cpp', 766 'performance/WorkerPerformance.cpp',
765 'performance/WorkerPerformance.h', 767 'performance/WorkerPerformance.h',
768 'permissions/Permissions.cpp',
769 'permissions/Permissions.h',
770 'permissions/PermissionStatus.cpp',
771 'permissions/PermissionStatus.h',
766 'presentation/NavigatorPresentation.cpp', 772 'presentation/NavigatorPresentation.cpp',
767 'presentation/NavigatorPresentation.h', 773 'presentation/NavigatorPresentation.h',
768 'presentation/Presentation.cpp', 774 'presentation/Presentation.cpp',
769 'presentation/Presentation.h', 775 'presentation/Presentation.h',
770 'presentation/PresentationSession.cpp', 776 'presentation/PresentationSession.cpp',
771 'presentation/PresentationSession.h', 777 'presentation/PresentationSession.h',
772 'push_messaging/NavigatorPushManager.cpp', 778 'push_messaging/NavigatorPushManager.cpp',
773 'push_messaging/NavigatorPushManager.h', 779 'push_messaging/NavigatorPushManager.h',
774 'push_messaging/PushController.cpp', 780 'push_messaging/PushController.cpp',
775 'push_messaging/PushController.h', 781 'push_messaging/PushController.h',
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
1130 'serviceworkers/CacheTest.cpp', 1136 'serviceworkers/CacheTest.cpp',
1131 'serviceworkers/FetchResponseDataTest.cpp', 1137 'serviceworkers/FetchResponseDataTest.cpp',
1132 'serviceworkers/RequestTest.cpp', 1138 'serviceworkers/RequestTest.cpp',
1133 'serviceworkers/ResponseTest.cpp', 1139 'serviceworkers/ResponseTest.cpp',
1134 'serviceworkers/ServiceWorkerContainerTest.cpp', 1140 'serviceworkers/ServiceWorkerContainerTest.cpp',
1135 'websockets/DOMWebSocketTest.cpp', 1141 'websockets/DOMWebSocketTest.cpp',
1136 'websockets/DocumentWebSocketChannelTest.cpp', 1142 'websockets/DocumentWebSocketChannelTest.cpp',
1137 ], 1143 ],
1138 }, 1144 },
1139 } 1145 }
OLDNEW
« no previous file with comments | « Source/modules/EventTargetModulesFactory.in ('k') | Source/modules/permissions/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698