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 742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
753 'push_messaging/NavigatorPushManager.cpp', | 753 'push_messaging/NavigatorPushManager.cpp', |
754 'push_messaging/NavigatorPushManager.h', | 754 'push_messaging/NavigatorPushManager.h', |
755 'push_messaging/PushController.cpp', | 755 'push_messaging/PushController.cpp', |
756 'push_messaging/PushController.h', | 756 'push_messaging/PushController.h', |
757 'push_messaging/PushError.cpp', | 757 'push_messaging/PushError.cpp', |
758 'push_messaging/PushError.h', | 758 'push_messaging/PushError.h', |
759 'push_messaging/PushEvent.cpp', | 759 'push_messaging/PushEvent.cpp', |
760 'push_messaging/PushEvent.h', | 760 'push_messaging/PushEvent.h', |
761 'push_messaging/PushManager.cpp', | 761 'push_messaging/PushManager.cpp', |
762 'push_messaging/PushManager.h', | 762 'push_messaging/PushManager.h', |
763 'push_messaging/PushPermissionClient.cpp', | |
764 'push_messaging/PushPermissionClient.h', | |
765 'push_messaging/PushPermissionRequestCallback.cpp', | |
766 'push_messaging/PushPermissionRequestCallback.h', | |
767 'push_messaging/PushPermissionStatusCallback.cpp', | 763 'push_messaging/PushPermissionStatusCallback.cpp', |
768 'push_messaging/PushPermissionStatusCallback.h', | 764 'push_messaging/PushPermissionStatusCallback.h', |
769 'push_messaging/PushRegistration.cpp', | 765 'push_messaging/PushRegistration.cpp', |
770 'push_messaging/PushRegistration.h', | 766 'push_messaging/PushRegistration.h', |
771 'push_messaging/ServiceWorkerGlobalScopePush.h', | 767 'push_messaging/ServiceWorkerGlobalScopePush.h', |
772 'quota/DOMWindowQuota.cpp', | 768 'quota/DOMWindowQuota.cpp', |
773 'quota/DOMWindowQuota.h', | 769 'quota/DOMWindowQuota.h', |
774 'quota/DeprecatedStorageInfo.cpp', | 770 'quota/DeprecatedStorageInfo.cpp', |
775 'quota/DeprecatedStorageInfo.h', | 771 'quota/DeprecatedStorageInfo.h', |
776 'quota/DeprecatedStorageQuota.cpp', | 772 'quota/DeprecatedStorageQuota.cpp', |
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1111 'serviceworkers/CacheTest.cpp', | 1107 'serviceworkers/CacheTest.cpp', |
1112 'serviceworkers/FetchResponseDataTest.cpp', | 1108 'serviceworkers/FetchResponseDataTest.cpp', |
1113 'serviceworkers/RequestTest.cpp', | 1109 'serviceworkers/RequestTest.cpp', |
1114 'serviceworkers/ResponseTest.cpp', | 1110 'serviceworkers/ResponseTest.cpp', |
1115 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1111 'serviceworkers/ServiceWorkerContainerTest.cpp', |
1116 'websockets/DOMWebSocketTest.cpp', | 1112 'websockets/DOMWebSocketTest.cpp', |
1117 'websockets/DocumentWebSocketChannelTest.cpp', | 1113 'websockets/DocumentWebSocketChannelTest.cpp', |
1118 ], | 1114 ], |
1119 }, | 1115 }, |
1120 } | 1116 } |
OLD | NEW |