| 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 'presentation/PresentationRequest.idl', | 157 'presentation/PresentationRequest.idl', |
| 158 'presentation/PresentationSession.idl', | 158 'presentation/PresentationSession.idl', |
| 159 'push_messaging/PushEvent.idl', | 159 'push_messaging/PushEvent.idl', |
| 160 'push_messaging/PushManager.idl', | 160 'push_messaging/PushManager.idl', |
| 161 'push_messaging/PushMessageData.idl', | 161 'push_messaging/PushMessageData.idl', |
| 162 'push_messaging/PushSubscription.idl', | 162 'push_messaging/PushSubscription.idl', |
| 163 'quota/DeprecatedStorageInfo.idl', | 163 'quota/DeprecatedStorageInfo.idl', |
| 164 'quota/DeprecatedStorageQuota.idl', | 164 'quota/DeprecatedStorageQuota.idl', |
| 165 'quota/StorageErrorCallback.idl', | 165 'quota/StorageErrorCallback.idl', |
| 166 'quota/StorageInfo.idl', | 166 'quota/StorageInfo.idl', |
| 167 'quota/StorageManager.idl', |
| 167 'quota/StorageQuota.idl', | 168 'quota/StorageQuota.idl', |
| 168 'quota/StorageQuotaCallback.idl', | 169 'quota/StorageQuotaCallback.idl', |
| 169 'quota/StorageUsageCallback.idl', | 170 'quota/StorageUsageCallback.idl', |
| 170 'screen_orientation/ScreenOrientation.idl', | 171 'screen_orientation/ScreenOrientation.idl', |
| 171 'serviceworkers/Client.idl', | 172 'serviceworkers/Client.idl', |
| 172 'serviceworkers/Clients.idl', | 173 'serviceworkers/Clients.idl', |
| 173 'serviceworkers/ExtendableEvent.idl', | 174 'serviceworkers/ExtendableEvent.idl', |
| 174 'serviceworkers/FetchEvent.idl', | 175 'serviceworkers/FetchEvent.idl', |
| 175 'serviceworkers/ServiceWorker.idl', | 176 'serviceworkers/ServiceWorker.idl', |
| 176 'serviceworkers/ServiceWorkerContainer.idl', | 177 'serviceworkers/ServiceWorkerContainer.idl', |
| (...skipping 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1240 'quota/DeprecatedStorageQuota.cpp', | 1241 'quota/DeprecatedStorageQuota.cpp', |
| 1241 'quota/DeprecatedStorageQuota.h', | 1242 'quota/DeprecatedStorageQuota.h', |
| 1242 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp', | 1243 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp', |
| 1243 'quota/DeprecatedStorageQuotaCallbacksImpl.h', | 1244 'quota/DeprecatedStorageQuotaCallbacksImpl.h', |
| 1244 'quota/NavigatorStorageQuota.cpp', | 1245 'quota/NavigatorStorageQuota.cpp', |
| 1245 'quota/NavigatorStorageQuota.h', | 1246 'quota/NavigatorStorageQuota.h', |
| 1246 'quota/StorageErrorCallback.cpp', | 1247 'quota/StorageErrorCallback.cpp', |
| 1247 'quota/StorageErrorCallback.h', | 1248 'quota/StorageErrorCallback.h', |
| 1248 'quota/StorageInfo.cpp', | 1249 'quota/StorageInfo.cpp', |
| 1249 'quota/StorageInfo.h', | 1250 'quota/StorageInfo.h', |
| 1251 'quota/StorageManager.cpp', |
| 1252 'quota/StorageManager.h', |
| 1250 'quota/StorageQuota.cpp', | 1253 'quota/StorageQuota.cpp', |
| 1251 'quota/StorageQuota.h', | 1254 'quota/StorageQuota.h', |
| 1252 'quota/StorageQuotaCallback.h', | 1255 'quota/StorageQuotaCallback.h', |
| 1253 'quota/StorageQuotaCallbacksImpl.cpp', | 1256 'quota/StorageQuotaCallbacksImpl.cpp', |
| 1254 'quota/StorageQuotaCallbacksImpl.h', | 1257 'quota/StorageQuotaCallbacksImpl.h', |
| 1255 'quota/StorageQuotaClient.cpp', | 1258 'quota/StorageQuotaClient.cpp', |
| 1256 'quota/StorageQuotaClient.h', | 1259 'quota/StorageQuotaClient.h', |
| 1257 'quota/StorageUsageCallback.h', | 1260 'quota/StorageUsageCallback.h', |
| 1258 'quota/WorkerNavigatorStorageQuota.cpp', | 1261 'quota/WorkerNavigatorStorageQuota.cpp', |
| 1259 'quota/WorkerNavigatorStorageQuota.h', | 1262 'quota/WorkerNavigatorStorageQuota.h', |
| (...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1744 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1747 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 1745 'webaudio/ConvolverNodeTest.cpp', | 1748 'webaudio/ConvolverNodeTest.cpp', |
| 1746 'webaudio/DynamicsCompressorNodeTest.cpp', | 1749 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 1747 'webaudio/ScriptProcessorNodeTest.cpp', | 1750 'webaudio/ScriptProcessorNodeTest.cpp', |
| 1748 'webaudio/StereoPannerNodeTest.cpp', | 1751 'webaudio/StereoPannerNodeTest.cpp', |
| 1749 'websockets/DOMWebSocketTest.cpp', | 1752 'websockets/DOMWebSocketTest.cpp', |
| 1750 'websockets/DocumentWebSocketChannelTest.cpp', | 1753 'websockets/DocumentWebSocketChannelTest.cpp', |
| 1751 ], | 1754 ], |
| 1752 }, | 1755 }, |
| 1753 } | 1756 } |
| OLD | NEW |