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 3545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3556 'editing/TextIteratorTest.cpp', | 3556 'editing/TextIteratorTest.cpp', |
3557 'editing/VisibleSelectionTest.cpp', | 3557 'editing/VisibleSelectionTest.cpp', |
3558 'fetch/CachingCorrectnessTest.cpp', | 3558 'fetch/CachingCorrectnessTest.cpp', |
3559 'fetch/ImageResourceTest.cpp', | 3559 'fetch/ImageResourceTest.cpp', |
3560 'fetch/MemoryCacheTest.cpp', | 3560 'fetch/MemoryCacheTest.cpp', |
3561 'fetch/RawResourceTest.cpp', | 3561 'fetch/RawResourceTest.cpp', |
3562 'fetch/ResourceFetcherTest.cpp', | 3562 'fetch/ResourceFetcherTest.cpp', |
3563 'frame/ImageBitmapTest.cpp', | 3563 'frame/ImageBitmapTest.cpp', |
3564 'frame/SubresourceIntegrityTest.cpp', | 3564 'frame/SubresourceIntegrityTest.cpp', |
3565 'html/HTMLDimensionTest.cpp', | 3565 'html/HTMLDimensionTest.cpp', |
| 3566 'html/HTMLFormElementTest.cpp', |
3566 'html/HTMLFormControlElementTest.cpp', | 3567 'html/HTMLFormControlElementTest.cpp', |
3567 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3568 'html/HTMLLinkElementSizesAttributeTest.cpp', |
3568 'html/HTMLSelectElementTest.cpp', | 3569 'html/HTMLSelectElementTest.cpp', |
3569 'html/HTMLTextFormControlElementTest.cpp', | 3570 'html/HTMLTextFormControlElementTest.cpp', |
3570 'html/LinkRelAttributeTest.cpp', | 3571 'html/LinkRelAttributeTest.cpp', |
3571 'html/TimeRangesTest.cpp', | 3572 'html/TimeRangesTest.cpp', |
3572 'html/parser/HTMLParserThreadTest.cpp', | 3573 'html/parser/HTMLParserThreadTest.cpp', |
3573 'html/parser/HTMLSrcsetParserTest.cpp', | 3574 'html/parser/HTMLSrcsetParserTest.cpp', |
3574 'html/track/vtt/BufferedLineReaderTest.cpp', | 3575 'html/track/vtt/BufferedLineReaderTest.cpp', |
3575 'html/track/vtt/VTTScannerTest.cpp', | 3576 'html/track/vtt/VTTScannerTest.cpp', |
3576 'loader/MixedContentCheckerTest.cpp', | 3577 'loader/MixedContentCheckerTest.cpp', |
3577 'page/NetworkStateNotifierTest.cpp', | 3578 'page/NetworkStateNotifierTest.cpp', |
3578 'page/PrintContextTest.cpp', | 3579 'page/PrintContextTest.cpp', |
3579 'rendering/RenderOverflowTest.cpp', | 3580 'rendering/RenderOverflowTest.cpp', |
3580 'rendering/RenderPartTest.cpp', | 3581 'rendering/RenderPartTest.cpp', |
3581 'rendering/RenderTableCellTest.cpp', | 3582 'rendering/RenderTableCellTest.cpp', |
3582 'rendering/RenderTableRowTest.cpp', | 3583 'rendering/RenderTableRowTest.cpp', |
3583 'rendering/TextPainterTest.cpp', | 3584 'rendering/TextPainterTest.cpp', |
3584 'rendering/shapes/BoxShapeTest.cpp', | 3585 'rendering/shapes/BoxShapeTest.cpp', |
3585 'rendering/style/OutlineValueTest.cpp', | 3586 'rendering/style/OutlineValueTest.cpp', |
3586 'testing/PrivateScriptTestTest.cpp', | 3587 'testing/PrivateScriptTestTest.cpp', |
3587 'streams/ReadableStreamTest.cpp', | 3588 'streams/ReadableStreamTest.cpp', |
3588 'testing/UnitTestHelpers.cpp', | 3589 'testing/UnitTestHelpers.cpp', |
3589 'testing/UnitTestHelpers.h', | 3590 'testing/UnitTestHelpers.h', |
3590 'xml/parser/SharedBufferReaderTest.cpp', | 3591 'xml/parser/SharedBufferReaderTest.cpp', |
3591 ], | 3592 ], |
3592 } | 3593 } |
3593 } | 3594 } |
OLD | NEW |