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

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

Issue 1658033002: Add SourceBuffer implementations of Audio/VideoTracks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pass-media-tracks-to-blink
Patch Set: rebase Created 4 years, 10 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_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'html/ImageData.idl', 237 'html/ImageData.idl',
238 'html/MediaError.idl', 238 'html/MediaError.idl',
239 'html/MediaKeyError.idl', 239 'html/MediaKeyError.idl',
240 'html/MediaKeyEvent.idl', 240 'html/MediaKeyEvent.idl',
241 'html/RadioNodeList.idl', 241 'html/RadioNodeList.idl',
242 'html/TextMetrics.idl', 242 'html/TextMetrics.idl',
243 'html/TimeRanges.idl', 243 'html/TimeRanges.idl',
244 'html/ValidityState.idl', 244 'html/ValidityState.idl',
245 'html/VoidCallback.idl', 245 'html/VoidCallback.idl',
246 'html/canvas/OffScreenCanvas.idl', 246 'html/canvas/OffScreenCanvas.idl',
247 'html/track/AudioTrack.idl',
248 'html/track/AudioTrackList.idl', 247 'html/track/AudioTrackList.idl',
249 'html/track/TextTrack.idl', 248 'html/track/TextTrack.idl',
250 'html/track/TextTrackCue.idl', 249 'html/track/TextTrackCue.idl',
251 'html/track/TextTrackCueList.idl', 250 'html/track/TextTrackCueList.idl',
252 'html/track/TextTrackList.idl', 251 'html/track/TextTrackList.idl',
253 'html/track/TrackEvent.idl', 252 'html/track/TrackEvent.idl',
254 'html/track/VideoTrack.idl',
255 'html/track/VideoTrackList.idl', 253 'html/track/VideoTrackList.idl',
256 'html/track/vtt/VTTCue.idl', 254 'html/track/vtt/VTTCue.idl',
257 'html/track/vtt/VTTRegion.idl', 255 'html/track/vtt/VTTRegion.idl',
258 'html/track/vtt/VTTRegionList.idl', 256 'html/track/vtt/VTTRegionList.idl',
259 'input/InputDeviceCapabilities.idl', 257 'input/InputDeviceCapabilities.idl',
260 'inspector/InspectorOverlayHost.idl', 258 'inspector/InspectorOverlayHost.idl',
261 'loader/appcache/ApplicationCache.idl', 259 'loader/appcache/ApplicationCache.idl',
262 'page/EventSource.idl', 260 'page/EventSource.idl',
263 'page/PagePopupController.idl', 261 'page/PagePopupController.idl',
264 'page/scrolling/ScrollState.idl', 262 'page/scrolling/ScrollState.idl',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 'dom/Touch.idl', 401 'dom/Touch.idl',
404 'dom/URL.idl', 402 'dom/URL.idl',
405 'events/MouseEvent.idl', 403 'events/MouseEvent.idl',
406 'frame/Navigator.idl', 404 'frame/Navigator.idl',
407 'frame/Screen.idl', 405 'frame/Screen.idl',
408 'frame/Window.idl', 406 'frame/Window.idl',
409 'html/HTMLCanvasElement.idl', 407 'html/HTMLCanvasElement.idl',
410 'html/HTMLInputElement.idl', 408 'html/HTMLInputElement.idl',
411 'html/HTMLMediaElement.idl', 409 'html/HTMLMediaElement.idl',
412 'html/HTMLVideoElement.idl', 410 'html/HTMLVideoElement.idl',
411 'html/track/AudioTrack.idl',
412 'html/track/VideoTrack.idl',
413 'inspector/DevToolsHost.idl', 413 'inspector/DevToolsHost.idl',
414 'workers/DedicatedWorkerGlobalScope.idl', 414 'workers/DedicatedWorkerGlobalScope.idl',
415 'workers/SharedWorkerGlobalScope.idl', 415 'workers/SharedWorkerGlobalScope.idl',
416 'workers/WorkerGlobalScope.idl', 416 'workers/WorkerGlobalScope.idl',
417 'workers/WorkerNavigator.idl', 417 'workers/WorkerNavigator.idl',
418 ], 418 ],
419 # 'partial interface', target (right side of) 'implements', and 419 # 'partial interface', target (right side of) 'implements', and
420 # interfaces with static bindings (in bindings/core/v8/) 420 # interfaces with static bindings (in bindings/core/v8/)
421 'core_dependency_idl_files': [ 421 'core_dependency_idl_files': [
422 'animation/DocumentAnimation.idl', 422 'animation/DocumentAnimation.idl',
(...skipping 3596 matching lines...) Expand 10 before | Expand all | Expand 10 after
4019 'style/SVGComputedStyleTest.cpp', 4019 'style/SVGComputedStyleTest.cpp',
4020 'svg/SVGPathParserTest.cpp', 4020 'svg/SVGPathParserTest.cpp',
4021 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4021 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4022 'testing/PrivateScriptTestTest.cpp', 4022 'testing/PrivateScriptTestTest.cpp',
4023 'timing/MemoryInfoTest.cpp', 4023 'timing/MemoryInfoTest.cpp',
4024 'workers/WorkerThreadTest.cpp', 4024 'workers/WorkerThreadTest.cpp',
4025 'xml/parser/SharedBufferReaderTest.cpp', 4025 'xml/parser/SharedBufferReaderTest.cpp',
4026 ], 4026 ],
4027 } 4027 }
4028 } 4028 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698