| 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/PushPermissionCallback.cpp', | 705 'push_messaging/PushPermissionStatusCallback.cpp', |
| 706 'push_messaging/PushPermissionCallback.h', | 706 'push_messaging/PushPermissionStatusCallback.h', |
| 707 'push_messaging/PushRegistration.cpp', | 707 'push_messaging/PushRegistration.cpp', |
| 708 'push_messaging/PushRegistration.h', | 708 'push_messaging/PushRegistration.h', |
| 709 'push_messaging/ServiceWorkerGlobalScopePush.h', | 709 'push_messaging/ServiceWorkerGlobalScopePush.h', |
| 710 'quota/DOMWindowQuota.cpp', | 710 'quota/DOMWindowQuota.cpp', |
| 711 'quota/DOMWindowQuota.h', | 711 'quota/DOMWindowQuota.h', |
| 712 'quota/DeprecatedStorageInfo.cpp', | 712 'quota/DeprecatedStorageInfo.cpp', |
| 713 'quota/DeprecatedStorageInfo.h', | 713 'quota/DeprecatedStorageInfo.h', |
| 714 'quota/DeprecatedStorageQuota.cpp', | 714 'quota/DeprecatedStorageQuota.cpp', |
| 715 'quota/DeprecatedStorageQuota.h', | 715 'quota/DeprecatedStorageQuota.h', |
| 716 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp', | 716 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp', |
| (...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1049 'serviceworkers/CacheTest.cpp', | 1049 'serviceworkers/CacheTest.cpp', |
| 1050 'serviceworkers/FetchResponseDataTest.cpp', | 1050 'serviceworkers/FetchResponseDataTest.cpp', |
| 1051 'serviceworkers/RequestTest.cpp', | 1051 'serviceworkers/RequestTest.cpp', |
| 1052 'serviceworkers/ResponseTest.cpp', | 1052 'serviceworkers/ResponseTest.cpp', |
| 1053 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1053 'serviceworkers/ServiceWorkerContainerTest.cpp', |
| 1054 'websockets/DOMWebSocketTest.cpp', | 1054 'websockets/DOMWebSocketTest.cpp', |
| 1055 'websockets/DocumentWebSocketChannelTest.cpp', | 1055 'websockets/DocumentWebSocketChannelTest.cpp', |
| 1056 ], | 1056 ], |
| 1057 }, | 1057 }, |
| 1058 } | 1058 } |
| OLD | NEW |