| 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 3874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3885 'editing/EditingTestBase.cpp', | 3885 'editing/EditingTestBase.cpp', |
| 3886 'editing/EditingTestBase.h', | 3886 'editing/EditingTestBase.h', |
| 3887 'editing/FrameSelectionTest.cpp', | 3887 'editing/FrameSelectionTest.cpp', |
| 3888 'editing/GranularityStrategyTest.cpp', | 3888 'editing/GranularityStrategyTest.cpp', |
| 3889 'editing/InputMethodControllerTest.cpp', | 3889 'editing/InputMethodControllerTest.cpp', |
| 3890 'editing/iterators/TextIteratorTest.cpp', | 3890 'editing/iterators/TextIteratorTest.cpp', |
| 3891 'editing/StyledMarkupSerializerTest.cpp', | 3891 'editing/StyledMarkupSerializerTest.cpp', |
| 3892 'editing/SurroundingTextTest.cpp', | 3892 'editing/SurroundingTextTest.cpp', |
| 3893 'editing/VisiblePositionTest.cpp', | 3893 'editing/VisiblePositionTest.cpp', |
| 3894 'editing/VisibleSelectionTest.cpp', | 3894 'editing/VisibleSelectionTest.cpp', |
| 3895 'editing/VisibleUnitsTest.cpp', |
| 3895 'events/EventPathTest.cpp', | 3896 'events/EventPathTest.cpp', |
| 3896 'fetch/CachingCorrectnessTest.cpp', | 3897 'fetch/CachingCorrectnessTest.cpp', |
| 3897 'fetch/ClientHintsPreferencesTest.cpp', | 3898 'fetch/ClientHintsPreferencesTest.cpp', |
| 3898 'fetch/ImageResourceTest.cpp', | 3899 'fetch/ImageResourceTest.cpp', |
| 3899 'fetch/MemoryCacheTest.cpp', | 3900 'fetch/MemoryCacheTest.cpp', |
| 3900 'fetch/RawResourceTest.cpp', | 3901 'fetch/RawResourceTest.cpp', |
| 3901 'fetch/ResourceFetcherTest.cpp', | 3902 'fetch/ResourceFetcherTest.cpp', |
| 3902 'fetch/ResourceLoaderOptionsTest.cpp', | 3903 'fetch/ResourceLoaderOptionsTest.cpp', |
| 3903 'fetch/ResourceTest.cpp', | 3904 'fetch/ResourceTest.cpp', |
| 3904 'fileapi/FileListTest.cpp', | 3905 'fileapi/FileListTest.cpp', |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3963 'style/OutlineValueTest.cpp', | 3964 'style/OutlineValueTest.cpp', |
| 3964 'style/SVGComputedStyleTest.cpp', | 3965 'style/SVGComputedStyleTest.cpp', |
| 3965 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3966 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3966 'testing/PrivateScriptTestTest.cpp', | 3967 'testing/PrivateScriptTestTest.cpp', |
| 3967 'timing/MemoryInfoTest.cpp', | 3968 'timing/MemoryInfoTest.cpp', |
| 3968 'workers/WorkerThreadTest.cpp', | 3969 'workers/WorkerThreadTest.cpp', |
| 3969 'xml/parser/SharedBufferReaderTest.cpp', | 3970 'xml/parser/SharedBufferReaderTest.cpp', |
| 3970 ], | 3971 ], |
| 3971 } | 3972 } |
| 3972 } | 3973 } |
| OLD | NEW |