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 'css/CSS.idl', | 8 'css/CSS.idl', |
9 'css/CSSCharsetRule.idl', | 9 'css/CSSCharsetRule.idl', |
10 'css/CSSFontFaceLoadEvent.idl', | 10 'css/CSSFontFaceLoadEvent.idl', |
(...skipping 3228 matching lines...) Loading... |
3239 'animation/AnimationTranslationUtilTest.cpp', | 3239 'animation/AnimationTranslationUtilTest.cpp', |
3240 'animation/CompositorAnimationsTest.cpp', | 3240 'animation/CompositorAnimationsTest.cpp', |
3241 'animation/CompositorAnimationsTestHelper.h', | 3241 'animation/CompositorAnimationsTestHelper.h', |
3242 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', | 3242 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', |
3243 'animation/DocumentTimelineTest.cpp', | 3243 'animation/DocumentTimelineTest.cpp', |
3244 'animation/ElementAnimationTest.cpp', | 3244 'animation/ElementAnimationTest.cpp', |
3245 'animation/KeyframeEffectModelTest.cpp', | 3245 'animation/KeyframeEffectModelTest.cpp', |
3246 'animation/PlayerTest.cpp', | 3246 'animation/PlayerTest.cpp', |
3247 'animation/TimedItemCalculationsTest.cpp', | 3247 'animation/TimedItemCalculationsTest.cpp', |
3248 'animation/TimedItemTest.cpp', | 3248 'animation/TimedItemTest.cpp', |
| 3249 'css/AffectedByFocusTest.cpp', |
3249 'css/CSSCalculationValueTest.cpp', | 3250 'css/CSSCalculationValueTest.cpp', |
3250 'css/CSSParserValuesTest.cpp', | 3251 'css/CSSParserValuesTest.cpp', |
3251 'css/CSSValueTestHelper.h', | 3252 'css/CSSValueTestHelper.h', |
3252 'dom/DOMImplementationTest.cpp', | 3253 'dom/DOMImplementationTest.cpp', |
3253 'dom/DocumentMarkerControllerTest.cpp', | 3254 'dom/DocumentMarkerControllerTest.cpp', |
3254 'dom/DocumentTest.cpp', | 3255 'dom/DocumentTest.cpp', |
3255 'dom/MainThreadTaskRunnerTest.cpp', | 3256 'dom/MainThreadTaskRunnerTest.cpp', |
3256 'editing/TextIteratorTest.cpp', | 3257 'editing/TextIteratorTest.cpp', |
3257 'fetch/ImageResourceTest.cpp', | 3258 'fetch/ImageResourceTest.cpp', |
3258 'fetch/MemoryCacheTest.cpp', | 3259 'fetch/MemoryCacheTest.cpp', |
3259 'fetch/RawResourceTest.cpp', | 3260 'fetch/RawResourceTest.cpp', |
3260 'fetch/ResourceFetcherTest.cpp', | 3261 'fetch/ResourceFetcherTest.cpp', |
3261 'frame/ImageBitmapTest.cpp', | 3262 'frame/ImageBitmapTest.cpp', |
3262 'html/HTMLDimensionTest.cpp', | 3263 'html/HTMLDimensionTest.cpp', |
3263 'html/LinkRelAttributeTest.cpp', | 3264 'html/LinkRelAttributeTest.cpp', |
3264 'html/TimeRangesTest.cpp', | 3265 'html/TimeRangesTest.cpp', |
3265 'html/parser/HTMLParserThreadTest.cpp', | 3266 'html/parser/HTMLParserThreadTest.cpp', |
3266 'html/track/vtt/BufferedLineReaderTest.cpp', | 3267 'html/track/vtt/BufferedLineReaderTest.cpp', |
3267 'html/track/vtt/VTTScannerTest.cpp', | 3268 'html/track/vtt/VTTScannerTest.cpp', |
3268 'rendering/RenderOverflowTest.cpp', | 3269 'rendering/RenderOverflowTest.cpp', |
3269 'rendering/shapes/BoxShapeTest.cpp', | 3270 'rendering/shapes/BoxShapeTest.cpp', |
3270 'testing/UnitTestHelpers.cpp', | 3271 'testing/UnitTestHelpers.cpp', |
3271 'testing/UnitTestHelpers.h', | 3272 'testing/UnitTestHelpers.h', |
3272 ], | 3273 ], |
3273 } | 3274 } |
3274 } | 3275 } |
OLD | NEW |