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 684 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
695 'push_messaging/NavigatorPushManager.cpp', | 695 'push_messaging/NavigatorPushManager.cpp', |
696 'push_messaging/NavigatorPushManager.h', | 696 'push_messaging/NavigatorPushManager.h', |
697 'push_messaging/PushController.cpp', | 697 'push_messaging/PushController.cpp', |
698 'push_messaging/PushController.h', | 698 'push_messaging/PushController.h', |
699 'push_messaging/PushError.cpp', | 699 'push_messaging/PushError.cpp', |
700 'push_messaging/PushError.h', | 700 'push_messaging/PushError.h', |
701 'push_messaging/PushEvent.cpp', | 701 'push_messaging/PushEvent.cpp', |
702 'push_messaging/PushEvent.h', | 702 'push_messaging/PushEvent.h', |
703 'push_messaging/PushManager.cpp', | 703 'push_messaging/PushManager.cpp', |
704 'push_messaging/PushManager.h', | 704 'push_messaging/PushManager.h', |
| 705 'push_messaging/PushPermissionClient.cpp', |
| 706 'push_messaging/PushPermissionClient.h', |
| 707 'push_messaging/PushPermissionRequestCallback.cpp', |
| 708 'push_messaging/PushPermissionRequestCallback.h', |
705 'push_messaging/PushPermissionStatusCallback.cpp', | 709 'push_messaging/PushPermissionStatusCallback.cpp', |
706 'push_messaging/PushPermissionStatusCallback.h', | 710 'push_messaging/PushPermissionStatusCallback.h', |
707 'push_messaging/PushRegistration.cpp', | 711 'push_messaging/PushRegistration.cpp', |
708 'push_messaging/PushRegistration.h', | 712 'push_messaging/PushRegistration.h', |
709 'push_messaging/ServiceWorkerGlobalScopePush.h', | 713 'push_messaging/ServiceWorkerGlobalScopePush.h', |
710 'quota/DOMWindowQuota.cpp', | 714 'quota/DOMWindowQuota.cpp', |
711 'quota/DOMWindowQuota.h', | 715 'quota/DOMWindowQuota.h', |
712 'quota/DeprecatedStorageInfo.cpp', | 716 'quota/DeprecatedStorageInfo.cpp', |
713 'quota/DeprecatedStorageInfo.h', | 717 'quota/DeprecatedStorageInfo.h', |
714 'quota/DeprecatedStorageQuota.cpp', | 718 'quota/DeprecatedStorageQuota.cpp', |
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1049 'serviceworkers/CacheTest.cpp', | 1053 'serviceworkers/CacheTest.cpp', |
1050 'serviceworkers/FetchResponseDataTest.cpp', | 1054 'serviceworkers/FetchResponseDataTest.cpp', |
1051 'serviceworkers/RequestTest.cpp', | 1055 'serviceworkers/RequestTest.cpp', |
1052 'serviceworkers/ResponseTest.cpp', | 1056 'serviceworkers/ResponseTest.cpp', |
1053 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1057 'serviceworkers/ServiceWorkerContainerTest.cpp', |
1054 'websockets/DOMWebSocketTest.cpp', | 1058 'websockets/DOMWebSocketTest.cpp', |
1055 'websockets/DocumentWebSocketChannelTest.cpp', | 1059 'websockets/DocumentWebSocketChannelTest.cpp', |
1056 ], | 1060 ], |
1057 }, | 1061 }, |
1058 } | 1062 } |
OLD | NEW |