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 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
692 'push_messaging/NavigatorPushManager.cpp', | 692 'push_messaging/NavigatorPushManager.cpp', |
693 'push_messaging/NavigatorPushManager.h', | 693 'push_messaging/NavigatorPushManager.h', |
694 'push_messaging/PushController.cpp', | 694 'push_messaging/PushController.cpp', |
695 'push_messaging/PushController.h', | 695 'push_messaging/PushController.h', |
696 'push_messaging/PushError.cpp', | 696 'push_messaging/PushError.cpp', |
697 'push_messaging/PushError.h', | 697 'push_messaging/PushError.h', |
698 'push_messaging/PushEvent.cpp', | 698 'push_messaging/PushEvent.cpp', |
699 'push_messaging/PushEvent.h', | 699 'push_messaging/PushEvent.h', |
700 'push_messaging/PushManager.cpp', | 700 'push_messaging/PushManager.cpp', |
701 'push_messaging/PushManager.h', | 701 'push_messaging/PushManager.h', |
| 702 'push_messaging/PushPermissionCallback.cpp', |
| 703 'push_messaging/PushPermissionCallback.h', |
702 'push_messaging/PushRegistration.cpp', | 704 'push_messaging/PushRegistration.cpp', |
703 'push_messaging/PushRegistration.h', | 705 'push_messaging/PushRegistration.h', |
704 'push_messaging/ServiceWorkerGlobalScopePush.h', | 706 'push_messaging/ServiceWorkerGlobalScopePush.h', |
705 'quota/DOMWindowQuota.cpp', | 707 'quota/DOMWindowQuota.cpp', |
706 'quota/DOMWindowQuota.h', | 708 'quota/DOMWindowQuota.h', |
707 'quota/DeprecatedStorageInfo.cpp', | 709 'quota/DeprecatedStorageInfo.cpp', |
708 'quota/DeprecatedStorageInfo.h', | 710 'quota/DeprecatedStorageInfo.h', |
709 'quota/DeprecatedStorageQuota.cpp', | 711 'quota/DeprecatedStorageQuota.cpp', |
710 'quota/DeprecatedStorageQuota.h', | 712 'quota/DeprecatedStorageQuota.h', |
711 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp', | 713 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp', |
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1044 'serviceworkers/CacheTest.cpp', | 1046 'serviceworkers/CacheTest.cpp', |
1045 'serviceworkers/FetchResponseDataTest.cpp', | 1047 'serviceworkers/FetchResponseDataTest.cpp', |
1046 'serviceworkers/RequestTest.cpp', | 1048 'serviceworkers/RequestTest.cpp', |
1047 'serviceworkers/ResponseTest.cpp', | 1049 'serviceworkers/ResponseTest.cpp', |
1048 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1050 'serviceworkers/ServiceWorkerContainerTest.cpp', |
1049 'websockets/DOMWebSocketTest.cpp', | 1051 'websockets/DOMWebSocketTest.cpp', |
1050 'websockets/NewWebSocketChannelImplTest.cpp', | 1052 'websockets/NewWebSocketChannelImplTest.cpp', |
1051 ], | 1053 ], |
1052 }, | 1054 }, |
1053 } | 1055 } |
OLD | NEW |