OLD | NEW |
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/AnimationPlayer.idl', | 6 'animation/AnimationPlayer.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/DataTransfer.idl', | 10 'clipboard/DataTransfer.idl', |
(...skipping 3314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3325 'animation/AnimationPlayerTest.cpp', | 3325 'animation/AnimationPlayerTest.cpp', |
3326 'animation/AnimationStackTest.cpp', | 3326 'animation/AnimationStackTest.cpp', |
3327 'animation/AnimationTest.cpp', | 3327 'animation/AnimationTest.cpp', |
3328 'animation/AnimationTestHelper.cpp', | 3328 'animation/AnimationTestHelper.cpp', |
3329 'animation/AnimationTestHelper.h', | 3329 'animation/AnimationTestHelper.h', |
3330 'animation/AnimationTranslationUtilTest.cpp', | 3330 'animation/AnimationTranslationUtilTest.cpp', |
3331 'animation/CompositorAnimationsTest.cpp', | 3331 'animation/CompositorAnimationsTest.cpp', |
3332 'animation/CompositorAnimationsTestHelper.h', | 3332 'animation/CompositorAnimationsTestHelper.h', |
3333 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', | 3333 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', |
3334 'animation/DocumentTimelineTest.cpp', | 3334 'animation/DocumentTimelineTest.cpp', |
| 3335 'animation/EffectInputTest.cpp', |
3335 'animation/InterpolationEffectTest.cpp', | 3336 'animation/InterpolationEffectTest.cpp', |
3336 'animation/InterpolationTest.cpp', | 3337 'animation/InterpolationTest.cpp', |
3337 'animation/InterpolableValueTest.cpp', | 3338 'animation/InterpolableValueTest.cpp', |
3338 'animation/KeyframeEffectModelTest.cpp', | 3339 'animation/KeyframeEffectModelTest.cpp', |
3339 'animation/TimedItemCalculationsTest.cpp', | 3340 'animation/TimedItemCalculationsTest.cpp', |
3340 'animation/TimedItemTest.cpp', | 3341 'animation/TimedItemTest.cpp', |
3341 'animation/TimingInputTest.cpp', | 3342 'animation/TimingInputTest.cpp', |
3342 'css/AffectedByFocusTest.cpp', | 3343 'css/AffectedByFocusTest.cpp', |
3343 'css/CSSCalculationValueTest.cpp', | 3344 'css/CSSCalculationValueTest.cpp', |
3344 'css/CSSFontFaceTest.cpp', | 3345 'css/CSSFontFaceTest.cpp', |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3380 'html/track/vtt/BufferedLineReaderTest.cpp', | 3381 'html/track/vtt/BufferedLineReaderTest.cpp', |
3381 'html/track/vtt/VTTScannerTest.cpp', | 3382 'html/track/vtt/VTTScannerTest.cpp', |
3382 'rendering/RenderOverflowTest.cpp', | 3383 'rendering/RenderOverflowTest.cpp', |
3383 'rendering/shapes/BoxShapeTest.cpp', | 3384 'rendering/shapes/BoxShapeTest.cpp', |
3384 'testing/UnitTestHelpers.cpp', | 3385 'testing/UnitTestHelpers.cpp', |
3385 'testing/UnitTestHelpers.h', | 3386 'testing/UnitTestHelpers.h', |
3386 'xml/parser/SharedBufferReaderTest.cpp', | 3387 'xml/parser/SharedBufferReaderTest.cpp', |
3387 ], | 3388 ], |
3388 } | 3389 } |
3389 } | 3390 } |
OLD | NEW |