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 826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
837 'push_messaging/PushEvent.cpp', | 837 'push_messaging/PushEvent.cpp', |
838 'push_messaging/PushEvent.h', | 838 'push_messaging/PushEvent.h', |
839 'push_messaging/PushManager.cpp', | 839 'push_messaging/PushManager.cpp', |
840 'push_messaging/PushManager.h', | 840 'push_messaging/PushManager.h', |
841 'push_messaging/PushMessageData.cpp', | 841 'push_messaging/PushMessageData.cpp', |
842 'push_messaging/PushMessageData.h', | 842 'push_messaging/PushMessageData.h', |
843 'push_messaging/PushPermissionStatusCallback.cpp', | 843 'push_messaging/PushPermissionStatusCallback.cpp', |
844 'push_messaging/PushPermissionStatusCallback.h', | 844 'push_messaging/PushPermissionStatusCallback.h', |
845 'push_messaging/PushRegistration.cpp', | 845 'push_messaging/PushRegistration.cpp', |
846 'push_messaging/PushRegistration.h', | 846 'push_messaging/PushRegistration.h', |
| 847 'push_messaging/PushRegistrationCallbacks.cpp', |
| 848 'push_messaging/PushRegistrationCallbacks.h', |
847 'push_messaging/ServiceWorkerGlobalScopePush.h', | 849 'push_messaging/ServiceWorkerGlobalScopePush.h', |
848 'push_messaging/ServiceWorkerRegistrationPush.cpp', | 850 'push_messaging/ServiceWorkerRegistrationPush.cpp', |
849 'push_messaging/ServiceWorkerRegistrationPush.h', | 851 'push_messaging/ServiceWorkerRegistrationPush.h', |
850 'quota/DOMWindowQuota.cpp', | 852 'quota/DOMWindowQuota.cpp', |
851 'quota/DOMWindowQuota.h', | 853 'quota/DOMWindowQuota.h', |
852 'quota/DeprecatedStorageInfo.cpp', | 854 'quota/DeprecatedStorageInfo.cpp', |
853 'quota/DeprecatedStorageInfo.h', | 855 'quota/DeprecatedStorageInfo.h', |
854 'quota/DeprecatedStorageQuota.cpp', | 856 'quota/DeprecatedStorageQuota.cpp', |
855 'quota/DeprecatedStorageQuota.h', | 857 'quota/DeprecatedStorageQuota.h', |
856 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp', | 858 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp', |
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1203 'serviceworkers/CacheTest.cpp', | 1205 'serviceworkers/CacheTest.cpp', |
1204 'serviceworkers/FetchResponseDataTest.cpp', | 1206 'serviceworkers/FetchResponseDataTest.cpp', |
1205 'serviceworkers/RequestTest.cpp', | 1207 'serviceworkers/RequestTest.cpp', |
1206 'serviceworkers/ResponseTest.cpp', | 1208 'serviceworkers/ResponseTest.cpp', |
1207 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1209 'serviceworkers/ServiceWorkerContainerTest.cpp', |
1208 'websockets/DOMWebSocketTest.cpp', | 1210 'websockets/DOMWebSocketTest.cpp', |
1209 'websockets/DocumentWebSocketChannelTest.cpp', | 1211 'websockets/DocumentWebSocketChannelTest.cpp', |
1210 ], | 1212 ], |
1211 }, | 1213 }, |
1212 } | 1214 } |
OLD | NEW |