| 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 672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 683 'push_messaging/NavigatorPushManager.cpp', | 683 'push_messaging/NavigatorPushManager.cpp', |
| 684 'push_messaging/NavigatorPushManager.h', | 684 'push_messaging/NavigatorPushManager.h', |
| 685 'push_messaging/PushController.cpp', | 685 'push_messaging/PushController.cpp', |
| 686 'push_messaging/PushController.h', | 686 'push_messaging/PushController.h', |
| 687 'push_messaging/PushError.cpp', | 687 'push_messaging/PushError.cpp', |
| 688 'push_messaging/PushError.h', | 688 'push_messaging/PushError.h', |
| 689 'push_messaging/PushEvent.cpp', | 689 'push_messaging/PushEvent.cpp', |
| 690 'push_messaging/PushEvent.h', | 690 'push_messaging/PushEvent.h', |
| 691 'push_messaging/PushManager.cpp', | 691 'push_messaging/PushManager.cpp', |
| 692 'push_messaging/PushManager.h', | 692 'push_messaging/PushManager.h', |
| 693 'push_messaging/PushPermissionCallback.cpp', |
| 694 'push_messaging/PushPermissionCallback.h', |
| 693 'push_messaging/PushRegistration.cpp', | 695 'push_messaging/PushRegistration.cpp', |
| 694 'push_messaging/PushRegistration.h', | 696 'push_messaging/PushRegistration.h', |
| 695 'push_messaging/ServiceWorkerGlobalScopePush.h', | 697 'push_messaging/ServiceWorkerGlobalScopePush.h', |
| 696 'quota/DOMWindowQuota.cpp', | 698 'quota/DOMWindowQuota.cpp', |
| 697 'quota/DOMWindowQuota.h', | 699 'quota/DOMWindowQuota.h', |
| 698 'quota/DeprecatedStorageInfo.cpp', | 700 'quota/DeprecatedStorageInfo.cpp', |
| 699 'quota/DeprecatedStorageInfo.h', | 701 'quota/DeprecatedStorageInfo.h', |
| 700 'quota/DeprecatedStorageQuota.cpp', | 702 'quota/DeprecatedStorageQuota.cpp', |
| 701 'quota/DeprecatedStorageQuota.h', | 703 'quota/DeprecatedStorageQuota.h', |
| 702 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp', | 704 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp', |
| (...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1035 'serviceworkers/CacheTest.cpp', | 1037 'serviceworkers/CacheTest.cpp', |
| 1036 'serviceworkers/FetchResponseDataTest.cpp', | 1038 'serviceworkers/FetchResponseDataTest.cpp', |
| 1037 'serviceworkers/RequestTest.cpp', | 1039 'serviceworkers/RequestTest.cpp', |
| 1038 'serviceworkers/ResponseTest.cpp', | 1040 'serviceworkers/ResponseTest.cpp', |
| 1039 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1041 'serviceworkers/ServiceWorkerContainerTest.cpp', |
| 1040 'websockets/DOMWebSocketTest.cpp', | 1042 'websockets/DOMWebSocketTest.cpp', |
| 1041 'websockets/NewWebSocketChannelImplTest.cpp', | 1043 'websockets/NewWebSocketChannelImplTest.cpp', |
| 1042 ], | 1044 ], |
| 1043 }, | 1045 }, |
| 1044 } | 1046 } |
| OLD | NEW |