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