| 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 3915 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3926 'page/scrolling/ScrollStateTest.cpp', | 3926 'page/scrolling/ScrollStateTest.cpp', |
| 3927 'paint/DisplayItemListPaintTest.cpp', | 3927 'paint/DisplayItemListPaintTest.cpp', |
| 3928 'paint/LayerClipRecorderTest.cpp', | 3928 'paint/LayerClipRecorderTest.cpp', |
| 3929 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3929 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3930 'paint/TextPainterTest.cpp', | 3930 'paint/TextPainterTest.cpp', |
| 3931 'streams/ReadableStreamReaderTest.cpp', | 3931 'streams/ReadableStreamReaderTest.cpp', |
| 3932 'streams/ReadableStreamTest.cpp', | 3932 'streams/ReadableStreamTest.cpp', |
| 3933 'style/ComputedStyleTest.cpp', | 3933 'style/ComputedStyleTest.cpp', |
| 3934 'style/OutlineValueTest.cpp', | 3934 'style/OutlineValueTest.cpp', |
| 3935 'style/SVGComputedStyleTest.cpp', | 3935 'style/SVGComputedStyleTest.cpp', |
| 3936 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3936 'testing/PrivateScriptTestTest.cpp', | 3937 'testing/PrivateScriptTestTest.cpp', |
| 3937 'timing/MemoryInfoTest.cpp', | 3938 'timing/MemoryInfoTest.cpp', |
| 3938 'workers/WorkerThreadTest.cpp', | 3939 'workers/WorkerThreadTest.cpp', |
| 3939 'xml/parser/SharedBufferReaderTest.cpp', | 3940 'xml/parser/SharedBufferReaderTest.cpp', |
| 3940 ], | 3941 ], |
| 3941 } | 3942 } |
| 3942 } | 3943 } |
| OLD | NEW |