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

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

Issue 394773003: Implement HTMLMarqueeElement's animation in private scripts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1643 matching lines...) Expand 10 before | Expand all | Expand 10 after
1654 'rendering/RenderLayerReflectionInfo.cpp', 1654 'rendering/RenderLayerReflectionInfo.cpp',
1655 'rendering/RenderLayerScrollableArea.cpp', 1655 'rendering/RenderLayerScrollableArea.cpp',
1656 'rendering/RenderLayerStackingNode.cpp', 1656 'rendering/RenderLayerStackingNode.cpp',
1657 'rendering/RenderLayerStackingNodeIterator.cpp', 1657 'rendering/RenderLayerStackingNodeIterator.cpp',
1658 'rendering/RenderLineBoxList.cpp', 1658 'rendering/RenderLineBoxList.cpp',
1659 'rendering/RenderListBox.cpp', 1659 'rendering/RenderListBox.cpp',
1660 'rendering/RenderListBox.h', 1660 'rendering/RenderListBox.h',
1661 'rendering/RenderListItem.cpp', 1661 'rendering/RenderListItem.cpp',
1662 'rendering/RenderListMarker.cpp', 1662 'rendering/RenderListMarker.cpp',
1663 'rendering/RenderListMarker.h', 1663 'rendering/RenderListMarker.h',
1664 'rendering/RenderMarquee.cpp',
1665 'rendering/RenderMarquee.h',
1666 'rendering/RenderMedia.cpp', 1664 'rendering/RenderMedia.cpp',
1667 'rendering/RenderMedia.h', 1665 'rendering/RenderMedia.h',
1668 'rendering/RenderMediaControlElements.cpp', 1666 'rendering/RenderMediaControlElements.cpp',
1669 'rendering/RenderMediaControlElements.h', 1667 'rendering/RenderMediaControlElements.h',
1670 'rendering/RenderMediaControls.cpp', 1668 'rendering/RenderMediaControls.cpp',
1671 'rendering/RenderMediaControls.h', 1669 'rendering/RenderMediaControls.h',
1672 'rendering/RenderMenuList.cpp', 1670 'rendering/RenderMenuList.cpp',
1673 'rendering/RenderMenuList.h', 1671 'rendering/RenderMenuList.h',
1674 'rendering/RenderMeter.cpp', 1672 'rendering/RenderMeter.cpp',
1675 'rendering/RenderMeter.h', 1673 'rendering/RenderMeter.h',
(...skipping 1913 matching lines...) Expand 10 before | Expand all | Expand 10 after
3589 'rendering/shapes/BoxShapeTest.cpp', 3587 'rendering/shapes/BoxShapeTest.cpp',
3590 'rendering/style/OutlineValueTest.cpp', 3588 'rendering/style/OutlineValueTest.cpp',
3591 'testing/PrivateScriptTestTest.cpp', 3589 'testing/PrivateScriptTestTest.cpp',
3592 'streams/ReadableStreamTest.cpp', 3590 'streams/ReadableStreamTest.cpp',
3593 'testing/UnitTestHelpers.cpp', 3591 'testing/UnitTestHelpers.cpp',
3594 'testing/UnitTestHelpers.h', 3592 'testing/UnitTestHelpers.h',
3595 'xml/parser/SharedBufferReaderTest.cpp', 3593 'xml/parser/SharedBufferReaderTest.cpp',
3596 ], 3594 ],
3597 } 3595 }
3598 } 3596 }
OLDNEW
« no previous file with comments | « LayoutTests/platform/linux/fast/inline-block/003-expected.txt ('k') | Source/core/html/HTMLMarqueeElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698