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 3566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3577 'editing/FrameSelectionTest.cpp', | 3577 'editing/FrameSelectionTest.cpp', |
3578 'editing/InputMethodControllerTest.cpp', | 3578 'editing/InputMethodControllerTest.cpp', |
3579 'editing/SurroundingTextTest.cpp', | 3579 'editing/SurroundingTextTest.cpp', |
3580 'editing/TextIteratorTest.cpp', | 3580 'editing/TextIteratorTest.cpp', |
3581 'editing/VisibleSelectionTest.cpp', | 3581 'editing/VisibleSelectionTest.cpp', |
3582 'fetch/CachingCorrectnessTest.cpp', | 3582 'fetch/CachingCorrectnessTest.cpp', |
3583 'fetch/ImageResourceTest.cpp', | 3583 'fetch/ImageResourceTest.cpp', |
3584 'fetch/MemoryCacheTest.cpp', | 3584 'fetch/MemoryCacheTest.cpp', |
3585 'fetch/RawResourceTest.cpp', | 3585 'fetch/RawResourceTest.cpp', |
3586 'fetch/ResourceFetcherTest.cpp', | 3586 'fetch/ResourceFetcherTest.cpp', |
| 3587 'fetch/ResourceLoaderOptionsTest.cpp', |
3587 'fileapi/FileTest.cpp', | 3588 'fileapi/FileTest.cpp', |
3588 'frame/ImageBitmapTest.cpp', | 3589 'frame/ImageBitmapTest.cpp', |
3589 'frame/SubresourceIntegrityTest.cpp', | 3590 'frame/SubresourceIntegrityTest.cpp', |
3590 'html/HTMLDimensionTest.cpp', | 3591 'html/HTMLDimensionTest.cpp', |
3591 'html/HTMLFormControlElementTest.cpp', | 3592 'html/HTMLFormControlElementTest.cpp', |
3592 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3593 'html/HTMLLinkElementSizesAttributeTest.cpp', |
3593 'html/HTMLSelectElementTest.cpp', | 3594 'html/HTMLSelectElementTest.cpp', |
3594 'html/HTMLTextFormControlElementTest.cpp', | 3595 'html/HTMLTextFormControlElementTest.cpp', |
3595 'html/LinkRelAttributeTest.cpp', | 3596 'html/LinkRelAttributeTest.cpp', |
3596 'html/TimeRangesTest.cpp', | 3597 'html/TimeRangesTest.cpp', |
(...skipping 15 matching lines...) Expand all Loading... |
3612 'rendering/shapes/BoxShapeTest.cpp', | 3613 'rendering/shapes/BoxShapeTest.cpp', |
3613 'rendering/style/OutlineValueTest.cpp', | 3614 'rendering/style/OutlineValueTest.cpp', |
3614 'testing/PrivateScriptTestTest.cpp', | 3615 'testing/PrivateScriptTestTest.cpp', |
3615 'streams/ReadableStreamTest.cpp', | 3616 'streams/ReadableStreamTest.cpp', |
3616 'testing/UnitTestHelpers.cpp', | 3617 'testing/UnitTestHelpers.cpp', |
3617 'testing/UnitTestHelpers.h', | 3618 'testing/UnitTestHelpers.h', |
3618 'xml/parser/SharedBufferReaderTest.cpp', | 3619 'xml/parser/SharedBufferReaderTest.cpp', |
3619 ], | 3620 ], |
3620 } | 3621 } |
3621 } | 3622 } |
OLD | NEW |