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

Side by Side Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2972003002: RTCPeerConnection.ontrack event added. (Closed)
Patch Set: Le merge Created 3 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 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//third_party/WebKit/Source/bindings/bindings.gni") 5 import("//third_party/WebKit/Source/bindings/bindings.gni")
6 6
7 # The paths in this file are absolute since this file is imported and the 7 # The paths in this file are absolute since this file is imported and the
8 # file lists must be valid from multple "current directories". 8 # file lists must be valid from multple "current directories".
9 9
10 bindings_modules_output_dir = "$bindings_output_dir/modules" 10 bindings_modules_output_dir = "$bindings_output_dir/modules"
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "notifications/NotificationPermissionCallback.idl", 178 "notifications/NotificationPermissionCallback.idl",
179 "offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl", 179 "offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl",
180 "payments/PaymentAddress.idl", 180 "payments/PaymentAddress.idl",
181 "payments/PaymentInstruments.idl", 181 "payments/PaymentInstruments.idl",
182 "payments/PaymentManager.idl", 182 "payments/PaymentManager.idl",
183 "payments/PaymentRequestEvent.idl", 183 "payments/PaymentRequestEvent.idl",
184 "payments/PaymentRequestUpdateEvent.idl", 184 "payments/PaymentRequestUpdateEvent.idl",
185 "payments/PaymentRequest.idl", 185 "payments/PaymentRequest.idl",
186 "payments/PaymentResponse.idl", 186 "payments/PaymentResponse.idl",
187 "peerconnection/RTCCertificate.idl", 187 "peerconnection/RTCCertificate.idl",
188 "peerconnection/RTCDataChannel.idl",
189 "peerconnection/RTCDataChannelEvent.idl",
188 "peerconnection/RTCDTMFSender.idl", 190 "peerconnection/RTCDTMFSender.idl",
189 "peerconnection/RTCDTMFToneChangeEvent.idl", 191 "peerconnection/RTCDTMFToneChangeEvent.idl",
190 "peerconnection/RTCDataChannel.idl",
191 "peerconnection/RTCDataChannelEvent.idl",
192 "peerconnection/RTCIceCandidate.idl", 192 "peerconnection/RTCIceCandidate.idl",
193 "peerconnection/RTCLegacyStatsReport.idl", 193 "peerconnection/RTCLegacyStatsReport.idl",
194 "peerconnection/RTCPeerConnection.idl", 194 "peerconnection/RTCPeerConnection.idl",
195 "peerconnection/RTCPeerConnectionErrorCallback.idl", 195 "peerconnection/RTCPeerConnectionErrorCallback.idl",
196 "peerconnection/RTCPeerConnectionIceEvent.idl", 196 "peerconnection/RTCPeerConnectionIceEvent.idl",
197 "peerconnection/RTCRtpContributingSource.idl", 197 "peerconnection/RTCRtpContributingSource.idl",
198 "peerconnection/RTCRtpReceiver.idl", 198 "peerconnection/RTCRtpReceiver.idl",
199 "peerconnection/RTCRtpSender.idl", 199 "peerconnection/RTCRtpSender.idl",
200 "peerconnection/RTCSessionDescription.idl", 200 "peerconnection/RTCSessionDescription.idl",
201 "peerconnection/RTCSessionDescriptionCallback.idl", 201 "peerconnection/RTCSessionDescriptionCallback.idl",
202 "peerconnection/RTCStatsCallback.idl", 202 "peerconnection/RTCStatsCallback.idl",
203 "peerconnection/RTCStatsReport.idl", 203 "peerconnection/RTCStatsReport.idl",
204 "peerconnection/RTCStatsResponse.idl", 204 "peerconnection/RTCStatsResponse.idl",
205 "peerconnection/RTCTrackEvent.idl",
205 "permissions/Permissions.idl", 206 "permissions/Permissions.idl",
206 "permissions/PermissionStatus.idl", 207 "permissions/PermissionStatus.idl",
207 "plugins/MimeType.idl", 208 "plugins/MimeType.idl",
208 "plugins/MimeTypeArray.idl", 209 "plugins/MimeTypeArray.idl",
209 "plugins/Plugin.idl", 210 "plugins/Plugin.idl",
210 "plugins/PluginArray.idl", 211 "plugins/PluginArray.idl",
211 "presentation/Presentation.idl", 212 "presentation/Presentation.idl",
212 "presentation/PresentationAvailability.idl", 213 "presentation/PresentationAvailability.idl",
213 "presentation/PresentationConnection.idl", 214 "presentation/PresentationConnection.idl",
214 "presentation/PresentationConnectionAvailableEvent.idl", 215 "presentation/PresentationConnectionAvailableEvent.idl",
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 "payments/PaymentDetailsUpdate.idl", 487 "payments/PaymentDetailsUpdate.idl",
487 "payments/PaymentItem.idl", 488 "payments/PaymentItem.idl",
488 "payments/PaymentMethodData.idl", 489 "payments/PaymentMethodData.idl",
489 "payments/PaymentOptions.idl", 490 "payments/PaymentOptions.idl",
490 "payments/PaymentInstrument.idl", 491 "payments/PaymentInstrument.idl",
491 "payments/PaymentRequestUpdateEventInit.idl", 492 "payments/PaymentRequestUpdateEventInit.idl",
492 "payments/PaymentShippingOption.idl", 493 "payments/PaymentShippingOption.idl",
493 "peerconnection/RTCAnswerOptions.idl", 494 "peerconnection/RTCAnswerOptions.idl",
494 "peerconnection/RTCConfiguration.idl", 495 "peerconnection/RTCConfiguration.idl",
495 "peerconnection/RTCDataChannelEventInit.idl", 496 "peerconnection/RTCDataChannelEventInit.idl",
497 "peerconnection/RTCDataChannelInit.idl",
496 "peerconnection/RTCDtlsFingerprint.idl", 498 "peerconnection/RTCDtlsFingerprint.idl",
497 "peerconnection/RTCDTMFToneChangeEventInit.idl", 499 "peerconnection/RTCDTMFToneChangeEventInit.idl",
498 "peerconnection/RTCDataChannelInit.idl",
499 "peerconnection/RTCIceCandidateInit.idl", 500 "peerconnection/RTCIceCandidateInit.idl",
500 "peerconnection/RTCIceServer.idl", 501 "peerconnection/RTCIceServer.idl",
501 "peerconnection/RTCOfferAnswerOptions.idl", 502 "peerconnection/RTCOfferAnswerOptions.idl",
502 "peerconnection/RTCOfferOptions.idl", 503 "peerconnection/RTCOfferOptions.idl",
503 "peerconnection/RTCPeerConnectionIceEventInit.idl", 504 "peerconnection/RTCPeerConnectionIceEventInit.idl",
504 "peerconnection/RTCSessionDescriptionInit.idl", 505 "peerconnection/RTCSessionDescriptionInit.idl",
506 "peerconnection/RTCTrackEventInit.idl",
505 "permissions/MidiPermissionDescriptor.idl", 507 "permissions/MidiPermissionDescriptor.idl",
506 "permissions/PermissionDescriptor.idl", 508 "permissions/PermissionDescriptor.idl",
507 "permissions/PushPermissionDescriptor.idl", 509 "permissions/PushPermissionDescriptor.idl",
508 "presentation/PresentationConnectionAvailableEventInit.idl", 510 "presentation/PresentationConnectionAvailableEventInit.idl",
509 "presentation/PresentationConnectionCloseEventInit.idl", 511 "presentation/PresentationConnectionCloseEventInit.idl",
510 "push_messaging/PushEventInit.idl", 512 "push_messaging/PushEventInit.idl",
511 "push_messaging/PushSubscriptionOptionsInit.idl", 513 "push_messaging/PushSubscriptionOptionsInit.idl",
512 "quota/StorageEstimate.idl", 514 "quota/StorageEstimate.idl",
513 "sensor/SensorErrorEventInit.idl", 515 "sensor/SensorErrorEventInit.idl",
514 "sensor/SensorOptions.idl", 516 "sensor/SensorOptions.idl",
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 modules_dependency_idl_files + modules_testing_dependency_idl_files 697 modules_dependency_idl_files + modules_testing_dependency_idl_files
696 698
697 modules_generated_dependency_idl_files = 699 modules_generated_dependency_idl_files =
698 modules_core_global_constructors_generated_idl_files + 700 modules_core_global_constructors_generated_idl_files +
699 modules_global_constructors_generated_idl_files 701 modules_global_constructors_generated_idl_files
700 702
701 # 'modules_dependency_idl_files' is already used in Source/modules, so avoid 703 # 'modules_dependency_idl_files' is already used in Source/modules, so avoid
702 # collision 704 # collision
703 modules_all_dependency_idl_files = 705 modules_all_dependency_idl_files =
704 modules_static_dependency_idl_files + modules_generated_dependency_idl_files 706 modules_static_dependency_idl_files + modules_generated_dependency_idl_files
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/events/EventTypeNames.json5 ('k') | third_party/WebKit/Source/modules/peerconnection/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698