| 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 3895 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3906 'paint/PaintControllerPaintTest.h', | 3906 'paint/PaintControllerPaintTest.h', |
| 3907 'paint/PaintInfoTest.cpp', | 3907 'paint/PaintInfoTest.cpp', |
| 3908 'paint/PaintLayerPainterTest.cpp', | 3908 'paint/PaintLayerPainterTest.cpp', |
| 3909 'paint/TableCellPainterTest.cpp', | 3909 'paint/TableCellPainterTest.cpp', |
| 3910 'paint/TextPainterTest.cpp', | 3910 'paint/TextPainterTest.cpp', |
| 3911 'streams/ReadableStreamReaderTest.cpp', | 3911 'streams/ReadableStreamReaderTest.cpp', |
| 3912 'streams/ReadableStreamTest.cpp', | 3912 'streams/ReadableStreamTest.cpp', |
| 3913 'style/ComputedStyleTest.cpp', | 3913 'style/ComputedStyleTest.cpp', |
| 3914 'style/OutlineValueTest.cpp', | 3914 'style/OutlineValueTest.cpp', |
| 3915 'style/SVGComputedStyleTest.cpp', | 3915 'style/SVGComputedStyleTest.cpp', |
| 3916 'svg/SVGPathParserTest.cpp', |
| 3916 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3917 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3917 'testing/PrivateScriptTestTest.cpp', | 3918 'testing/PrivateScriptTestTest.cpp', |
| 3918 'timing/MemoryInfoTest.cpp', | 3919 'timing/MemoryInfoTest.cpp', |
| 3919 'workers/WorkerThreadTest.cpp', | 3920 'workers/WorkerThreadTest.cpp', |
| 3920 'xml/parser/SharedBufferReaderTest.cpp', | 3921 'xml/parser/SharedBufferReaderTest.cpp', |
| 3921 ], | 3922 ], |
| 3922 } | 3923 } |
| 3923 } | 3924 } |
| OLD | NEW |