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

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: Fix TimingFunctionTestHelperTest 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 'animation/Timing.idl',
10 'clipboard/Clipboard.idl', 10 'clipboard/Clipboard.idl',
(...skipping 3233 matching lines...) Expand 10 before | Expand all | Expand 10 after
3244 'css/CSSTestHelper.cpp', 3244 'css/CSSTestHelper.cpp',
3245 'css/CSSTestHelper.h', 3245 'css/CSSTestHelper.h',
3246 'css/CSSValueTestHelper.h', 3246 'css/CSSValueTestHelper.h',
3247 'css/CSSParserValuesTest.cpp', 3247 'css/CSSParserValuesTest.cpp',
3248 'css/CSSSelectorTest.cpp', 3248 'css/CSSSelectorTest.cpp',
3249 'css/CSSValueTestHelper.h', 3249 'css/CSSValueTestHelper.h',
3250 'css/DragUpdateTest.cpp', 3250 'css/DragUpdateTest.cpp',
3251 'css/HoverUpdateTest.cpp', 3251 'css/HoverUpdateTest.cpp',
3252 'css/RuleSetTest.cpp', 3252 'css/RuleSetTest.cpp',
3253 'dom/DOMImplementationTest.cpp', 3253 'dom/DOMImplementationTest.cpp',
3254 'css/parser/BisonCSSParserTest.cpp',
3254 'dom/DocumentMarkerControllerTest.cpp', 3255 'dom/DocumentMarkerControllerTest.cpp',
3255 'dom/DocumentTest.cpp', 3256 'dom/DocumentTest.cpp',
3256 'dom/MainThreadTaskRunnerTest.cpp', 3257 'dom/MainThreadTaskRunnerTest.cpp',
3257 'editing/TextIteratorTest.cpp', 3258 'editing/TextIteratorTest.cpp',
3258 'fetch/CachingCorrectnessTest.cpp', 3259 'fetch/CachingCorrectnessTest.cpp',
3259 'fetch/ImageResourceTest.cpp', 3260 'fetch/ImageResourceTest.cpp',
3260 'fetch/MemoryCacheTest.cpp', 3261 'fetch/MemoryCacheTest.cpp',
3261 'fetch/RawResourceTest.cpp', 3262 'fetch/RawResourceTest.cpp',
3262 'fetch/ResourceFetcherTest.cpp', 3263 'fetch/ResourceFetcherTest.cpp',
3263 'frame/ImageBitmapTest.cpp', 3264 'frame/ImageBitmapTest.cpp',
3264 'html/HTMLDimensionTest.cpp', 3265 'html/HTMLDimensionTest.cpp',
3265 'html/LinkRelAttributeTest.cpp', 3266 'html/LinkRelAttributeTest.cpp',
3266 'html/TimeRangesTest.cpp', 3267 'html/TimeRangesTest.cpp',
3267 'html/parser/HTMLParserThreadTest.cpp', 3268 'html/parser/HTMLParserThreadTest.cpp',
3268 'html/track/vtt/BufferedLineReaderTest.cpp', 3269 'html/track/vtt/BufferedLineReaderTest.cpp',
3269 'html/track/vtt/VTTScannerTest.cpp', 3270 'html/track/vtt/VTTScannerTest.cpp',
3270 'rendering/RenderOverflowTest.cpp', 3271 'rendering/RenderOverflowTest.cpp',
3271 'rendering/shapes/BoxShapeTest.cpp', 3272 'rendering/shapes/BoxShapeTest.cpp',
3272 'testing/UnitTestHelpers.cpp', 3273 'testing/UnitTestHelpers.cpp',
3273 'testing/UnitTestHelpers.h', 3274 'testing/UnitTestHelpers.h',
3274 ], 3275 ],
3275 } 3276 }
3276 } 3277 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698