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

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

Issue 1319433003: Don't change the media controls visibility in MediaControls::reset() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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/shadow/MediaControls.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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 3802 matching lines...) Expand 10 before | Expand all | Expand 10 after
3813 'html/HTMLTableRowElementTest.cpp', 3813 'html/HTMLTableRowElementTest.cpp',
3814 'html/HTMLTextFormControlElementTest.cpp', 3814 'html/HTMLTextFormControlElementTest.cpp',
3815 'html/LinkRelAttributeTest.cpp', 3815 'html/LinkRelAttributeTest.cpp',
3816 'html/TimeRangesTest.cpp', 3816 'html/TimeRangesTest.cpp',
3817 'html/canvas/CanvasFontCacheTest.cpp', 3817 'html/canvas/CanvasFontCacheTest.cpp',
3818 'html/forms/FileInputTypeTest.cpp', 3818 'html/forms/FileInputTypeTest.cpp',
3819 'html/parser/HTMLParserThreadTest.cpp', 3819 'html/parser/HTMLParserThreadTest.cpp',
3820 'html/parser/HTMLPreloadScannerTest.cpp', 3820 'html/parser/HTMLPreloadScannerTest.cpp',
3821 'html/parser/HTMLResourcePreloaderTest.cpp', 3821 'html/parser/HTMLResourcePreloaderTest.cpp',
3822 'html/parser/HTMLSrcsetParserTest.cpp', 3822 'html/parser/HTMLSrcsetParserTest.cpp',
3823 'html/shadow/MediaControlsTest.cpp',
3823 'html/track/vtt/BufferedLineReaderTest.cpp', 3824 'html/track/vtt/BufferedLineReaderTest.cpp',
3824 'html/track/vtt/VTTScannerTest.cpp', 3825 'html/track/vtt/VTTScannerTest.cpp',
3825 'input/EventHandlerTest.cpp', 3826 'input/EventHandlerTest.cpp',
3826 'layout/ImageQualityControllerTest.cpp', 3827 'layout/ImageQualityControllerTest.cpp',
3827 'layout/LayoutBlockTest.cpp', 3828 'layout/LayoutBlockTest.cpp',
3828 'layout/LayoutInlineTest.cpp', 3829 'layout/LayoutInlineTest.cpp',
3829 'layout/LayoutMultiColumnFlowThreadTest.cpp', 3830 'layout/LayoutMultiColumnFlowThreadTest.cpp',
3830 'layout/LayoutObjectTest.cpp', 3831 'layout/LayoutObjectTest.cpp',
3831 'layout/LayoutPartTest.cpp', 3832 'layout/LayoutPartTest.cpp',
3832 'layout/LayoutTableCellTest.cpp', 3833 'layout/LayoutTableCellTest.cpp',
(...skipping 24 matching lines...) Expand all
3857 'style/OutlineValueTest.cpp', 3858 'style/OutlineValueTest.cpp',
3858 'style/SVGComputedStyleTest.cpp', 3859 'style/SVGComputedStyleTest.cpp',
3859 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3860 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3860 'testing/PrivateScriptTestTest.cpp', 3861 'testing/PrivateScriptTestTest.cpp',
3861 'timing/MemoryInfoTest.cpp', 3862 'timing/MemoryInfoTest.cpp',
3862 'workers/WorkerThreadTest.cpp', 3863 'workers/WorkerThreadTest.cpp',
3863 'xml/parser/SharedBufferReaderTest.cpp', 3864 'xml/parser/SharedBufferReaderTest.cpp',
3864 ], 3865 ],
3865 } 3866 }
3866 } 3867 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/shadow/MediaControls.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698