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

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

Issue 254423004: Web Animations API: Element.animate should accept a null effect (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 | « Source/core/animation/ElementAnimation.idl ('k') | no next file » | 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 '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/AnimationEffect.idl',
6 'animation/AnimationPlayer.idl', 7 'animation/AnimationPlayer.idl',
7 'animation/TimedItem.idl', 8 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 9 'animation/Timeline.idl',
9 'animation/Timing.idl', 10 'animation/Timing.idl',
10 'clipboard/DataTransfer.idl', 11 'clipboard/DataTransfer.idl',
11 'clipboard/DataTransferItem.idl', 12 'clipboard/DataTransferItem.idl',
12 'clipboard/DataTransferItemList.idl', 13 'clipboard/DataTransferItemList.idl',
13 'css/CSS.idl', 14 'css/CSS.idl',
14 'css/CSSCharsetRule.idl', 15 'css/CSSCharsetRule.idl',
15 'css/CSSFontFaceLoadEvent.idl', 16 'css/CSSFontFaceLoadEvent.idl',
(...skipping 3378 matching lines...) Expand 10 before | Expand all | Expand 10 after
3394 'html/track/vtt/VTTScannerTest.cpp', 3395 'html/track/vtt/VTTScannerTest.cpp',
3395 'loader/MixedContentCheckerTest.cpp', 3396 'loader/MixedContentCheckerTest.cpp',
3396 'rendering/RenderOverflowTest.cpp', 3397 'rendering/RenderOverflowTest.cpp',
3397 'rendering/shapes/BoxShapeTest.cpp', 3398 'rendering/shapes/BoxShapeTest.cpp',
3398 'testing/UnitTestHelpers.cpp', 3399 'testing/UnitTestHelpers.cpp',
3399 'testing/UnitTestHelpers.h', 3400 'testing/UnitTestHelpers.h',
3400 'xml/parser/SharedBufferReaderTest.cpp', 3401 'xml/parser/SharedBufferReaderTest.cpp',
3401 ], 3402 ],
3402 } 3403 }
3403 } 3404 }
OLDNEW
« no previous file with comments | « Source/core/animation/ElementAnimation.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698