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

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

Issue 167603002: Implement 'will-change' parsing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/Player.idl', 6 'animation/Player.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/Clipboard.idl', 10 'clipboard/Clipboard.idl',
(...skipping 1613 matching lines...) Expand 10 before | Expand all | Expand 10 after
1624 'rendering/style/StyleGridItemData.cpp', 1624 'rendering/style/StyleGridItemData.cpp',
1625 'rendering/style/StyleInheritedData.cpp', 1625 'rendering/style/StyleInheritedData.cpp',
1626 'rendering/style/StyleMarqueeData.cpp', 1626 'rendering/style/StyleMarqueeData.cpp',
1627 'rendering/style/StyleMultiColData.cpp', 1627 'rendering/style/StyleMultiColData.cpp',
1628 'rendering/style/StylePendingImage.h', 1628 'rendering/style/StylePendingImage.h',
1629 'rendering/style/StyleRareInheritedData.cpp', 1629 'rendering/style/StyleRareInheritedData.cpp',
1630 'rendering/style/StyleRareNonInheritedData.cpp', 1630 'rendering/style/StyleRareNonInheritedData.cpp',
1631 'rendering/style/StyleSurroundData.cpp', 1631 'rendering/style/StyleSurroundData.cpp',
1632 'rendering/style/StyleTransformData.cpp', 1632 'rendering/style/StyleTransformData.cpp',
1633 'rendering/style/StyleVisualData.cpp', 1633 'rendering/style/StyleVisualData.cpp',
1634 'rendering/style/StyleWillChangeData.cpp',
1634 'rendering/svg/SVGInlineFlowBox.cpp', 1635 'rendering/svg/SVGInlineFlowBox.cpp',
1635 'rendering/svg/SVGInlineFlowBox.h', 1636 'rendering/svg/SVGInlineFlowBox.h',
1636 'rendering/svg/SVGInlineTextBox.cpp', 1637 'rendering/svg/SVGInlineTextBox.cpp',
1637 'rendering/svg/SVGInlineTextBox.h', 1638 'rendering/svg/SVGInlineTextBox.h',
1638 'rendering/svg/SVGMarkerData.h', 1639 'rendering/svg/SVGMarkerData.h',
1639 'rendering/svg/SVGPathData.cpp', 1640 'rendering/svg/SVGPathData.cpp',
1640 'rendering/svg/SVGPathData.h', 1641 'rendering/svg/SVGPathData.h',
1641 'rendering/svg/SVGRenderSupport.cpp', 1642 'rendering/svg/SVGRenderSupport.cpp',
1642 'rendering/svg/SVGRenderSupport.h', 1643 'rendering/svg/SVGRenderSupport.h',
1643 'rendering/svg/SVGRenderTreeAsText.cpp', 1644 'rendering/svg/SVGRenderTreeAsText.cpp',
(...skipping 1612 matching lines...) Expand 10 before | Expand all | Expand 10 after
3256 'html/parser/HTMLParserThreadTest.cpp', 3257 'html/parser/HTMLParserThreadTest.cpp',
3257 'html/track/vtt/BufferedLineReaderTest.cpp', 3258 'html/track/vtt/BufferedLineReaderTest.cpp',
3258 'html/track/vtt/VTTScannerTest.cpp', 3259 'html/track/vtt/VTTScannerTest.cpp',
3259 'rendering/RenderOverflowTest.cpp', 3260 'rendering/RenderOverflowTest.cpp',
3260 'rendering/shapes/BoxShapeTest.cpp', 3261 'rendering/shapes/BoxShapeTest.cpp',
3261 'testing/UnitTestHelpers.cpp', 3262 'testing/UnitTestHelpers.cpp',
3262 'testing/UnitTestHelpers.h', 3263 'testing/UnitTestHelpers.h',
3263 ], 3264 ],
3264 } 3265 }
3265 } 3266 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698