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 3221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3232 'animation/AnimationTest.cpp', | 3232 'animation/AnimationTest.cpp', |
3233 'animation/AnimationTranslationUtilTest.cpp', | 3233 'animation/AnimationTranslationUtilTest.cpp', |
3234 'animation/CompositorAnimationsTest.cpp', | 3234 'animation/CompositorAnimationsTest.cpp', |
3235 'animation/CompositorAnimationsTestHelper.h', | 3235 'animation/CompositorAnimationsTestHelper.h', |
3236 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', | 3236 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', |
3237 'animation/DocumentTimelineTest.cpp', | 3237 'animation/DocumentTimelineTest.cpp', |
3238 'animation/KeyframeEffectModelTest.cpp', | 3238 'animation/KeyframeEffectModelTest.cpp', |
3239 'animation/PlayerTest.cpp', | 3239 'animation/PlayerTest.cpp', |
3240 'animation/TimedItemCalculationsTest.cpp', | 3240 'animation/TimedItemCalculationsTest.cpp', |
3241 'animation/TimedItemTest.cpp', | 3241 'animation/TimedItemTest.cpp', |
| 3242 'css/AffectedByFocusTest.cpp', |
3242 'css/CSSCalculationValueTest.cpp', | 3243 'css/CSSCalculationValueTest.cpp', |
3243 'css/CSSFontFaceTest.cpp', | 3244 'css/CSSFontFaceTest.cpp', |
3244 'css/CSSTestHelper.cpp', | 3245 'css/CSSTestHelper.cpp', |
3245 'css/CSSTestHelper.h', | 3246 'css/CSSTestHelper.h', |
3246 'css/CSSValueTestHelper.h', | 3247 'css/CSSValueTestHelper.h', |
3247 'css/CSSParserValuesTest.cpp', | 3248 'css/CSSParserValuesTest.cpp', |
3248 'css/CSSSelectorTest.cpp', | 3249 'css/CSSSelectorTest.cpp', |
3249 'css/CSSValueTestHelper.h', | 3250 'css/CSSValueTestHelper.h', |
3250 'css/DragUpdateTest.cpp', | 3251 'css/DragUpdateTest.cpp', |
3251 'css/HoverUpdateTest.cpp', | 3252 'css/HoverUpdateTest.cpp', |
(...skipping 15 matching lines...) Expand all Loading... |
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 } |
OLD | NEW |