| 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 3765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3776 'editing/SurroundingTextTest.cpp', | 3776 'editing/SurroundingTextTest.cpp', |
| 3777 'editing/VisiblePositionTest.cpp', | 3777 'editing/VisiblePositionTest.cpp', |
| 3778 'editing/VisibleSelectionTest.cpp', | 3778 'editing/VisibleSelectionTest.cpp', |
| 3779 'editing/VisibleUnitsTest.cpp', | 3779 'editing/VisibleUnitsTest.cpp', |
| 3780 'editing/serializers/StyledMarkupSerializerTest.cpp', | 3780 'editing/serializers/StyledMarkupSerializerTest.cpp', |
| 3781 'events/EventPathTest.cpp', | 3781 'events/EventPathTest.cpp', |
| 3782 'fetch/CachingCorrectnessTest.cpp', | 3782 'fetch/CachingCorrectnessTest.cpp', |
| 3783 'fetch/ClientHintsPreferencesTest.cpp', | 3783 'fetch/ClientHintsPreferencesTest.cpp', |
| 3784 'fetch/ImageResourceTest.cpp', | 3784 'fetch/ImageResourceTest.cpp', |
| 3785 'fetch/MemoryCacheTest.cpp', | 3785 'fetch/MemoryCacheTest.cpp', |
| 3786 'fetch/MockImageResourceClient.cpp', |
| 3786 'fetch/RawResourceTest.cpp', | 3787 'fetch/RawResourceTest.cpp', |
| 3787 'fetch/ResourceFetcherTest.cpp', | 3788 'fetch/ResourceFetcherTest.cpp', |
| 3788 'fetch/ResourceLoaderOptionsTest.cpp', | 3789 'fetch/ResourceLoaderOptionsTest.cpp', |
| 3789 'fetch/ResourceTest.cpp', | 3790 'fetch/ResourceTest.cpp', |
| 3790 'fileapi/FileListTest.cpp', | 3791 'fileapi/FileListTest.cpp', |
| 3791 'fileapi/FileTest.cpp', | 3792 'fileapi/FileTest.cpp', |
| 3792 'frame/ImageBitmapTest.cpp', | 3793 'frame/ImageBitmapTest.cpp', |
| 3793 'frame/OriginsUsingFeaturesTest.cpp', | 3794 'frame/OriginsUsingFeaturesTest.cpp', |
| 3794 'frame/RootFrameViewportTest.cpp', | 3795 'frame/RootFrameViewportTest.cpp', |
| 3795 'frame/SubresourceIntegrityTest.cpp', | 3796 'frame/SubresourceIntegrityTest.cpp', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3853 'style/OutlineValueTest.cpp', | 3854 'style/OutlineValueTest.cpp', |
| 3854 'style/SVGComputedStyleTest.cpp', | 3855 'style/SVGComputedStyleTest.cpp', |
| 3855 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3856 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3856 'testing/PrivateScriptTestTest.cpp', | 3857 'testing/PrivateScriptTestTest.cpp', |
| 3857 'timing/MemoryInfoTest.cpp', | 3858 'timing/MemoryInfoTest.cpp', |
| 3858 'workers/WorkerThreadTest.cpp', | 3859 'workers/WorkerThreadTest.cpp', |
| 3859 'xml/parser/SharedBufferReaderTest.cpp', | 3860 'xml/parser/SharedBufferReaderTest.cpp', |
| 3860 ], | 3861 ], |
| 3861 } | 3862 } |
| 3862 } | 3863 } |
| OLD | NEW |