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

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: Added SourceBufferTrackBaseSupplement::fromIfExists 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'html/HTMLTrackElement.idl', 238 'html/HTMLTrackElement.idl',
239 'html/HTMLUListElement.idl', 239 'html/HTMLUListElement.idl',
240 'html/HTMLUnknownElement.idl', 240 'html/HTMLUnknownElement.idl',
241 'html/ImageData.idl', 241 'html/ImageData.idl',
242 'html/MediaError.idl', 242 'html/MediaError.idl',
243 'html/RadioNodeList.idl', 243 'html/RadioNodeList.idl',
244 'html/TextMetrics.idl', 244 'html/TextMetrics.idl',
245 'html/TimeRanges.idl', 245 'html/TimeRanges.idl',
246 'html/ValidityState.idl', 246 'html/ValidityState.idl',
247 'html/VoidCallback.idl', 247 'html/VoidCallback.idl',
248 'html/track/AudioTrack.idl',
249 'html/track/AudioTrackList.idl', 248 'html/track/AudioTrackList.idl',
250 'html/track/TextTrack.idl', 249 'html/track/TextTrack.idl',
251 'html/track/TextTrackCue.idl', 250 'html/track/TextTrackCue.idl',
252 'html/track/TextTrackCueList.idl', 251 'html/track/TextTrackCueList.idl',
253 'html/track/TextTrackList.idl', 252 'html/track/TextTrackList.idl',
254 'html/track/TrackEvent.idl', 253 'html/track/TrackEvent.idl',
255 'html/track/VideoTrack.idl',
256 'html/track/VideoTrackList.idl', 254 'html/track/VideoTrackList.idl',
257 'html/track/vtt/VTTCue.idl', 255 'html/track/vtt/VTTCue.idl',
258 'html/track/vtt/VTTRegion.idl', 256 'html/track/vtt/VTTRegion.idl',
259 'html/track/vtt/VTTRegionList.idl', 257 'html/track/vtt/VTTRegionList.idl',
260 'input/InputDeviceCapabilities.idl', 258 'input/InputDeviceCapabilities.idl',
261 'inspector/InspectorOverlayHost.idl', 259 'inspector/InspectorOverlayHost.idl',
262 'loader/appcache/ApplicationCache.idl', 260 'loader/appcache/ApplicationCache.idl',
263 'page/EventSource.idl', 261 'page/EventSource.idl',
264 'page/PagePopupController.idl', 262 'page/PagePopupController.idl',
265 'page/scrolling/ScrollState.idl', 263 'page/scrolling/ScrollState.idl',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 'core_idl_with_modules_dependency_files': [ 400 'core_idl_with_modules_dependency_files': [
403 'clipboard/DataTransferItem.idl', 401 'clipboard/DataTransferItem.idl',
404 'dom/URL.idl', 402 'dom/URL.idl',
405 'frame/Navigator.idl', 403 'frame/Navigator.idl',
406 'frame/Screen.idl', 404 'frame/Screen.idl',
407 'frame/Window.idl', 405 'frame/Window.idl',
408 'html/HTMLCanvasElement.idl', 406 'html/HTMLCanvasElement.idl',
409 'html/HTMLInputElement.idl', 407 'html/HTMLInputElement.idl',
410 'html/HTMLMediaElement.idl', 408 'html/HTMLMediaElement.idl',
411 'html/HTMLVideoElement.idl', 409 'html/HTMLVideoElement.idl',
410 'html/track/AudioTrack.idl',
411 'html/track/VideoTrack.idl',
412 'inspector/DevToolsHost.idl', 412 'inspector/DevToolsHost.idl',
413 'workers/DedicatedWorkerGlobalScope.idl', 413 'workers/DedicatedWorkerGlobalScope.idl',
414 'workers/SharedWorkerGlobalScope.idl', 414 'workers/SharedWorkerGlobalScope.idl',
415 'workers/WorkerGlobalScope.idl', 415 'workers/WorkerGlobalScope.idl',
416 'workers/WorkerNavigator.idl', 416 'workers/WorkerNavigator.idl',
417 ], 417 ],
418 # 'partial interface', target (right side of) 'implements', and 418 # 'partial interface', target (right side of) 'implements', and
419 # interfaces with static bindings (in bindings/core/v8/) 419 # interfaces with static bindings (in bindings/core/v8/)
420 'core_dependency_idl_files': [ 420 'core_dependency_idl_files': [
421 'animation/DocumentAnimation.idl', 421 'animation/DocumentAnimation.idl',
(...skipping 3670 matching lines...) Expand 10 before | Expand all | Expand 10 after
4092 'svg/SVGPathParserTest.cpp', 4092 'svg/SVGPathParserTest.cpp',
4093 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4093 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4094 'testing/PrivateScriptTestTest.cpp', 4094 'testing/PrivateScriptTestTest.cpp',
4095 'timing/MemoryInfoTest.cpp', 4095 'timing/MemoryInfoTest.cpp',
4096 'workers/WorkerThreadTest.cpp', 4096 'workers/WorkerThreadTest.cpp',
4097 'workers/WorkerThreadTestHelper.h', 4097 'workers/WorkerThreadTestHelper.h',
4098 'xml/parser/SharedBufferReaderTest.cpp', 4098 'xml/parser/SharedBufferReaderTest.cpp',
4099 ], 4099 ],
4100 } 4100 }
4101 } 4101 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698