| 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 'permissions/PermissionStatus.idl', | 166 'permissions/PermissionStatus.idl', |
| 167 'plugins/MimeType.idl', | 167 'plugins/MimeType.idl', |
| 168 'plugins/MimeTypeArray.idl', | 168 'plugins/MimeTypeArray.idl', |
| 169 'plugins/Plugin.idl', | 169 'plugins/Plugin.idl', |
| 170 'plugins/PluginArray.idl', | 170 'plugins/PluginArray.idl', |
| 171 'presentation/Presentation.idl', | 171 'presentation/Presentation.idl', |
| 172 'presentation/PresentationAvailability.idl', | 172 'presentation/PresentationAvailability.idl', |
| 173 'presentation/PresentationConnection.idl', | 173 'presentation/PresentationConnection.idl', |
| 174 'presentation/PresentationConnectionAvailableEvent.idl', | 174 'presentation/PresentationConnectionAvailableEvent.idl', |
| 175 'presentation/PresentationConnectionCloseEvent.idl', | 175 'presentation/PresentationConnectionCloseEvent.idl', |
| 176 'presentation/PresentationConnectionList.idl', |
| 176 'presentation/PresentationReceiver.idl', | 177 'presentation/PresentationReceiver.idl', |
| 177 'presentation/PresentationRequest.idl', | 178 'presentation/PresentationRequest.idl', |
| 178 'push_messaging/PushEvent.idl', | 179 'push_messaging/PushEvent.idl', |
| 179 'push_messaging/PushManager.idl', | 180 'push_messaging/PushManager.idl', |
| 180 'push_messaging/PushMessageData.idl', | 181 'push_messaging/PushMessageData.idl', |
| 181 'push_messaging/PushSubscription.idl', | 182 'push_messaging/PushSubscription.idl', |
| 182 'push_messaging/PushSubscriptionOptions.idl', | 183 'push_messaging/PushSubscriptionOptions.idl', |
| 183 'quota/DeprecatedStorageInfo.idl', | 184 'quota/DeprecatedStorageInfo.idl', |
| 184 'quota/DeprecatedStorageQuota.idl', | 185 'quota/DeprecatedStorageQuota.idl', |
| 185 'quota/StorageErrorCallback.idl', | 186 'quota/StorageErrorCallback.idl', |
| (...skipping 1282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1468 'presentation/PresentationAvailabilityCallbacks.cpp', | 1469 'presentation/PresentationAvailabilityCallbacks.cpp', |
| 1469 'presentation/PresentationAvailabilityCallbacks.h', | 1470 'presentation/PresentationAvailabilityCallbacks.h', |
| 1470 'presentation/PresentationConnection.cpp', | 1471 'presentation/PresentationConnection.cpp', |
| 1471 'presentation/PresentationConnection.h', | 1472 'presentation/PresentationConnection.h', |
| 1472 'presentation/PresentationConnectionCallbacks.cpp', | 1473 'presentation/PresentationConnectionCallbacks.cpp', |
| 1473 'presentation/PresentationConnectionCallbacks.h', | 1474 'presentation/PresentationConnectionCallbacks.h', |
| 1474 'presentation/PresentationConnectionAvailableEvent.cpp', | 1475 'presentation/PresentationConnectionAvailableEvent.cpp', |
| 1475 'presentation/PresentationConnectionAvailableEvent.h', | 1476 'presentation/PresentationConnectionAvailableEvent.h', |
| 1476 'presentation/PresentationConnectionCloseEvent.cpp', | 1477 'presentation/PresentationConnectionCloseEvent.cpp', |
| 1477 'presentation/PresentationConnectionCloseEvent.h', | 1478 'presentation/PresentationConnectionCloseEvent.h', |
| 1479 'presentation/PresentationConnectionList.cpp', |
| 1480 'presentation/PresentationConnectionList.h', |
| 1478 'presentation/PresentationController.cpp', | 1481 'presentation/PresentationController.cpp', |
| 1479 'presentation/PresentationController.h', | 1482 'presentation/PresentationController.h', |
| 1480 'presentation/PresentationError.cpp', | 1483 'presentation/PresentationError.cpp', |
| 1481 'presentation/PresentationError.h', | 1484 'presentation/PresentationError.h', |
| 1482 'presentation/PresentationReceiver.cpp', | 1485 'presentation/PresentationReceiver.cpp', |
| 1483 'presentation/PresentationReceiver.h', | 1486 'presentation/PresentationReceiver.h', |
| 1484 'presentation/PresentationRequest.cpp', | 1487 'presentation/PresentationRequest.cpp', |
| 1485 'presentation/PresentationRequest.h', | 1488 'presentation/PresentationRequest.h', |
| 1486 'push_messaging/PushController.cpp', | 1489 'push_messaging/PushController.cpp', |
| 1487 'push_messaging/PushController.h', | 1490 'push_messaging/PushController.h', |
| (...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2097 'webaudio/ConvolverNodeTest.cpp', | 2100 'webaudio/ConvolverNodeTest.cpp', |
| 2098 'webaudio/DynamicsCompressorNodeTest.cpp', | 2101 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 2099 'webaudio/ScriptProcessorNodeTest.cpp', | 2102 'webaudio/ScriptProcessorNodeTest.cpp', |
| 2100 'webaudio/StereoPannerNodeTest.cpp', | 2103 'webaudio/StereoPannerNodeTest.cpp', |
| 2101 'webdatabase/QuotaTrackerTest.cpp', | 2104 'webdatabase/QuotaTrackerTest.cpp', |
| 2102 'websockets/DOMWebSocketTest.cpp', | 2105 'websockets/DOMWebSocketTest.cpp', |
| 2103 'websockets/DocumentWebSocketChannelTest.cpp', | 2106 'websockets/DocumentWebSocketChannelTest.cpp', |
| 2104 ], | 2107 ], |
| 2105 }, | 2108 }, |
| 2106 } | 2109 } |
| OLD | NEW |