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

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: resolve code review comments from haraken 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'permissions/PermissionStatus.idl', 164 'permissions/PermissionStatus.idl',
165 'plugins/MimeType.idl', 165 'plugins/MimeType.idl',
166 'plugins/MimeTypeArray.idl', 166 'plugins/MimeTypeArray.idl',
167 'plugins/Plugin.idl', 167 'plugins/Plugin.idl',
168 'plugins/PluginArray.idl', 168 'plugins/PluginArray.idl',
169 'presentation/Presentation.idl', 169 'presentation/Presentation.idl',
170 'presentation/PresentationAvailability.idl', 170 'presentation/PresentationAvailability.idl',
171 'presentation/PresentationConnection.idl', 171 'presentation/PresentationConnection.idl',
172 'presentation/PresentationConnectionAvailableEvent.idl', 172 'presentation/PresentationConnectionAvailableEvent.idl',
173 'presentation/PresentationConnectionCloseEvent.idl', 173 'presentation/PresentationConnectionCloseEvent.idl',
174 'presentation/PresentationConnectionList.idl',
174 'presentation/PresentationReceiver.idl', 175 'presentation/PresentationReceiver.idl',
175 'presentation/PresentationRequest.idl', 176 'presentation/PresentationRequest.idl',
176 'push_messaging/PushEvent.idl', 177 'push_messaging/PushEvent.idl',
177 'push_messaging/PushManager.idl', 178 'push_messaging/PushManager.idl',
178 'push_messaging/PushMessageData.idl', 179 'push_messaging/PushMessageData.idl',
179 'push_messaging/PushSubscription.idl', 180 'push_messaging/PushSubscription.idl',
180 'push_messaging/PushSubscriptionOptions.idl', 181 'push_messaging/PushSubscriptionOptions.idl',
181 'quota/DeprecatedStorageInfo.idl', 182 'quota/DeprecatedStorageInfo.idl',
182 'quota/DeprecatedStorageQuota.idl', 183 'quota/DeprecatedStorageQuota.idl',
183 'quota/StorageErrorCallback.idl', 184 'quota/StorageErrorCallback.idl',
(...skipping 1270 matching lines...) Expand 10 before | Expand all | Expand 10 after
1454 'presentation/PresentationAvailabilityCallbacks.cpp', 1455 'presentation/PresentationAvailabilityCallbacks.cpp',
1455 'presentation/PresentationAvailabilityCallbacks.h', 1456 'presentation/PresentationAvailabilityCallbacks.h',
1456 'presentation/PresentationConnection.cpp', 1457 'presentation/PresentationConnection.cpp',
1457 'presentation/PresentationConnection.h', 1458 'presentation/PresentationConnection.h',
1458 'presentation/PresentationConnectionCallbacks.cpp', 1459 'presentation/PresentationConnectionCallbacks.cpp',
1459 'presentation/PresentationConnectionCallbacks.h', 1460 'presentation/PresentationConnectionCallbacks.h',
1460 'presentation/PresentationConnectionAvailableEvent.cpp', 1461 'presentation/PresentationConnectionAvailableEvent.cpp',
1461 'presentation/PresentationConnectionAvailableEvent.h', 1462 'presentation/PresentationConnectionAvailableEvent.h',
1462 'presentation/PresentationConnectionCloseEvent.cpp', 1463 'presentation/PresentationConnectionCloseEvent.cpp',
1463 'presentation/PresentationConnectionCloseEvent.h', 1464 'presentation/PresentationConnectionCloseEvent.h',
1465 'presentation/PresentationConnectionList.cpp',
1466 'presentation/PresentationConnectionList.h',
1464 'presentation/PresentationController.cpp', 1467 'presentation/PresentationController.cpp',
1465 'presentation/PresentationController.h', 1468 'presentation/PresentationController.h',
1466 'presentation/PresentationError.cpp', 1469 'presentation/PresentationError.cpp',
1467 'presentation/PresentationError.h', 1470 'presentation/PresentationError.h',
1468 'presentation/PresentationReceiver.cpp', 1471 'presentation/PresentationReceiver.cpp',
1469 'presentation/PresentationReceiver.h', 1472 'presentation/PresentationReceiver.h',
1470 'presentation/PresentationRequest.cpp', 1473 'presentation/PresentationRequest.cpp',
1471 'presentation/PresentationRequest.h', 1474 'presentation/PresentationRequest.h',
1472 'push_messaging/PushController.cpp', 1475 'push_messaging/PushController.cpp',
1473 'push_messaging/PushController.h', 1476 'push_messaging/PushController.h',
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
1986 'webusb/USBDevice.h', 1989 'webusb/USBDevice.h',
1987 'webusb/USBEndpoint.cpp', 1990 'webusb/USBEndpoint.cpp',
1988 'webusb/USBEndpoint.h', 1991 'webusb/USBEndpoint.h',
1989 'webusb/USBInTransferResult.h', 1992 'webusb/USBInTransferResult.h',
1990 'webusb/USBInterface.cpp', 1993 'webusb/USBInterface.cpp',
1991 'webusb/USBInterface.h', 1994 'webusb/USBInterface.h',
1992 'webusb/USBIsochronousInTransferPacket.h', 1995 'webusb/USBIsochronousInTransferPacket.h',
1993 'webusb/USBIsochronousInTransferResult.h', 1996 'webusb/USBIsochronousInTransferResult.h',
1994 'webusb/USBIsochronousOutTransferPacket.h', 1997 'webusb/USBIsochronousOutTransferPacket.h',
1995 'webusb/USBIsochronousOutTransferResult.h', 1998 'webusb/USBIsochronousOutTransferResult.h',
1996 'webusb/USBOutTransferResult.h', 1999 'webusb/USBOutTransferResult.h',
zhaobin 2016/08/23 00:45:51 Did not change this file. The diff comes from a gi
1997 ], 2000 ],
1998 # 'partial interface' or target (right side of) 'implements' 2001 # 'partial interface' or target (right side of) 'implements'
1999 'modules_testing_dependency_idl_files' : [ 2002 'modules_testing_dependency_idl_files' : [
2000 'accessibility/testing/InternalsAccessibility.idl', 2003 'accessibility/testing/InternalsAccessibility.idl',
2001 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', 2004 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
2002 'peerconnection/testing/InternalsRTCCertificate.idl', 2005 'peerconnection/testing/InternalsRTCCertificate.idl',
2003 'serviceworkers/testing/InternalsServiceWorker.idl', 2006 'serviceworkers/testing/InternalsServiceWorker.idl',
2004 'speech/testing/InternalsSpeechSynthesis.idl', 2007 'speech/testing/InternalsSpeechSynthesis.idl',
2005 'vibration/testing/InternalsVibration.idl', 2008 'vibration/testing/InternalsVibration.idl',
2006 'webaudio/testing/InternalsWebAudio.idl', 2009 'webaudio/testing/InternalsWebAudio.idl',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
2080 'webaudio/ConvolverNodeTest.cpp', 2083 'webaudio/ConvolverNodeTest.cpp',
2081 'webaudio/DynamicsCompressorNodeTest.cpp', 2084 'webaudio/DynamicsCompressorNodeTest.cpp',
2082 'webaudio/ScriptProcessorNodeTest.cpp', 2085 'webaudio/ScriptProcessorNodeTest.cpp',
2083 'webaudio/StereoPannerNodeTest.cpp', 2086 'webaudio/StereoPannerNodeTest.cpp',
2084 'webdatabase/QuotaTrackerTest.cpp', 2087 'webdatabase/QuotaTrackerTest.cpp',
2085 'websockets/DOMWebSocketTest.cpp', 2088 'websockets/DOMWebSocketTest.cpp',
2086 'websockets/DocumentWebSocketChannelTest.cpp', 2089 'websockets/DocumentWebSocketChannelTest.cpp',
2087 ], 2090 ],
2088 }, 2091 },
2089 } 2092 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698