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 3562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3573 'editing/FrameSelectionTest.cpp', | 3573 'editing/FrameSelectionTest.cpp', |
3574 'editing/InputMethodControllerTest.cpp', | 3574 'editing/InputMethodControllerTest.cpp', |
3575 'editing/SurroundingTextTest.cpp', | 3575 'editing/SurroundingTextTest.cpp', |
3576 'editing/TextIteratorTest.cpp', | 3576 'editing/TextIteratorTest.cpp', |
3577 'editing/VisibleSelectionTest.cpp', | 3577 'editing/VisibleSelectionTest.cpp', |
3578 'fetch/CachingCorrectnessTest.cpp', | 3578 'fetch/CachingCorrectnessTest.cpp', |
3579 'fetch/ImageResourceTest.cpp', | 3579 'fetch/ImageResourceTest.cpp', |
3580 'fetch/MemoryCacheTest.cpp', | 3580 'fetch/MemoryCacheTest.cpp', |
3581 'fetch/RawResourceTest.cpp', | 3581 'fetch/RawResourceTest.cpp', |
3582 'fetch/ResourceFetcherTest.cpp', | 3582 'fetch/ResourceFetcherTest.cpp', |
| 3583 'fileapi/FileTest.cpp', |
3583 'frame/ImageBitmapTest.cpp', | 3584 'frame/ImageBitmapTest.cpp', |
3584 'frame/SubresourceIntegrityTest.cpp', | 3585 'frame/SubresourceIntegrityTest.cpp', |
3585 'html/HTMLDimensionTest.cpp', | 3586 'html/HTMLDimensionTest.cpp', |
3586 'html/HTMLFormControlElementTest.cpp', | 3587 'html/HTMLFormControlElementTest.cpp', |
3587 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3588 'html/HTMLLinkElementSizesAttributeTest.cpp', |
3588 'html/HTMLSelectElementTest.cpp', | 3589 'html/HTMLSelectElementTest.cpp', |
3589 'html/HTMLTextFormControlElementTest.cpp', | 3590 'html/HTMLTextFormControlElementTest.cpp', |
3590 'html/LinkRelAttributeTest.cpp', | 3591 'html/LinkRelAttributeTest.cpp', |
3591 'html/TimeRangesTest.cpp', | 3592 'html/TimeRangesTest.cpp', |
3592 'html/parser/HTMLParserThreadTest.cpp', | 3593 'html/parser/HTMLParserThreadTest.cpp', |
(...skipping 13 matching lines...) Expand all Loading... |
3606 'rendering/shapes/BoxShapeTest.cpp', | 3607 'rendering/shapes/BoxShapeTest.cpp', |
3607 'rendering/style/OutlineValueTest.cpp', | 3608 'rendering/style/OutlineValueTest.cpp', |
3608 'testing/PrivateScriptTestTest.cpp', | 3609 'testing/PrivateScriptTestTest.cpp', |
3609 'streams/ReadableStreamTest.cpp', | 3610 'streams/ReadableStreamTest.cpp', |
3610 'testing/UnitTestHelpers.cpp', | 3611 'testing/UnitTestHelpers.cpp', |
3611 'testing/UnitTestHelpers.h', | 3612 'testing/UnitTestHelpers.h', |
3612 'xml/parser/SharedBufferReaderTest.cpp', | 3613 'xml/parser/SharedBufferReaderTest.cpp', |
3613 ], | 3614 ], |
3614 } | 3615 } |
3615 } | 3616 } |
OLD | NEW |