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

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

Issue 149363002: Web Animations API: Implement step-middle and steps(x, middle) timing functions. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Merged patch into fresh branch (to avoid scary rebase) Created 6 years, 9 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 'animation/Timing.idl',
10 'clipboard/Clipboard.idl', 10 'clipboard/Clipboard.idl',
(...skipping 3253 matching lines...) Expand 10 before | Expand all | Expand 10 after
3264 'css/CSSValueTestHelper.h', 3264 'css/CSSValueTestHelper.h',
3265 'css/CSSParserValuesTest.cpp', 3265 'css/CSSParserValuesTest.cpp',
3266 'css/CSSSelectorTest.cpp', 3266 'css/CSSSelectorTest.cpp',
3267 'css/CSSValueTestHelper.h', 3267 'css/CSSValueTestHelper.h',
3268 'css/DragUpdateTest.cpp', 3268 'css/DragUpdateTest.cpp',
3269 'css/HoverUpdateTest.cpp', 3269 'css/HoverUpdateTest.cpp',
3270 'css/RuleSetTest.cpp', 3270 'css/RuleSetTest.cpp',
3271 'css/analyzer/DescendantInvalidationSetTest.cpp', 3271 'css/analyzer/DescendantInvalidationSetTest.cpp',
3272 'dom/ActiveDOMObjectTest.cpp', 3272 'dom/ActiveDOMObjectTest.cpp',
3273 'dom/DOMImplementationTest.cpp', 3273 'dom/DOMImplementationTest.cpp',
3274 'css/parser/BisonCSSParserTest.cpp',
3274 'dom/DocumentMarkerControllerTest.cpp', 3275 'dom/DocumentMarkerControllerTest.cpp',
3275 'dom/DocumentTest.cpp', 3276 'dom/DocumentTest.cpp',
3276 'dom/MainThreadTaskRunnerTest.cpp', 3277 'dom/MainThreadTaskRunnerTest.cpp',
3277 'editing/TextIteratorTest.cpp', 3278 'editing/TextIteratorTest.cpp',
3278 'fetch/CachingCorrectnessTest.cpp', 3279 'fetch/CachingCorrectnessTest.cpp',
3279 'fetch/ImageResourceTest.cpp', 3280 'fetch/ImageResourceTest.cpp',
3280 'fetch/MemoryCacheTest.cpp', 3281 'fetch/MemoryCacheTest.cpp',
3281 'fetch/RawResourceTest.cpp', 3282 'fetch/RawResourceTest.cpp',
3282 'fetch/ResourceFetcherTest.cpp', 3283 'fetch/ResourceFetcherTest.cpp',
3283 'frame/ImageBitmapTest.cpp', 3284 'frame/ImageBitmapTest.cpp',
3284 'html/HTMLDimensionTest.cpp', 3285 'html/HTMLDimensionTest.cpp',
3285 'html/LinkRelAttributeTest.cpp', 3286 'html/LinkRelAttributeTest.cpp',
3286 'html/TimeRangesTest.cpp', 3287 'html/TimeRangesTest.cpp',
3287 'html/parser/HTMLParserThreadTest.cpp', 3288 'html/parser/HTMLParserThreadTest.cpp',
3288 'html/track/vtt/BufferedLineReaderTest.cpp', 3289 'html/track/vtt/BufferedLineReaderTest.cpp',
3289 'html/track/vtt/VTTScannerTest.cpp', 3290 'html/track/vtt/VTTScannerTest.cpp',
3290 'rendering/RenderOverflowTest.cpp', 3291 'rendering/RenderOverflowTest.cpp',
3291 'rendering/shapes/BoxShapeTest.cpp', 3292 'rendering/shapes/BoxShapeTest.cpp',
3292 'testing/UnitTestHelpers.cpp', 3293 'testing/UnitTestHelpers.cpp',
3293 'testing/UnitTestHelpers.h', 3294 'testing/UnitTestHelpers.h',
3294 ], 3295 ],
3295 } 3296 }
3296 } 3297 }
OLDNEW
« no previous file with comments | « Source/core/animation/TimedItemCalculationsTest.cpp ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698