Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Side by Side Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 2265363002: [Presentation API] make PresentationReceiver API consistent with latest spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix layout test global-interface-listing.html Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698