OLD | NEW |
1 { | 1 { |
2 'includes': [ | 2 'includes': [ |
3 'core_generated.gypi', | 3 'core_generated.gypi', |
4 ], | 4 ], |
5 'variables': { | 5 'variables': { |
6 # Files for which bindings (.cpp and .h files) will be generated | 6 # Files for which bindings (.cpp and .h files) will be generated |
7 'core_idl_files': [ | 7 'core_idl_files': [ |
8 'animation/KeyframeEffect.idl', | 8 'animation/KeyframeEffect.idl', |
9 'animation/EffectModel.idl', | 9 'animation/EffectModel.idl', |
10 'animation/AnimationEffectReadOnly.idl', | 10 'animation/AnimationEffectReadOnly.idl', |
(...skipping 3963 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3974 'html/track/vtt/BufferedLineReaderTest.cpp', | 3974 'html/track/vtt/BufferedLineReaderTest.cpp', |
3975 'html/track/vtt/VTTScannerTest.cpp', | 3975 'html/track/vtt/VTTScannerTest.cpp', |
3976 'input/EventHandlerTest.cpp', | 3976 'input/EventHandlerTest.cpp', |
3977 'layout/ImageQualityControllerTest.cpp', | 3977 'layout/ImageQualityControllerTest.cpp', |
3978 'layout/LayoutBlockTest.cpp', | 3978 'layout/LayoutBlockTest.cpp', |
3979 'layout/LayoutBoxTest.cpp', | 3979 'layout/LayoutBoxTest.cpp', |
3980 'layout/LayoutInlineTest.cpp', | 3980 'layout/LayoutInlineTest.cpp', |
3981 'layout/LayoutMultiColumnFlowThreadTest.cpp', | 3981 'layout/LayoutMultiColumnFlowThreadTest.cpp', |
3982 'layout/LayoutObjectTest.cpp', | 3982 'layout/LayoutObjectTest.cpp', |
3983 'layout/LayoutPartTest.cpp', | 3983 'layout/LayoutPartTest.cpp', |
| 3984 'layout/LayoutProgressTest.cpp', |
3984 'layout/LayoutTableCellTest.cpp', | 3985 'layout/LayoutTableCellTest.cpp', |
3985 'layout/LayoutTableRowTest.cpp', | 3986 'layout/LayoutTableRowTest.cpp', |
3986 'layout/LayoutTestHelper.cpp', | 3987 'layout/LayoutTestHelper.cpp', |
3987 'layout/LayoutTestHelper.h', | 3988 'layout/LayoutTestHelper.h', |
3988 'layout/LayoutThemeTest.cpp', | 3989 'layout/LayoutThemeTest.cpp', |
3989 'layout/MapLocalToAncestorTest.cpp', | 3990 'layout/MapLocalToAncestorTest.cpp', |
3990 'layout/MultiColumnFragmentainerGroupTest.cpp', | 3991 'layout/MultiColumnFragmentainerGroupTest.cpp', |
3991 'layout/OverflowModelTest.cpp', | 3992 'layout/OverflowModelTest.cpp', |
3992 'layout/PaginationTest.cpp', | 3993 'layout/PaginationTest.cpp', |
3993 'layout/PaintContainmentTest.cpp', | 3994 'layout/PaintContainmentTest.cpp', |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4025 'style/SVGComputedStyleTest.cpp', | 4026 'style/SVGComputedStyleTest.cpp', |
4026 'svg/SVGPathParserTest.cpp', | 4027 'svg/SVGPathParserTest.cpp', |
4027 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4028 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4028 'testing/PrivateScriptTestTest.cpp', | 4029 'testing/PrivateScriptTestTest.cpp', |
4029 'timing/MemoryInfoTest.cpp', | 4030 'timing/MemoryInfoTest.cpp', |
4030 'workers/WorkerThreadTest.cpp', | 4031 'workers/WorkerThreadTest.cpp', |
4031 'xml/parser/SharedBufferReaderTest.cpp', | 4032 'xml/parser/SharedBufferReaderTest.cpp', |
4032 ], | 4033 ], |
4033 } | 4034 } |
4034 } | 4035 } |
OLD | NEW |