OLD | NEW |
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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 'indexeddb/WindowIndexedDatabase.idl', | 235 'indexeddb/WindowIndexedDatabase.idl', |
236 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', | 236 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', |
237 'mediasource/HTMLVideoElementMediaSource.idl', | 237 'mediasource/HTMLVideoElementMediaSource.idl', |
238 'mediasource/URLMediaSource.idl', | 238 'mediasource/URLMediaSource.idl', |
239 'mediastream/NavigatorMediaStream.idl', | 239 'mediastream/NavigatorMediaStream.idl', |
240 'mediastream/URLMediaStream.idl', | 240 'mediastream/URLMediaStream.idl', |
241 'mediastream/WindowMediaStream.idl', | 241 'mediastream/WindowMediaStream.idl', |
242 'navigatorcontentutils/NavigatorContentUtils.idl', | 242 'navigatorcontentutils/NavigatorContentUtils.idl', |
243 'netinfo/NavigatorNetworkInformation.idl', | 243 'netinfo/NavigatorNetworkInformation.idl', |
244 'netinfo/WorkerNavigatorNetworkInformation.idl', | 244 'netinfo/WorkerNavigatorNetworkInformation.idl', |
| 245 'notifications/ServiceWorkerGlobalScopeNotifications.idl', |
245 'performance/SharedWorkerPerformance.idl', | 246 'performance/SharedWorkerPerformance.idl', |
246 'performance/WorkerGlobalScopePerformance.idl', | 247 'performance/WorkerGlobalScopePerformance.idl', |
247 'presentation/NavigatorPresentation.idl', | 248 'presentation/NavigatorPresentation.idl', |
248 'push_messaging/NavigatorPushManager.idl', | 249 'push_messaging/NavigatorPushManager.idl', |
249 'push_messaging/ServiceWorkerGlobalScopePush.idl', | 250 'push_messaging/ServiceWorkerGlobalScopePush.idl', |
250 'quota/NavigatorStorageQuota.idl', | 251 'quota/NavigatorStorageQuota.idl', |
251 'quota/WindowQuota.idl', | 252 'quota/WindowQuota.idl', |
252 'quota/WorkerNavigatorStorageQuota.idl', | 253 'quota/WorkerNavigatorStorageQuota.idl', |
253 'screen_orientation/ScreenScreenOrientation.idl', | 254 'screen_orientation/ScreenScreenOrientation.idl', |
254 'serviceworkers/NavigatorServiceWorker.idl', | 255 'serviceworkers/NavigatorServiceWorker.idl', |
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
680 'notifications/Notification.cpp', | 681 'notifications/Notification.cpp', |
681 'notifications/Notification.h', | 682 'notifications/Notification.h', |
682 'notifications/NotificationClient.h', | 683 'notifications/NotificationClient.h', |
683 'notifications/NotificationController.cpp', | 684 'notifications/NotificationController.cpp', |
684 'notifications/NotificationController.h', | 685 'notifications/NotificationController.h', |
685 'notifications/NotificationEvent.cpp', | 686 'notifications/NotificationEvent.cpp', |
686 'notifications/NotificationEvent.h', | 687 'notifications/NotificationEvent.h', |
687 'notifications/NotificationPermissionCallback.h', | 688 'notifications/NotificationPermissionCallback.h', |
688 'notifications/NotificationPermissionClient.cpp', | 689 'notifications/NotificationPermissionClient.cpp', |
689 'notifications/NotificationPermissionClient.h', | 690 'notifications/NotificationPermissionClient.h', |
| 691 'notifications/ServiceWorkerGlobalScopeNotifications.h', |
690 'performance/SharedWorkerPerformance.cpp', | 692 'performance/SharedWorkerPerformance.cpp', |
691 'performance/WorkerGlobalScopePerformance.cpp', | 693 'performance/WorkerGlobalScopePerformance.cpp', |
692 'performance/WorkerGlobalScopePerformance.h', | 694 'performance/WorkerGlobalScopePerformance.h', |
693 'performance/WorkerPerformance.cpp', | 695 'performance/WorkerPerformance.cpp', |
694 'performance/WorkerPerformance.h', | 696 'performance/WorkerPerformance.h', |
695 'presentation/NavigatorPresentation.cpp', | 697 'presentation/NavigatorPresentation.cpp', |
696 'presentation/NavigatorPresentation.h', | 698 'presentation/NavigatorPresentation.h', |
697 'presentation/Presentation.cpp', | 699 'presentation/Presentation.cpp', |
698 'presentation/Presentation.h', | 700 'presentation/Presentation.h', |
699 'presentation/PresentationSession.cpp', | 701 'presentation/PresentationSession.cpp', |
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1059 'serviceworkers/CacheTest.cpp', | 1061 'serviceworkers/CacheTest.cpp', |
1060 'serviceworkers/FetchResponseDataTest.cpp', | 1062 'serviceworkers/FetchResponseDataTest.cpp', |
1061 'serviceworkers/RequestTest.cpp', | 1063 'serviceworkers/RequestTest.cpp', |
1062 'serviceworkers/ResponseTest.cpp', | 1064 'serviceworkers/ResponseTest.cpp', |
1063 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1065 'serviceworkers/ServiceWorkerContainerTest.cpp', |
1064 'websockets/DOMWebSocketTest.cpp', | 1066 'websockets/DOMWebSocketTest.cpp', |
1065 'websockets/DocumentWebSocketChannelTest.cpp', | 1067 'websockets/DocumentWebSocketChannelTest.cpp', |
1066 ], | 1068 ], |
1067 }, | 1069 }, |
1068 } | 1070 } |
OLD | NEW |