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 3258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3269 'animation/AnimatableValueTestHelper.h', | 3269 'animation/AnimatableValueTestHelper.h', |
3270 'animation/AnimatableValueTestHelperTest.cpp', | 3270 'animation/AnimatableValueTestHelperTest.cpp', |
3271 'animation/AnimationClockTest.cpp', | 3271 'animation/AnimationClockTest.cpp', |
3272 'animation/AnimationHelpersTest.cpp', | 3272 'animation/AnimationHelpersTest.cpp', |
3273 'animation/AnimationTest.cpp', | 3273 'animation/AnimationTest.cpp', |
3274 'animation/AnimationTestHelper.cpp', | 3274 'animation/AnimationTestHelper.cpp', |
3275 'animation/AnimationTestHelper.h', | 3275 'animation/AnimationTestHelper.h', |
3276 'animation/AnimationTranslationUtilTest.cpp', | 3276 'animation/AnimationTranslationUtilTest.cpp', |
3277 'animation/CompositorAnimationsTest.cpp', | 3277 'animation/CompositorAnimationsTest.cpp', |
3278 'animation/CompositorAnimationsTestHelper.h', | 3278 'animation/CompositorAnimationsTestHelper.h', |
3279 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', | |
3280 'animation/DocumentTimelineTest.cpp', | 3279 'animation/DocumentTimelineTest.cpp', |
3281 'animation/InterpolableValueTest.cpp', | 3280 'animation/InterpolableValueTest.cpp', |
3282 'animation/InterpolationEffectTest.cpp', | 3281 'animation/InterpolationEffectTest.cpp', |
3283 'animation/KeyframeEffectModelTest.cpp', | 3282 'animation/KeyframeEffectModelTest.cpp', |
3284 'animation/AnimationPlayerTest.cpp', | 3283 'animation/AnimationPlayerTest.cpp', |
3285 'animation/TimedItemCalculationsTest.cpp', | 3284 'animation/TimedItemCalculationsTest.cpp', |
3286 'animation/TimedItemTest.cpp', | 3285 'animation/TimedItemTest.cpp', |
3287 'animation/TimingInputTest.cpp', | 3286 'animation/TimingInputTest.cpp', |
3288 'css/AffectedByFocusTest.cpp', | 3287 'css/AffectedByFocusTest.cpp', |
3289 'css/parser/MediaQueryTokenizerTest.cpp', | 3288 'css/parser/MediaQueryTokenizerTest.cpp', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3323 'html/track/vtt/BufferedLineReaderTest.cpp', | 3322 'html/track/vtt/BufferedLineReaderTest.cpp', |
3324 'html/track/vtt/VTTScannerTest.cpp', | 3323 'html/track/vtt/VTTScannerTest.cpp', |
3325 'rendering/RenderOverflowTest.cpp', | 3324 'rendering/RenderOverflowTest.cpp', |
3326 'rendering/shapes/BoxShapeTest.cpp', | 3325 'rendering/shapes/BoxShapeTest.cpp', |
3327 'testing/UnitTestHelpers.cpp', | 3326 'testing/UnitTestHelpers.cpp', |
3328 'testing/UnitTestHelpers.h', | 3327 'testing/UnitTestHelpers.h', |
3329 'xml/parser/SharedBufferReaderTest.cpp', | 3328 'xml/parser/SharedBufferReaderTest.cpp', |
3330 ], | 3329 ], |
3331 } | 3330 } |
3332 } | 3331 } |
OLD | NEW |