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/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 3231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3242 'animation/AnimatableValueTestHelperTest.cpp', | 3242 'animation/AnimatableValueTestHelperTest.cpp', |
3243 'animation/AnimationClockTest.cpp', | 3243 'animation/AnimationClockTest.cpp', |
3244 'animation/AnimationHelpersTest.cpp', | 3244 'animation/AnimationHelpersTest.cpp', |
3245 'animation/AnimationTest.cpp', | 3245 'animation/AnimationTest.cpp', |
3246 'animation/AnimationTestHelper.cpp', | 3246 'animation/AnimationTestHelper.cpp', |
3247 'animation/AnimationTestHelper.h', | 3247 'animation/AnimationTestHelper.h', |
3248 'animation/AnimationTimingInputTest.cpp', | 3248 'animation/AnimationTimingInputTest.cpp', |
3249 'animation/AnimationTranslationUtilTest.cpp', | 3249 'animation/AnimationTranslationUtilTest.cpp', |
3250 'animation/CompositorAnimationsTest.cpp', | 3250 'animation/CompositorAnimationsTest.cpp', |
3251 'animation/CompositorAnimationsTestHelper.h', | 3251 'animation/CompositorAnimationsTestHelper.h', |
3252 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', | |
3253 'animation/DocumentTimelineTest.cpp', | 3252 'animation/DocumentTimelineTest.cpp', |
3254 'animation/InterpolableValueTest.cpp', | 3253 'animation/InterpolableValueTest.cpp', |
3255 'animation/KeyframeEffectModelTest.cpp', | 3254 'animation/KeyframeEffectModelTest.cpp', |
3256 'animation/PlayerTest.cpp', | 3255 'animation/PlayerTest.cpp', |
3257 'animation/TimedItemCalculationsTest.cpp', | 3256 'animation/TimedItemCalculationsTest.cpp', |
3258 'animation/TimedItemTest.cpp', | 3257 'animation/TimedItemTest.cpp', |
3259 'css/AffectedByFocusTest.cpp', | 3258 'css/AffectedByFocusTest.cpp', |
3260 'css/CSSCalculationValueTest.cpp', | 3259 'css/CSSCalculationValueTest.cpp', |
3261 'css/CSSFontFaceTest.cpp', | 3260 'css/CSSFontFaceTest.cpp', |
3262 'css/CSSTestHelper.cpp', | 3261 'css/CSSTestHelper.cpp', |
(...skipping 24 matching lines...) Expand all Loading... |
3287 'html/parser/HTMLParserThreadTest.cpp', | 3286 'html/parser/HTMLParserThreadTest.cpp', |
3288 'html/track/vtt/BufferedLineReaderTest.cpp', | 3287 'html/track/vtt/BufferedLineReaderTest.cpp', |
3289 'html/track/vtt/VTTScannerTest.cpp', | 3288 'html/track/vtt/VTTScannerTest.cpp', |
3290 'rendering/RenderOverflowTest.cpp', | 3289 'rendering/RenderOverflowTest.cpp', |
3291 'rendering/shapes/BoxShapeTest.cpp', | 3290 'rendering/shapes/BoxShapeTest.cpp', |
3292 'testing/UnitTestHelpers.cpp', | 3291 'testing/UnitTestHelpers.cpp', |
3293 'testing/UnitTestHelpers.h', | 3292 'testing/UnitTestHelpers.h', |
3294 ], | 3293 ], |
3295 } | 3294 } |
3296 } | 3295 } |
OLD | NEW |