| 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/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
| (...skipping 3713 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3724 'fetch/ImageResourceTest.cpp', | 3724 'fetch/ImageResourceTest.cpp', |
| 3725 'fetch/MemoryCacheTest.cpp', | 3725 'fetch/MemoryCacheTest.cpp', |
| 3726 'fetch/RawResourceTest.cpp', | 3726 'fetch/RawResourceTest.cpp', |
| 3727 'fetch/ResourceFetcherTest.cpp', | 3727 'fetch/ResourceFetcherTest.cpp', |
| 3728 'fetch/ResourceLoaderOptionsTest.cpp', | 3728 'fetch/ResourceLoaderOptionsTest.cpp', |
| 3729 'fetch/ResourceTest.cpp', | 3729 'fetch/ResourceTest.cpp', |
| 3730 'fileapi/FileListTest.cpp', | 3730 'fileapi/FileListTest.cpp', |
| 3731 'fileapi/FileTest.cpp', | 3731 'fileapi/FileTest.cpp', |
| 3732 'frame/ImageBitmapTest.cpp', | 3732 'frame/ImageBitmapTest.cpp', |
| 3733 'frame/SubresourceIntegrityTest.cpp', | 3733 'frame/SubresourceIntegrityTest.cpp', |
| 3734 'frame/csp/ContentSecurityPolicyTest.cpp', |
| 3734 'html/HTMLDimensionTest.cpp', | 3735 'html/HTMLDimensionTest.cpp', |
| 3735 'html/HTMLFormControlElementTest.cpp', | 3736 'html/HTMLFormControlElementTest.cpp', |
| 3736 'html/HTMLInputElementTest.cpp', | 3737 'html/HTMLInputElementTest.cpp', |
| 3737 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3738 'html/HTMLLinkElementSizesAttributeTest.cpp', |
| 3738 'html/HTMLSelectElementTest.cpp', | 3739 'html/HTMLSelectElementTest.cpp', |
| 3739 'html/HTMLTextFormControlElementTest.cpp', | 3740 'html/HTMLTextFormControlElementTest.cpp', |
| 3740 'html/LinkRelAttributeTest.cpp', | 3741 'html/LinkRelAttributeTest.cpp', |
| 3741 'html/TimeRangesTest.cpp', | 3742 'html/TimeRangesTest.cpp', |
| 3742 'html/forms/FileInputTypeTest.cpp', | 3743 'html/forms/FileInputTypeTest.cpp', |
| 3743 'html/parser/HTMLParserThreadTest.cpp', | 3744 'html/parser/HTMLParserThreadTest.cpp', |
| (...skipping 25 matching lines...) Expand all Loading... |
| 3769 'rendering/style/SVGRenderStyleTest.cpp', | 3770 'rendering/style/SVGRenderStyleTest.cpp', |
| 3770 'streams/ExclusiveStreamReaderTest.cpp', | 3771 'streams/ExclusiveStreamReaderTest.cpp', |
| 3771 'streams/ReadableStreamTest.cpp', | 3772 'streams/ReadableStreamTest.cpp', |
| 3772 'testing/PrivateScriptTestTest.cpp', | 3773 'testing/PrivateScriptTestTest.cpp', |
| 3773 'testing/UnitTestHelpers.cpp', | 3774 'testing/UnitTestHelpers.cpp', |
| 3774 'testing/UnitTestHelpers.h', | 3775 'testing/UnitTestHelpers.h', |
| 3775 'xml/parser/SharedBufferReaderTest.cpp', | 3776 'xml/parser/SharedBufferReaderTest.cpp', |
| 3776 ], | 3777 ], |
| 3777 } | 3778 } |
| 3778 } | 3779 } |
| OLD | NEW |