| 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 3943 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3954 'editing/VisibleUnitsTest.cpp', | 3954 'editing/VisibleUnitsTest.cpp', |
| 3955 'editing/serializers/StyledMarkupSerializerTest.cpp', | 3955 'editing/serializers/StyledMarkupSerializerTest.cpp', |
| 3956 'editing/spellcheck/SpellCheckerTest.cpp', | 3956 'editing/spellcheck/SpellCheckerTest.cpp', |
| 3957 'events/EventPathTest.cpp', | 3957 'events/EventPathTest.cpp', |
| 3958 'events/PointerEventFactoryTest.cpp', | 3958 'events/PointerEventFactoryTest.cpp', |
| 3959 'fetch/CachingCorrectnessTest.cpp', | 3959 'fetch/CachingCorrectnessTest.cpp', |
| 3960 'fetch/ClientHintsPreferencesTest.cpp', | 3960 'fetch/ClientHintsPreferencesTest.cpp', |
| 3961 'fetch/FetchUtilsTest.cpp', | 3961 'fetch/FetchUtilsTest.cpp', |
| 3962 'fetch/ImageResourceTest.cpp', | 3962 'fetch/ImageResourceTest.cpp', |
| 3963 'fetch/MemoryCacheTest.cpp', | 3963 'fetch/MemoryCacheTest.cpp', |
| 3964 'fetch/MockImageResourceClient.cpp', | 3964 'fetch/MockResourceClients.cpp', |
| 3965 'fetch/MultipartImageResourceParserTest.cpp', | 3965 'fetch/MultipartImageResourceParserTest.cpp', |
| 3966 'fetch/RawResourceTest.cpp', | 3966 'fetch/RawResourceTest.cpp', |
| 3967 'fetch/ResourceFetcherTest.cpp', | 3967 'fetch/ResourceFetcherTest.cpp', |
| 3968 'fetch/ResourceLoaderOptionsTest.cpp', | 3968 'fetch/ResourceLoaderOptionsTest.cpp', |
| 3969 'fetch/ResourceTest.cpp', | 3969 'fetch/ResourceTest.cpp', |
| 3970 'fileapi/FileListTest.cpp', | 3970 'fileapi/FileListTest.cpp', |
| 3971 'fileapi/FileTest.cpp', | 3971 'fileapi/FileTest.cpp', |
| 3972 'frame/FrameViewTest.cpp', | 3972 'frame/FrameViewTest.cpp', |
| 3973 'frame/HistoryTest.cpp', | 3973 'frame/HistoryTest.cpp', |
| 3974 'frame/ImageBitmapTest.cpp', | 3974 'frame/ImageBitmapTest.cpp', |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4063 'style/SVGComputedStyleTest.cpp', | 4063 'style/SVGComputedStyleTest.cpp', |
| 4064 'svg/SVGPathParserTest.cpp', | 4064 'svg/SVGPathParserTest.cpp', |
| 4065 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4065 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4066 'testing/PrivateScriptTestTest.cpp', | 4066 'testing/PrivateScriptTestTest.cpp', |
| 4067 'timing/MemoryInfoTest.cpp', | 4067 'timing/MemoryInfoTest.cpp', |
| 4068 'workers/WorkerThreadTest.cpp', | 4068 'workers/WorkerThreadTest.cpp', |
| 4069 'xml/parser/SharedBufferReaderTest.cpp', | 4069 'xml/parser/SharedBufferReaderTest.cpp', |
| 4070 ], | 4070 ], |
| 4071 } | 4071 } |
| 4072 } | 4072 } |
| OLD | NEW |