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

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

Issue 2156063002: Preparation for new Promise-based RTCPeerConnection.getStats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added UseCounter for the new getStats Created 4 years, 5 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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'payments/PaymentRequestUpdateEvent.idl', 145 'payments/PaymentRequestUpdateEvent.idl',
146 'payments/PaymentRequest.idl', 146 'payments/PaymentRequest.idl',
147 'payments/PaymentResponse.idl', 147 'payments/PaymentResponse.idl',
148 'peerconnection/RTCCertificate.idl', 148 'peerconnection/RTCCertificate.idl',
149 'peerconnection/RTCDTMFSender.idl', 149 'peerconnection/RTCDTMFSender.idl',
150 'peerconnection/RTCDTMFToneChangeEvent.idl', 150 'peerconnection/RTCDTMFToneChangeEvent.idl',
151 'peerconnection/RTCDataChannel.idl', 151 'peerconnection/RTCDataChannel.idl',
152 'peerconnection/RTCDataChannelEvent.idl', 152 'peerconnection/RTCDataChannelEvent.idl',
153 'peerconnection/RTCIceCandidate.idl', 153 'peerconnection/RTCIceCandidate.idl',
154 'peerconnection/RTCIceCandidateEvent.idl', 154 'peerconnection/RTCIceCandidateEvent.idl',
155 'peerconnection/RTCLegacyStatsReport.idl',
155 'peerconnection/RTCPeerConnection.idl', 156 'peerconnection/RTCPeerConnection.idl',
156 'peerconnection/RTCPeerConnectionErrorCallback.idl', 157 'peerconnection/RTCPeerConnectionErrorCallback.idl',
157 'peerconnection/RTCSessionDescription.idl', 158 'peerconnection/RTCSessionDescription.idl',
158 'peerconnection/RTCSessionDescriptionCallback.idl', 159 'peerconnection/RTCSessionDescriptionCallback.idl',
159 'peerconnection/RTCStatsCallback.idl', 160 'peerconnection/RTCStatsCallback.idl',
160 'peerconnection/RTCStatsReport.idl',
161 'peerconnection/RTCStatsResponse.idl', 161 'peerconnection/RTCStatsResponse.idl',
162 'permissions/Permissions.idl', 162 'permissions/Permissions.idl',
163 'permissions/PermissionStatus.idl', 163 'permissions/PermissionStatus.idl',
164 'plugins/MimeType.idl', 164 'plugins/MimeType.idl',
165 'plugins/MimeTypeArray.idl', 165 'plugins/MimeTypeArray.idl',
166 'plugins/Plugin.idl', 166 'plugins/Plugin.idl',
167 'plugins/PluginArray.idl', 167 'plugins/PluginArray.idl',
168 'presentation/Presentation.idl', 168 'presentation/Presentation.idl',
169 'presentation/PresentationAvailability.idl', 169 'presentation/PresentationAvailability.idl',
170 'presentation/PresentationConnection.idl', 170 'presentation/PresentationConnection.idl',
(...skipping 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after
1375 'peerconnection/RTCDTMFToneChangeEvent.cpp', 1375 'peerconnection/RTCDTMFToneChangeEvent.cpp',
1376 'peerconnection/RTCDTMFToneChangeEvent.h', 1376 'peerconnection/RTCDTMFToneChangeEvent.h',
1377 'peerconnection/RTCDataChannel.cpp', 1377 'peerconnection/RTCDataChannel.cpp',
1378 'peerconnection/RTCDataChannel.h', 1378 'peerconnection/RTCDataChannel.h',
1379 'peerconnection/RTCDataChannelEvent.cpp', 1379 'peerconnection/RTCDataChannelEvent.cpp',
1380 'peerconnection/RTCDataChannelEvent.h', 1380 'peerconnection/RTCDataChannelEvent.h',
1381 'peerconnection/RTCIceCandidate.cpp', 1381 'peerconnection/RTCIceCandidate.cpp',
1382 'peerconnection/RTCIceCandidate.h', 1382 'peerconnection/RTCIceCandidate.h',
1383 'peerconnection/RTCIceCandidateEvent.cpp', 1383 'peerconnection/RTCIceCandidateEvent.cpp',
1384 'peerconnection/RTCIceCandidateEvent.h', 1384 'peerconnection/RTCIceCandidateEvent.h',
1385 'peerconnection/RTCLegacyStatsReport.cpp',
1386 'peerconnection/RTCLegacyStatsReport.h',
1385 'peerconnection/RTCPeerConnection.cpp', 1387 'peerconnection/RTCPeerConnection.cpp',
1386 'peerconnection/RTCPeerConnection.h', 1388 'peerconnection/RTCPeerConnection.h',
1387 'peerconnection/RTCPeerConnectionErrorCallback.h', 1389 'peerconnection/RTCPeerConnectionErrorCallback.h',
1388 'peerconnection/RTCSessionDescription.cpp', 1390 'peerconnection/RTCSessionDescription.cpp',
1389 'peerconnection/RTCSessionDescription.h', 1391 'peerconnection/RTCSessionDescription.h',
1390 'peerconnection/RTCSessionDescriptionCallback.h', 1392 'peerconnection/RTCSessionDescriptionCallback.h',
1391 'peerconnection/RTCSessionDescriptionRequestImpl.cpp', 1393 'peerconnection/RTCSessionDescriptionRequestImpl.cpp',
1392 'peerconnection/RTCSessionDescriptionRequestImpl.h', 1394 'peerconnection/RTCSessionDescriptionRequestImpl.h',
1393 'peerconnection/RTCSessionDescriptionRequestPromiseImpl.cpp', 1395 'peerconnection/RTCSessionDescriptionRequestPromiseImpl.cpp',
1394 'peerconnection/RTCSessionDescriptionRequestPromiseImpl.h', 1396 'peerconnection/RTCSessionDescriptionRequestPromiseImpl.h',
1395 'peerconnection/RTCStatsReport.cpp',
1396 'peerconnection/RTCStatsReport.h',
1397 'peerconnection/RTCStatsRequestImpl.cpp', 1397 'peerconnection/RTCStatsRequestImpl.cpp',
1398 'peerconnection/RTCStatsRequestImpl.h', 1398 'peerconnection/RTCStatsRequestImpl.h',
1399 'peerconnection/RTCStatsResponse.cpp', 1399 'peerconnection/RTCStatsResponse.cpp',
1400 'peerconnection/RTCStatsResponse.h', 1400 'peerconnection/RTCStatsResponse.h',
1401 'peerconnection/RTCVoidRequestImpl.cpp', 1401 'peerconnection/RTCVoidRequestImpl.cpp',
1402 'peerconnection/RTCVoidRequestImpl.h', 1402 'peerconnection/RTCVoidRequestImpl.h',
1403 'peerconnection/RTCVoidRequestPromiseImpl.cpp', 1403 'peerconnection/RTCVoidRequestPromiseImpl.cpp',
1404 'peerconnection/RTCVoidRequestPromiseImpl.h', 1404 'peerconnection/RTCVoidRequestPromiseImpl.h',
1405 'permissions/NavigatorPermissions.cpp', 1405 'permissions/NavigatorPermissions.cpp',
1406 'permissions/NavigatorPermissions.h', 1406 'permissions/NavigatorPermissions.h',
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
2066 'webaudio/ConvolverNodeTest.cpp', 2066 'webaudio/ConvolverNodeTest.cpp',
2067 'webaudio/DynamicsCompressorNodeTest.cpp', 2067 'webaudio/DynamicsCompressorNodeTest.cpp',
2068 'webaudio/ScriptProcessorNodeTest.cpp', 2068 'webaudio/ScriptProcessorNodeTest.cpp',
2069 'webaudio/StereoPannerNodeTest.cpp', 2069 'webaudio/StereoPannerNodeTest.cpp',
2070 'webdatabase/QuotaTrackerTest.cpp', 2070 'webdatabase/QuotaTrackerTest.cpp',
2071 'websockets/DOMWebSocketTest.cpp', 2071 'websockets/DOMWebSocketTest.cpp',
2072 'websockets/DocumentWebSocketChannelTest.cpp', 2072 'websockets/DocumentWebSocketChannelTest.cpp',
2073 ], 2073 ],
2074 }, 2074 },
2075 } 2075 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698