| 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/AnimationPlayer.idl', | 10 'animation/AnimationPlayer.idl', |
| (...skipping 3572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3583 'fileapi/FileTest.cpp', | 3583 'fileapi/FileTest.cpp', |
| 3584 'frame/ImageBitmapTest.cpp', | 3584 'frame/ImageBitmapTest.cpp', |
| 3585 'frame/SubresourceIntegrityTest.cpp', | 3585 'frame/SubresourceIntegrityTest.cpp', |
| 3586 'html/HTMLDimensionTest.cpp', | 3586 'html/HTMLDimensionTest.cpp', |
| 3587 'html/HTMLFormControlElementTest.cpp', | 3587 'html/HTMLFormControlElementTest.cpp', |
| 3588 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3588 'html/HTMLLinkElementSizesAttributeTest.cpp', |
| 3589 'html/HTMLSelectElementTest.cpp', | 3589 'html/HTMLSelectElementTest.cpp', |
| 3590 'html/HTMLTextFormControlElementTest.cpp', | 3590 'html/HTMLTextFormControlElementTest.cpp', |
| 3591 'html/LinkRelAttributeTest.cpp', | 3591 'html/LinkRelAttributeTest.cpp', |
| 3592 'html/TimeRangesTest.cpp', | 3592 'html/TimeRangesTest.cpp', |
| 3593 'html/forms/FileInputTypeTest.cpp', |
| 3593 'html/parser/HTMLParserThreadTest.cpp', | 3594 'html/parser/HTMLParserThreadTest.cpp', |
| 3594 'html/parser/HTMLSrcsetParserTest.cpp', | 3595 'html/parser/HTMLSrcsetParserTest.cpp', |
| 3595 'html/track/vtt/BufferedLineReaderTest.cpp', | 3596 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3596 'html/track/vtt/VTTScannerTest.cpp', | 3597 'html/track/vtt/VTTScannerTest.cpp', |
| 3597 'loader/MixedContentCheckerTest.cpp', | 3598 'loader/MixedContentCheckerTest.cpp', |
| 3598 'page/NetworkStateNotifierTest.cpp', | 3599 'page/NetworkStateNotifierTest.cpp', |
| 3599 'page/PrintContextTest.cpp', | 3600 'page/PrintContextTest.cpp', |
| 3600 'rendering/RenderBlockTest.cpp', | 3601 'rendering/RenderBlockTest.cpp', |
| 3601 'rendering/RenderInlineTest.cpp', | 3602 'rendering/RenderInlineTest.cpp', |
| 3602 'rendering/RenderOverflowTest.cpp', | 3603 'rendering/RenderOverflowTest.cpp', |
| 3603 'rendering/RenderPartTest.cpp', | 3604 'rendering/RenderPartTest.cpp', |
| 3604 'rendering/RenderTableCellTest.cpp', | 3605 'rendering/RenderTableCellTest.cpp', |
| 3605 'rendering/RenderTableRowTest.cpp', | 3606 'rendering/RenderTableRowTest.cpp', |
| 3606 'rendering/TextPainterTest.cpp', | 3607 'rendering/TextPainterTest.cpp', |
| 3607 'rendering/shapes/BoxShapeTest.cpp', | 3608 'rendering/shapes/BoxShapeTest.cpp', |
| 3608 'rendering/style/OutlineValueTest.cpp', | 3609 'rendering/style/OutlineValueTest.cpp', |
| 3609 'testing/PrivateScriptTestTest.cpp', | 3610 'testing/PrivateScriptTestTest.cpp', |
| 3610 'streams/ReadableStreamTest.cpp', | 3611 'streams/ReadableStreamTest.cpp', |
| 3611 'testing/UnitTestHelpers.cpp', | 3612 'testing/UnitTestHelpers.cpp', |
| 3612 'testing/UnitTestHelpers.h', | 3613 'testing/UnitTestHelpers.h', |
| 3613 'xml/parser/SharedBufferReaderTest.cpp', | 3614 'xml/parser/SharedBufferReaderTest.cpp', |
| 3614 ], | 3615 ], |
| 3615 } | 3616 } |
| 3616 } | 3617 } |
| OLD | NEW |