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

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

Issue 988763002: Start separating the text track container from the media controls (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 5 years, 9 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/dom/Node.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 693 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 'layout/LayoutTableRow.cpp', 704 'layout/LayoutTableRow.cpp',
705 'layout/LayoutTableRow.h', 705 'layout/LayoutTableRow.h',
706 'layout/LayoutTableSection.cpp', 706 'layout/LayoutTableSection.cpp',
707 'layout/LayoutTableSection.h', 707 'layout/LayoutTableSection.h',
708 'layout/LayoutTextControl.cpp', 708 'layout/LayoutTextControl.cpp',
709 'layout/LayoutTextControl.h', 709 'layout/LayoutTextControl.h',
710 'layout/LayoutTextControlMultiLine.cpp', 710 'layout/LayoutTextControlMultiLine.cpp',
711 'layout/LayoutTextControlMultiLine.h', 711 'layout/LayoutTextControlMultiLine.h',
712 'layout/LayoutTextControlSingleLine.cpp', 712 'layout/LayoutTextControlSingleLine.cpp',
713 'layout/LayoutTextControlSingleLine.h', 713 'layout/LayoutTextControlSingleLine.h',
714 'layout/LayoutTextTrackContainerElement.cpp', 714 'layout/LayoutTextTrackContainer.cpp',
715 'layout/LayoutTextTrackContainerElement.h', 715 'layout/LayoutTextTrackContainer.h',
716 'layout/LayoutTheme.cpp', 716 'layout/LayoutTheme.cpp',
717 'layout/LayoutTheme.h', 717 'layout/LayoutTheme.h',
718 'layout/LayoutThemeAndroid.cpp', 718 'layout/LayoutThemeAndroid.cpp',
719 'layout/LayoutThemeAndroid.h', 719 'layout/LayoutThemeAndroid.h',
720 'layout/LayoutThemeDefault.cpp', 720 'layout/LayoutThemeDefault.cpp',
721 'layout/LayoutThemeDefault.h', 721 'layout/LayoutThemeDefault.h',
722 'layout/LayoutThemeFontProvider.cpp', 722 'layout/LayoutThemeFontProvider.cpp',
723 'layout/LayoutThemeFontProvider.h', 723 'layout/LayoutThemeFontProvider.h',
724 'layout/LayoutThemeFontProviderLinux.cpp', 724 'layout/LayoutThemeFontProviderLinux.cpp',
725 'layout/LayoutThemeFontProviderWin.cpp', 725 'layout/LayoutThemeFontProviderWin.cpp',
(...skipping 2336 matching lines...) Expand 10 before | Expand all | Expand 10 after
3062 'html/track/AutomaticTrackSelection.cpp', 3062 'html/track/AutomaticTrackSelection.cpp',
3063 'html/track/AutomaticTrackSelection.h', 3063 'html/track/AutomaticTrackSelection.h',
3064 'html/track/CueTimeline.cpp', 3064 'html/track/CueTimeline.cpp',
3065 'html/track/CueTimeline.h', 3065 'html/track/CueTimeline.h',
3066 'html/track/InbandTextTrack.cpp', 3066 'html/track/InbandTextTrack.cpp',
3067 'html/track/InbandTextTrack.h', 3067 'html/track/InbandTextTrack.h',
3068 'html/track/LoadableTextTrack.cpp', 3068 'html/track/LoadableTextTrack.cpp',
3069 'html/track/LoadableTextTrack.h', 3069 'html/track/LoadableTextTrack.h',
3070 'html/track/TextTrack.cpp', 3070 'html/track/TextTrack.cpp',
3071 'html/track/TextTrack.h', 3071 'html/track/TextTrack.h',
3072 'html/track/TextTrackContainer.cpp',
3073 'html/track/TextTrackContainer.h',
3072 'html/track/TextTrackCue.cpp', 3074 'html/track/TextTrackCue.cpp',
3073 'html/track/TextTrackCue.h', 3075 'html/track/TextTrackCue.h',
3074 'html/track/TextTrackCueList.cpp', 3076 'html/track/TextTrackCueList.cpp',
3075 'html/track/TextTrackCueList.h', 3077 'html/track/TextTrackCueList.h',
3076 'html/track/TextTrackList.cpp', 3078 'html/track/TextTrackList.cpp',
3077 'html/track/TrackBase.cpp', 3079 'html/track/TrackBase.cpp',
3078 'html/track/TrackBase.h', 3080 'html/track/TrackBase.h',
3079 'html/track/TrackEvent.cpp', 3081 'html/track/TrackEvent.cpp',
3080 'html/track/TrackListBase.h', 3082 'html/track/TrackListBase.h',
3081 'html/track/VideoTrack.cpp', 3083 'html/track/VideoTrack.cpp',
(...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
3832 'paint/ViewDisplayListTest.cpp', 3834 'paint/ViewDisplayListTest.cpp',
3833 'streams/ExclusiveStreamReaderTest.cpp', 3835 'streams/ExclusiveStreamReaderTest.cpp',
3834 'streams/ReadableStreamTest.cpp', 3836 'streams/ReadableStreamTest.cpp',
3835 'testing/PrivateScriptTestTest.cpp', 3837 'testing/PrivateScriptTestTest.cpp',
3836 'testing/UnitTestHelpers.cpp', 3838 'testing/UnitTestHelpers.cpp',
3837 'testing/UnitTestHelpers.h', 3839 'testing/UnitTestHelpers.h',
3838 'xml/parser/SharedBufferReaderTest.cpp', 3840 'xml/parser/SharedBufferReaderTest.cpp',
3839 ], 3841 ],
3840 } 3842 }
3841 } 3843 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698