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

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, 8 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/HTMLTrackElement.idl', 237 'html/HTMLTrackElement.idl',
238 'html/HTMLUListElement.idl', 238 'html/HTMLUListElement.idl',
239 'html/HTMLUnknownElement.idl', 239 'html/HTMLUnknownElement.idl',
240 'html/ImageData.idl', 240 'html/ImageData.idl',
241 'html/MediaError.idl', 241 'html/MediaError.idl',
242 'html/RadioNodeList.idl', 242 'html/RadioNodeList.idl',
243 'html/TextMetrics.idl', 243 'html/TextMetrics.idl',
244 'html/TimeRanges.idl', 244 'html/TimeRanges.idl',
245 'html/ValidityState.idl', 245 'html/ValidityState.idl',
246 'html/VoidCallback.idl', 246 'html/VoidCallback.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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 'core_idl_with_modules_dependency_files': [ 399 'core_idl_with_modules_dependency_files': [
402 'clipboard/DataTransferItem.idl', 400 'clipboard/DataTransferItem.idl',
403 'dom/URL.idl', 401 'dom/URL.idl',
404 'frame/Navigator.idl', 402 'frame/Navigator.idl',
405 'frame/Screen.idl', 403 'frame/Screen.idl',
406 'frame/Window.idl', 404 'frame/Window.idl',
407 'html/HTMLCanvasElement.idl', 405 'html/HTMLCanvasElement.idl',
408 'html/HTMLInputElement.idl', 406 'html/HTMLInputElement.idl',
409 'html/HTMLMediaElement.idl', 407 'html/HTMLMediaElement.idl',
410 'html/HTMLVideoElement.idl', 408 'html/HTMLVideoElement.idl',
409 'html/track/AudioTrack.idl',
410 'html/track/VideoTrack.idl',
411 'inspector/DevToolsHost.idl', 411 'inspector/DevToolsHost.idl',
412 'workers/DedicatedWorkerGlobalScope.idl', 412 'workers/DedicatedWorkerGlobalScope.idl',
413 'workers/SharedWorkerGlobalScope.idl', 413 'workers/SharedWorkerGlobalScope.idl',
414 'workers/WorkerGlobalScope.idl', 414 'workers/WorkerGlobalScope.idl',
415 'workers/WorkerNavigator.idl', 415 'workers/WorkerNavigator.idl',
416 ], 416 ],
417 # 'partial interface', target (right side of) 'implements', and 417 # 'partial interface', target (right side of) 'implements', and
418 # interfaces with static bindings (in bindings/core/v8/) 418 # interfaces with static bindings (in bindings/core/v8/)
419 'core_dependency_idl_files': [ 419 'core_dependency_idl_files': [
420 'animation/DocumentAnimation.idl', 420 'animation/DocumentAnimation.idl',
(...skipping 3664 matching lines...) Expand 10 before | Expand all | Expand 10 after
4085 'svg/SVGPathParserTest.cpp', 4085 'svg/SVGPathParserTest.cpp',
4086 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4086 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4087 'testing/PrivateScriptTestTest.cpp', 4087 'testing/PrivateScriptTestTest.cpp',
4088 'timing/MemoryInfoTest.cpp', 4088 'timing/MemoryInfoTest.cpp',
4089 'workers/WorkerThreadTest.cpp', 4089 'workers/WorkerThreadTest.cpp',
4090 'workers/WorkerThreadTestHelper.h', 4090 'workers/WorkerThreadTestHelper.h',
4091 'xml/parser/SharedBufferReaderTest.cpp', 4091 'xml/parser/SharedBufferReaderTest.cpp',
4092 ], 4092 ],
4093 } 4093 }
4094 } 4094 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698