| 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 3922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3933 'editing/VisibleUnitsTest.cpp', | 3933 'editing/VisibleUnitsTest.cpp', |
| 3934 'editing/serializers/StyledMarkupSerializerTest.cpp', | 3934 'editing/serializers/StyledMarkupSerializerTest.cpp', |
| 3935 'editing/spellcheck/SpellCheckerTest.cpp', | 3935 'editing/spellcheck/SpellCheckerTest.cpp', |
| 3936 'events/EventPathTest.cpp', | 3936 'events/EventPathTest.cpp', |
| 3937 'events/PointerEventFactoryTest.cpp', | 3937 'events/PointerEventFactoryTest.cpp', |
| 3938 'fetch/CachingCorrectnessTest.cpp', | 3938 'fetch/CachingCorrectnessTest.cpp', |
| 3939 'fetch/ClientHintsPreferencesTest.cpp', | 3939 'fetch/ClientHintsPreferencesTest.cpp', |
| 3940 'fetch/FetchUtilsTest.cpp', | 3940 'fetch/FetchUtilsTest.cpp', |
| 3941 'fetch/ImageResourceTest.cpp', | 3941 'fetch/ImageResourceTest.cpp', |
| 3942 'fetch/MemoryCacheTest.cpp', | 3942 'fetch/MemoryCacheTest.cpp', |
| 3943 'fetch/MockImageResourceClient.cpp', | 3943 'fetch/MockResourceClients.cpp', |
| 3944 'fetch/MultipartImageResourceParserTest.cpp', | 3944 'fetch/MultipartImageResourceParserTest.cpp', |
| 3945 'fetch/RawResourceTest.cpp', | 3945 'fetch/RawResourceTest.cpp', |
| 3946 'fetch/ResourceFetcherTest.cpp', | 3946 'fetch/ResourceFetcherTest.cpp', |
| 3947 'fetch/ResourceLoaderOptionsTest.cpp', | 3947 'fetch/ResourceLoaderOptionsTest.cpp', |
| 3948 'fetch/ResourceTest.cpp', | 3948 'fetch/ResourceTest.cpp', |
| 3949 'fileapi/FileListTest.cpp', | 3949 'fileapi/FileListTest.cpp', |
| 3950 'fileapi/FileTest.cpp', | 3950 'fileapi/FileTest.cpp', |
| 3951 'frame/FrameViewTest.cpp', | 3951 'frame/FrameViewTest.cpp', |
| 3952 'frame/HistoryTest.cpp', | 3952 'frame/HistoryTest.cpp', |
| 3953 'frame/ImageBitmapTest.cpp', | 3953 'frame/ImageBitmapTest.cpp', |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4040 'style/SVGComputedStyleTest.cpp', | 4040 'style/SVGComputedStyleTest.cpp', |
| 4041 'svg/SVGPathParserTest.cpp', | 4041 'svg/SVGPathParserTest.cpp', |
| 4042 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4042 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4043 'testing/PrivateScriptTestTest.cpp', | 4043 'testing/PrivateScriptTestTest.cpp', |
| 4044 'timing/MemoryInfoTest.cpp', | 4044 'timing/MemoryInfoTest.cpp', |
| 4045 'workers/WorkerThreadTest.cpp', | 4045 'workers/WorkerThreadTest.cpp', |
| 4046 'xml/parser/SharedBufferReaderTest.cpp', | 4046 'xml/parser/SharedBufferReaderTest.cpp', |
| 4047 ], | 4047 ], |
| 4048 } | 4048 } |
| 4049 } | 4049 } |
| OLD | NEW |