| 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/Animation.idl', | 8 'animation/Animation.idl', |
| 9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
| 10 'animation/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
| (...skipping 3559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3570 'html/TimeRangesTest.cpp', | 3570 'html/TimeRangesTest.cpp', |
| 3571 'html/forms/FileInputTypeTest.cpp', | 3571 'html/forms/FileInputTypeTest.cpp', |
| 3572 'html/parser/HTMLParserThreadTest.cpp', | 3572 'html/parser/HTMLParserThreadTest.cpp', |
| 3573 'html/parser/HTMLSrcsetParserTest.cpp', | 3573 'html/parser/HTMLSrcsetParserTest.cpp', |
| 3574 'html/track/vtt/BufferedLineReaderTest.cpp', | 3574 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3575 'html/track/vtt/VTTScannerTest.cpp', | 3575 'html/track/vtt/VTTScannerTest.cpp', |
| 3576 'loader/MixedContentCheckerTest.cpp', | 3576 'loader/MixedContentCheckerTest.cpp', |
| 3577 'page/NetworkStateNotifierTest.cpp', | 3577 'page/NetworkStateNotifierTest.cpp', |
| 3578 'page/PrintContextTest.cpp', | 3578 'page/PrintContextTest.cpp', |
| 3579 'paint/DrawingRecorderTest.cpp', | 3579 'paint/DrawingRecorderTest.cpp', |
| 3580 'paint/GraphicsContextRecorder.cpp', |
| 3580 'paint/LayerClipRecorderTest.cpp', | 3581 'paint/LayerClipRecorderTest.cpp', |
| 3581 'paint/TextPainterTest.cpp', | 3582 'paint/TextPainterTest.cpp', |
| 3582 'paint/ViewDisplayListTest.cpp', | 3583 'paint/ViewDisplayListTest.cpp', |
| 3583 'rendering/RenderBlockTest.cpp', | 3584 'rendering/RenderBlockTest.cpp', |
| 3584 'rendering/RenderInlineTest.cpp', | 3585 'rendering/RenderInlineTest.cpp', |
| 3585 'rendering/RenderMultiColumnFlowThreadTest.cpp', | 3586 'rendering/RenderMultiColumnFlowThreadTest.cpp', |
| 3586 'rendering/RenderOverflowTest.cpp', | 3587 'rendering/RenderOverflowTest.cpp', |
| 3587 'rendering/RenderPartTest.cpp', | 3588 'rendering/RenderPartTest.cpp', |
| 3588 'rendering/RenderTableCellTest.cpp', | 3589 'rendering/RenderTableCellTest.cpp', |
| 3589 'rendering/RenderTableRowTest.cpp', | 3590 'rendering/RenderTableRowTest.cpp', |
| 3590 'rendering/RenderingTestHelper.cpp', | 3591 'rendering/RenderingTestHelper.cpp', |
| 3591 'rendering/RenderingTestHelper.h', | 3592 'rendering/RenderingTestHelper.h', |
| 3592 'rendering/shapes/BoxShapeTest.cpp', | 3593 'rendering/shapes/BoxShapeTest.cpp', |
| 3593 'rendering/style/OutlineValueTest.cpp', | 3594 'rendering/style/OutlineValueTest.cpp', |
| 3594 'rendering/style/RenderStyleTest.cpp', | 3595 'rendering/style/RenderStyleTest.cpp', |
| 3595 'streams/ReadableStreamTest.cpp', | 3596 'streams/ReadableStreamTest.cpp', |
| 3596 'testing/PrivateScriptTestTest.cpp', | 3597 'testing/PrivateScriptTestTest.cpp', |
| 3597 'testing/UnitTestHelpers.cpp', | 3598 'testing/UnitTestHelpers.cpp', |
| 3598 'testing/UnitTestHelpers.h', | 3599 'testing/UnitTestHelpers.h', |
| 3599 'xml/parser/SharedBufferReaderTest.cpp', | 3600 'xml/parser/SharedBufferReaderTest.cpp', |
| 3600 ], | 3601 ], |
| 3601 } | 3602 } |
| 3602 } | 3603 } |
| OLD | NEW |