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

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

Issue 139273007: Web Animations: Remove legacy animations engine. (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 'css/CSS.idl', 8 'css/CSS.idl',
9 'css/CSSCharsetRule.idl', 9 'css/CSSCharsetRule.idl',
10 'css/CSSFontFaceLoadEvent.idl', 10 'css/CSSFontFaceLoadEvent.idl',
(...skipping 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after
1071 'frame/NavigatorOnLine.h', 1071 'frame/NavigatorOnLine.h',
1072 'frame/PageConsole.cpp', 1072 'frame/PageConsole.cpp',
1073 'frame/Screen.cpp', 1073 'frame/Screen.cpp',
1074 'frame/Screen.h', 1074 'frame/Screen.h',
1075 'frame/Settings.cpp', 1075 'frame/Settings.cpp',
1076 'frame/SettingsDelegate.cpp', 1076 'frame/SettingsDelegate.cpp',
1077 'frame/SettingsDelegate.h', 1077 'frame/SettingsDelegate.h',
1078 'frame/SuspendableTimer.cpp', 1078 'frame/SuspendableTimer.cpp',
1079 'frame/SuspendableTimer.h', 1079 'frame/SuspendableTimer.h',
1080 'frame/UseCounter.cpp', 1080 'frame/UseCounter.cpp',
1081 'frame/animation/AnimationBase.cpp',
1082 'frame/animation/AnimationBase.h',
1083 'frame/animation/AnimationController.cpp',
1084 'frame/animation/AnimationControllerPrivate.h',
1085 'frame/animation/CSSPropertyAnimation.cpp',
1086 'frame/animation/CSSPropertyAnimation.h',
1087 'frame/animation/CompositeAnimation.cpp',
1088 'frame/animation/CompositeAnimation.h',
1089 'frame/animation/ImplicitAnimation.cpp',
1090 'frame/animation/ImplicitAnimation.h',
1091 'frame/animation/KeyframeAnimation.cpp',
1092 'frame/animation/KeyframeAnimation.h',
1093 'inspector/AsyncCallStackTracker.cpp', 1081 'inspector/AsyncCallStackTracker.cpp',
1094 'inspector/AsyncCallStackTracker.h', 1082 'inspector/AsyncCallStackTracker.h',
1095 'inspector/BindingVisitors.h', 1083 'inspector/BindingVisitors.h',
1096 'inspector/ConsoleAPITypes.h', 1084 'inspector/ConsoleAPITypes.h',
1097 'inspector/ConsoleMessage.cpp', 1085 'inspector/ConsoleMessage.cpp',
1098 'inspector/ConsoleMessage.h', 1086 'inspector/ConsoleMessage.h',
1099 'inspector/ContentSearchUtils.cpp', 1087 'inspector/ContentSearchUtils.cpp',
1100 'inspector/ContentSearchUtils.h', 1088 'inspector/ContentSearchUtils.h',
1101 'inspector/DOMEditor.cpp', 1089 'inspector/DOMEditor.cpp',
1102 'inspector/DOMEditor.h', 1090 'inspector/DOMEditor.h',
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
1572 'rendering/RenderWordBreak.h', 1560 'rendering/RenderWordBreak.h',
1573 'rendering/RootInlineBox.cpp', 1561 'rendering/RootInlineBox.cpp',
1574 'rendering/ScrollAlignment.cpp', 1562 'rendering/ScrollAlignment.cpp',
1575 'rendering/SubtreeLayoutScope.cpp', 1563 'rendering/SubtreeLayoutScope.cpp',
1576 'rendering/SubtreeLayoutScope.h', 1564 'rendering/SubtreeLayoutScope.h',
1577 'rendering/TableLayout.h', 1565 'rendering/TableLayout.h',
1578 'rendering/TextAutosizer.cpp', 1566 'rendering/TextAutosizer.cpp',
1579 'rendering/TextAutosizer.h', 1567 'rendering/TextAutosizer.h',
1580 'rendering/TrailingFloatsRootInlineBox.h', 1568 'rendering/TrailingFloatsRootInlineBox.h',
1581 'rendering/VerticalPositionCache.h', 1569 'rendering/VerticalPositionCache.h',
1582 'rendering/animation/WebAnimationProvider.cpp',
1583 'rendering/animation/WebAnimationProvider.h',
1584 'rendering/break_lines.cpp', 1570 'rendering/break_lines.cpp',
1585 'rendering/break_lines.h', 1571 'rendering/break_lines.h',
1586 'rendering/line/BreakingContext.cpp', 1572 'rendering/line/BreakingContext.cpp',
1587 'rendering/line/LineBreaker.cpp', 1573 'rendering/line/LineBreaker.cpp',
1588 'rendering/line/LineBreaker.h', 1574 'rendering/line/LineBreaker.h',
1589 'rendering/line/LineWidth.cpp', 1575 'rendering/line/LineWidth.cpp',
1590 'rendering/line/LineWidth.h', 1576 'rendering/line/LineWidth.h',
1591 'rendering/line/TrailingObjects.h', 1577 'rendering/line/TrailingObjects.h',
1592 'rendering/line/TrailingObjects.cpp', 1578 'rendering/line/TrailingObjects.cpp',
1593 'rendering/shapes/BoxShape.cpp', 1579 'rendering/shapes/BoxShape.cpp',
(...skipping 1671 matching lines...) Expand 10 before | Expand all | Expand 10 after
3265 'html/parser/HTMLParserThreadTest.cpp', 3251 'html/parser/HTMLParserThreadTest.cpp',
3266 'html/track/vtt/BufferedLineReaderTest.cpp', 3252 'html/track/vtt/BufferedLineReaderTest.cpp',
3267 'html/track/vtt/VTTScannerTest.cpp', 3253 'html/track/vtt/VTTScannerTest.cpp',
3268 'rendering/RenderOverflowTest.cpp', 3254 'rendering/RenderOverflowTest.cpp',
3269 'rendering/shapes/BoxShapeTest.cpp', 3255 'rendering/shapes/BoxShapeTest.cpp',
3270 'testing/UnitTestHelpers.cpp', 3256 'testing/UnitTestHelpers.cpp',
3271 'testing/UnitTestHelpers.h', 3257 'testing/UnitTestHelpers.h',
3272 ], 3258 ],
3273 } 3259 }
3274 } 3260 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698