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/KeyframeEffect.idl', | 8 'animation/KeyframeEffect.idl', |
9 'animation/EffectModel.idl', | 9 'animation/EffectModel.idl', |
10 'animation/AnimationEffectReadOnly.idl', | 10 'animation/AnimationEffectReadOnly.idl', |
(...skipping 3800 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3811 'fetch/ClientHintsPreferencesTest.cpp', | 3811 'fetch/ClientHintsPreferencesTest.cpp', |
3812 'fetch/ImageResourceTest.cpp', | 3812 'fetch/ImageResourceTest.cpp', |
3813 'fetch/MemoryCacheTest.cpp', | 3813 'fetch/MemoryCacheTest.cpp', |
3814 'fetch/MockImageResourceClient.cpp', | 3814 'fetch/MockImageResourceClient.cpp', |
3815 'fetch/RawResourceTest.cpp', | 3815 'fetch/RawResourceTest.cpp', |
3816 'fetch/ResourceFetcherTest.cpp', | 3816 'fetch/ResourceFetcherTest.cpp', |
3817 'fetch/ResourceLoaderOptionsTest.cpp', | 3817 'fetch/ResourceLoaderOptionsTest.cpp', |
3818 'fetch/ResourceTest.cpp', | 3818 'fetch/ResourceTest.cpp', |
3819 'fileapi/FileListTest.cpp', | 3819 'fileapi/FileListTest.cpp', |
3820 'fileapi/FileTest.cpp', | 3820 'fileapi/FileTest.cpp', |
| 3821 'frame/FrameViewTest.cpp', |
3821 'frame/ImageBitmapTest.cpp', | 3822 'frame/ImageBitmapTest.cpp', |
3822 'frame/OriginsUsingFeaturesTest.cpp', | 3823 'frame/OriginsUsingFeaturesTest.cpp', |
3823 'frame/RootFrameViewportTest.cpp', | 3824 'frame/RootFrameViewportTest.cpp', |
3824 'frame/SubresourceIntegrityTest.cpp', | 3825 'frame/SubresourceIntegrityTest.cpp', |
3825 'frame/UseCounterTest.cpp', | 3826 'frame/UseCounterTest.cpp', |
3826 'frame/csp/CSPSourceListTest.cpp', | 3827 'frame/csp/CSPSourceListTest.cpp', |
3827 'frame/csp/CSPSourceTest.cpp', | 3828 'frame/csp/CSPSourceTest.cpp', |
3828 'frame/csp/ContentSecurityPolicyTest.cpp', | 3829 'frame/csp/ContentSecurityPolicyTest.cpp', |
3829 'html/FormDataTest.cpp', | 3830 'html/FormDataTest.cpp', |
3830 'html/HTMLDimensionTest.cpp', | 3831 'html/HTMLDimensionTest.cpp', |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3885 'style/OutlineValueTest.cpp', | 3886 'style/OutlineValueTest.cpp', |
3886 'style/SVGComputedStyleTest.cpp', | 3887 'style/SVGComputedStyleTest.cpp', |
3887 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3888 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3888 'testing/PrivateScriptTestTest.cpp', | 3889 'testing/PrivateScriptTestTest.cpp', |
3889 'timing/MemoryInfoTest.cpp', | 3890 'timing/MemoryInfoTest.cpp', |
3890 'workers/WorkerThreadTest.cpp', | 3891 'workers/WorkerThreadTest.cpp', |
3891 'xml/parser/SharedBufferReaderTest.cpp', | 3892 'xml/parser/SharedBufferReaderTest.cpp', |
3892 ], | 3893 ], |
3893 } | 3894 } |
3894 } | 3895 } |
OLD | NEW |