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

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

Issue 152853003: Web Animations API: Bindings for TimedItem.specified with readonly attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove references to webAnimationsCSSEnabled 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
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 'clipboard/Clipboard.idl', 10 'clipboard/Clipboard.idl',
10 'clipboard/DataTransferItem.idl', 11 'clipboard/DataTransferItem.idl',
11 'clipboard/DataTransferItemList.idl', 12 'clipboard/DataTransferItemList.idl',
12 'css/CSS.idl', 13 'css/CSS.idl',
13 'css/CSSCharsetRule.idl', 14 'css/CSSCharsetRule.idl',
14 'css/CSSFontFaceLoadEvent.idl', 15 'css/CSSFontFaceLoadEvent.idl',
15 'css/CSSFontFaceRule.idl', 16 'css/CSSFontFaceRule.idl',
16 'css/CSSImportRule.idl', 17 'css/CSSImportRule.idl',
17 'css/CSSKeyframeRule.idl', 18 'css/CSSKeyframeRule.idl',
18 'css/CSSKeyframesRule.idl', 19 'css/CSSKeyframesRule.idl',
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 'animation/ElementAnimation.h', 596 'animation/ElementAnimation.h',
596 'animation/InertAnimation.cpp', 597 'animation/InertAnimation.cpp',
597 'animation/InertAnimation.h', 598 'animation/InertAnimation.h',
598 'animation/KeyframeEffectModel.cpp', 599 'animation/KeyframeEffectModel.cpp',
599 'animation/KeyframeEffectModel.h', 600 'animation/KeyframeEffectModel.h',
600 'animation/Player.cpp', 601 'animation/Player.cpp',
601 'animation/Player.h', 602 'animation/Player.h',
602 'animation/TimedItem.cpp', 603 'animation/TimedItem.cpp',
603 'animation/TimedItem.h', 604 'animation/TimedItem.h',
604 'animation/TimedItemCalculations.h', 605 'animation/TimedItemCalculations.h',
606 'animation/TimedItemTiming.cpp',
607 'animation/TimedItemTiming.h',
605 'animation/Timing.h', 608 'animation/Timing.h',
606 'animation/css/CSSAnimatableValueFactory.cpp', 609 'animation/css/CSSAnimatableValueFactory.cpp',
607 'animation/css/CSSAnimatableValueFactory.h', 610 'animation/css/CSSAnimatableValueFactory.h',
608 'animation/css/CSSAnimations.cpp', 611 'animation/css/CSSAnimations.cpp',
609 'animation/css/CSSAnimations.h', 612 'animation/css/CSSAnimations.h',
610 'animation/css/CSSAnimationData.cpp', 613 'animation/css/CSSAnimationData.cpp',
611 'animation/css/CSSAnimationData.h', 614 'animation/css/CSSAnimationData.h',
612 'animation/css/CSSAnimationDataList.cpp', 615 'animation/css/CSSAnimationDataList.cpp',
613 'animation/css/CSSAnimationDataList.h', 616 'animation/css/CSSAnimationDataList.h',
614 'animation/css/CSSPendingAnimations.cpp', 617 'animation/css/CSSPendingAnimations.cpp',
(...skipping 2642 matching lines...) Expand 10 before | Expand all | Expand 10 after
3257 'html/parser/HTMLParserThreadTest.cpp', 3260 'html/parser/HTMLParserThreadTest.cpp',
3258 'html/track/vtt/BufferedLineReaderTest.cpp', 3261 'html/track/vtt/BufferedLineReaderTest.cpp',
3259 'html/track/vtt/VTTScannerTest.cpp', 3262 'html/track/vtt/VTTScannerTest.cpp',
3260 'rendering/RenderOverflowTest.cpp', 3263 'rendering/RenderOverflowTest.cpp',
3261 'rendering/shapes/BoxShapeTest.cpp', 3264 'rendering/shapes/BoxShapeTest.cpp',
3262 'testing/UnitTestHelpers.cpp', 3265 'testing/UnitTestHelpers.cpp',
3263 'testing/UnitTestHelpers.h', 3266 'testing/UnitTestHelpers.h',
3264 ], 3267 ],
3265 } 3268 }
3266 } 3269 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698