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

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

Issue 913133003: Move text track active list management to CueTimeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rename to CueTimeline. Created 5 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 | Annotate | Revision Log
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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 3022 matching lines...) Expand 10 before | Expand all | Expand 10 after
3033 'html/shadow/SpinButtonElement.cpp', 3033 'html/shadow/SpinButtonElement.cpp',
3034 'html/shadow/SpinButtonElement.h', 3034 'html/shadow/SpinButtonElement.h',
3035 'html/shadow/TextControlInnerElements.cpp', 3035 'html/shadow/TextControlInnerElements.cpp',
3036 'html/shadow/TextControlInnerElements.h', 3036 'html/shadow/TextControlInnerElements.h',
3037 'html/track/AudioTrack.cpp', 3037 'html/track/AudioTrack.cpp',
3038 'html/track/AudioTrack.h', 3038 'html/track/AudioTrack.h',
3039 'html/track/AudioTrackList.cpp', 3039 'html/track/AudioTrackList.cpp',
3040 'html/track/AudioTrackList.h', 3040 'html/track/AudioTrackList.h',
3041 'html/track/AutomaticTrackSelection.cpp', 3041 'html/track/AutomaticTrackSelection.cpp',
3042 'html/track/AutomaticTrackSelection.h', 3042 'html/track/AutomaticTrackSelection.h',
3043 'html/track/CueTimeline.cpp',
3044 'html/track/CueTimeline.h',
3043 'html/track/InbandTextTrack.cpp', 3045 'html/track/InbandTextTrack.cpp',
3044 'html/track/InbandTextTrack.h', 3046 'html/track/InbandTextTrack.h',
3045 'html/track/LoadableTextTrack.cpp', 3047 'html/track/LoadableTextTrack.cpp',
3046 'html/track/LoadableTextTrack.h', 3048 'html/track/LoadableTextTrack.h',
3047 'html/track/TextTrack.cpp', 3049 'html/track/TextTrack.cpp',
3048 'html/track/TextTrack.h', 3050 'html/track/TextTrack.h',
3049 'html/track/TextTrackCue.cpp', 3051 'html/track/TextTrackCue.cpp',
3050 'html/track/TextTrackCue.h', 3052 'html/track/TextTrackCue.h',
3051 'html/track/TextTrackCueList.cpp', 3053 'html/track/TextTrackCueList.cpp',
3052 'html/track/TextTrackCueList.h', 3054 'html/track/TextTrackCueList.h',
(...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
3803 'rendering/RenderingTestHelper.h', 3805 'rendering/RenderingTestHelper.h',
3804 'streams/ExclusiveStreamReaderTest.cpp', 3806 'streams/ExclusiveStreamReaderTest.cpp',
3805 'streams/ReadableStreamTest.cpp', 3807 'streams/ReadableStreamTest.cpp',
3806 'testing/PrivateScriptTestTest.cpp', 3808 'testing/PrivateScriptTestTest.cpp',
3807 'testing/UnitTestHelpers.cpp', 3809 'testing/UnitTestHelpers.cpp',
3808 'testing/UnitTestHelpers.h', 3810 'testing/UnitTestHelpers.h',
3809 'xml/parser/SharedBufferReaderTest.cpp', 3811 'xml/parser/SharedBufferReaderTest.cpp',
3810 ], 3812 ],
3811 } 3813 }
3812 } 3814 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/HTMLMediaElement.h » ('j') | Source/core/html/track/CueTimeline.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698