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

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

Issue 868113005: Move automatic text track selection code to AutomaticTrackSelection helper (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Pass TextTrackList as parameter instead. 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
« no previous file with comments | « no previous file | Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2991 matching lines...) Expand 10 before | Expand all | Expand 10 after
3002 'html/shadow/SliderThumbElement.cpp', 3002 'html/shadow/SliderThumbElement.cpp',
3003 'html/shadow/SliderThumbElement.h', 3003 'html/shadow/SliderThumbElement.h',
3004 'html/shadow/SpinButtonElement.cpp', 3004 'html/shadow/SpinButtonElement.cpp',
3005 'html/shadow/SpinButtonElement.h', 3005 'html/shadow/SpinButtonElement.h',
3006 'html/shadow/TextControlInnerElements.cpp', 3006 'html/shadow/TextControlInnerElements.cpp',
3007 'html/shadow/TextControlInnerElements.h', 3007 'html/shadow/TextControlInnerElements.h',
3008 'html/track/AudioTrack.cpp', 3008 'html/track/AudioTrack.cpp',
3009 'html/track/AudioTrack.h', 3009 'html/track/AudioTrack.h',
3010 'html/track/AudioTrackList.cpp', 3010 'html/track/AudioTrackList.cpp',
3011 'html/track/AudioTrackList.h', 3011 'html/track/AudioTrackList.h',
3012 'html/track/AutomaticTrackSelection.cpp',
3013 'html/track/AutomaticTrackSelection.h',
3012 'html/track/InbandTextTrack.cpp', 3014 'html/track/InbandTextTrack.cpp',
3013 'html/track/InbandTextTrack.h', 3015 'html/track/InbandTextTrack.h',
3014 'html/track/LoadableTextTrack.cpp', 3016 'html/track/LoadableTextTrack.cpp',
3015 'html/track/LoadableTextTrack.h', 3017 'html/track/LoadableTextTrack.h',
3016 'html/track/TextTrack.cpp', 3018 'html/track/TextTrack.cpp',
3017 'html/track/TextTrack.h', 3019 'html/track/TextTrack.h',
3018 'html/track/TextTrackCue.cpp', 3020 'html/track/TextTrackCue.cpp',
3019 'html/track/TextTrackCue.h', 3021 'html/track/TextTrackCue.h',
3020 'html/track/TextTrackCueList.cpp', 3022 'html/track/TextTrackCueList.cpp',
3021 'html/track/TextTrackCueList.h', 3023 'html/track/TextTrackCueList.h',
(...skipping 752 matching lines...) Expand 10 before | Expand all | Expand 10 after
3774 'rendering/style/SVGRenderStyleTest.cpp', 3776 'rendering/style/SVGRenderStyleTest.cpp',
3775 'streams/ExclusiveStreamReaderTest.cpp', 3777 'streams/ExclusiveStreamReaderTest.cpp',
3776 'streams/ReadableStreamTest.cpp', 3778 'streams/ReadableStreamTest.cpp',
3777 'testing/PrivateScriptTestTest.cpp', 3779 'testing/PrivateScriptTestTest.cpp',
3778 'testing/UnitTestHelpers.cpp', 3780 'testing/UnitTestHelpers.cpp',
3779 'testing/UnitTestHelpers.h', 3781 'testing/UnitTestHelpers.h',
3780 'xml/parser/SharedBufferReaderTest.cpp', 3782 'xml/parser/SharedBufferReaderTest.cpp',
3781 ], 3783 ],
3782 } 3784 }
3783 } 3785 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698