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

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: Fix TestExpectations. 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 'clipboard/Clipboard.idl', 8 'clipboard/Clipboard.idl',
9 'clipboard/DataTransferItem.idl', 9 'clipboard/DataTransferItem.idl',
10 'clipboard/DataTransferItemList.idl', 10 'clipboard/DataTransferItemList.idl',
(...skipping 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 'frame/NavigatorOnLine.h', 1088 'frame/NavigatorOnLine.h',
1089 'frame/PageConsole.cpp', 1089 'frame/PageConsole.cpp',
1090 'frame/Screen.cpp', 1090 'frame/Screen.cpp',
1091 'frame/Screen.h', 1091 'frame/Screen.h',
1092 'frame/Settings.cpp', 1092 'frame/Settings.cpp',
1093 'frame/SettingsDelegate.cpp', 1093 'frame/SettingsDelegate.cpp',
1094 'frame/SettingsDelegate.h', 1094 'frame/SettingsDelegate.h',
1095 'frame/SuspendableTimer.cpp', 1095 'frame/SuspendableTimer.cpp',
1096 'frame/SuspendableTimer.h', 1096 'frame/SuspendableTimer.h',
1097 'frame/UseCounter.cpp', 1097 'frame/UseCounter.cpp',
1098 'frame/animation/AnimationBase.cpp',
1099 'frame/animation/AnimationBase.h',
1100 'frame/animation/AnimationController.cpp',
1101 'frame/animation/AnimationControllerPrivate.h',
1102 'frame/animation/CSSPropertyAnimation.cpp', 1098 'frame/animation/CSSPropertyAnimation.cpp',
1103 'frame/animation/CSSPropertyAnimation.h', 1099 'frame/animation/CSSPropertyAnimation.h',
1104 'frame/animation/CompositeAnimation.cpp',
1105 'frame/animation/CompositeAnimation.h',
1106 'frame/animation/ImplicitAnimation.cpp',
1107 'frame/animation/ImplicitAnimation.h',
1108 'frame/animation/KeyframeAnimation.cpp',
1109 'frame/animation/KeyframeAnimation.h',
1110 'inspector/AsyncCallStackTracker.cpp', 1100 'inspector/AsyncCallStackTracker.cpp',
1111 'inspector/AsyncCallStackTracker.h', 1101 'inspector/AsyncCallStackTracker.h',
1112 'inspector/BindingVisitors.h', 1102 'inspector/BindingVisitors.h',
1113 'inspector/ConsoleAPITypes.h', 1103 'inspector/ConsoleAPITypes.h',
1114 'inspector/ConsoleMessage.cpp', 1104 'inspector/ConsoleMessage.cpp',
1115 'inspector/ConsoleMessage.h', 1105 'inspector/ConsoleMessage.h',
1116 'inspector/ContentSearchUtils.cpp', 1106 'inspector/ContentSearchUtils.cpp',
1117 'inspector/ContentSearchUtils.h', 1107 'inspector/ContentSearchUtils.h',
1118 'inspector/DOMEditor.cpp', 1108 'inspector/DOMEditor.cpp',
1119 'inspector/DOMEditor.h', 1109 'inspector/DOMEditor.h',
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
1587 'rendering/RenderWordBreak.h', 1577 'rendering/RenderWordBreak.h',
1588 'rendering/RootInlineBox.cpp', 1578 'rendering/RootInlineBox.cpp',
1589 'rendering/ScrollAlignment.cpp', 1579 'rendering/ScrollAlignment.cpp',
1590 'rendering/SubtreeLayoutScope.cpp', 1580 'rendering/SubtreeLayoutScope.cpp',
1591 'rendering/SubtreeLayoutScope.h', 1581 'rendering/SubtreeLayoutScope.h',
1592 'rendering/TableLayout.h', 1582 'rendering/TableLayout.h',
1593 'rendering/TextAutosizer.cpp', 1583 'rendering/TextAutosizer.cpp',
1594 'rendering/TextAutosizer.h', 1584 'rendering/TextAutosizer.h',
1595 'rendering/TrailingFloatsRootInlineBox.h', 1585 'rendering/TrailingFloatsRootInlineBox.h',
1596 'rendering/VerticalPositionCache.h', 1586 'rendering/VerticalPositionCache.h',
1597 'rendering/animation/WebAnimationProvider.cpp',
1598 'rendering/animation/WebAnimationProvider.h',
1599 'rendering/break_lines.cpp', 1587 'rendering/break_lines.cpp',
1600 'rendering/break_lines.h', 1588 'rendering/break_lines.h',
1601 'rendering/line/BreakingContext.cpp', 1589 'rendering/line/BreakingContext.cpp',
1602 'rendering/line/LineBreaker.cpp', 1590 'rendering/line/LineBreaker.cpp',
1603 'rendering/line/LineBreaker.h', 1591 'rendering/line/LineBreaker.h',
1604 'rendering/line/LineWidth.cpp', 1592 'rendering/line/LineWidth.cpp',
1605 'rendering/line/LineWidth.h', 1593 'rendering/line/LineWidth.h',
1606 'rendering/line/TrailingObjects.h', 1594 'rendering/line/TrailingObjects.h',
1607 'rendering/line/TrailingObjects.cpp', 1595 'rendering/line/TrailingObjects.cpp',
1608 'rendering/shapes/BoxShape.cpp', 1596 'rendering/shapes/BoxShape.cpp',
(...skipping 1673 matching lines...) Expand 10 before | Expand all | Expand 10 after
3282 'html/parser/HTMLParserThreadTest.cpp', 3270 'html/parser/HTMLParserThreadTest.cpp',
3283 'html/track/vtt/BufferedLineReaderTest.cpp', 3271 'html/track/vtt/BufferedLineReaderTest.cpp',
3284 'html/track/vtt/VTTScannerTest.cpp', 3272 'html/track/vtt/VTTScannerTest.cpp',
3285 'rendering/RenderOverflowTest.cpp', 3273 'rendering/RenderOverflowTest.cpp',
3286 'rendering/shapes/BoxShapeTest.cpp', 3274 'rendering/shapes/BoxShapeTest.cpp',
3287 'testing/UnitTestHelpers.cpp', 3275 'testing/UnitTestHelpers.cpp',
3288 'testing/UnitTestHelpers.h', 3276 'testing/UnitTestHelpers.h',
3289 ], 3277 ],
3290 } 3278 }
3291 } 3279 }
OLDNEW
« no previous file with comments | « Source/core/animation/css/CSSAnimations.cpp ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698