| 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 1879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1890 'paint/LineBoxListPainter.cpp', | 1890 'paint/LineBoxListPainter.cpp', |
| 1891 'paint/LineBoxListPainter.h', | 1891 'paint/LineBoxListPainter.h', |
| 1892 'paint/ListItemPainter.cpp', | 1892 'paint/ListItemPainter.cpp', |
| 1893 'paint/ListItemPainter.h', | 1893 'paint/ListItemPainter.h', |
| 1894 'paint/ListMarkerPainter.cpp', | 1894 'paint/ListMarkerPainter.cpp', |
| 1895 'paint/ListMarkerPainter.h', | 1895 'paint/ListMarkerPainter.h', |
| 1896 'paint/MediaControlsPainter.cpp', | 1896 'paint/MediaControlsPainter.cpp', |
| 1897 'paint/MediaControlsPainter.h', | 1897 'paint/MediaControlsPainter.h', |
| 1898 'paint/MultiColumnSetPainter.cpp', | 1898 'paint/MultiColumnSetPainter.cpp', |
| 1899 'paint/MultiColumnSetPainter.h', | 1899 'paint/MultiColumnSetPainter.h', |
| 1900 'paint/NinePieceImagePainter.cpp', |
| 1901 'paint/NinePieceImagePainter.h', |
| 1900 'paint/ObjectPainter.cpp', | 1902 'paint/ObjectPainter.cpp', |
| 1901 'paint/ObjectPainter.h', | 1903 'paint/ObjectPainter.h', |
| 1902 'paint/PaintInfo.h', | 1904 'paint/PaintInfo.h', |
| 1903 'paint/PaintPhase.cpp', | 1905 'paint/PaintPhase.cpp', |
| 1904 'paint/PaintPhase.h', | 1906 'paint/PaintPhase.h', |
| 1905 'paint/PartPainter.cpp', | 1907 'paint/PartPainter.cpp', |
| 1906 'paint/PartPainter.h', | 1908 'paint/PartPainter.h', |
| 1907 'paint/ReplacedPainter.cpp', | 1909 'paint/ReplacedPainter.cpp', |
| 1908 'paint/ReplacedPainter.h', | 1910 'paint/ReplacedPainter.h', |
| 1909 'paint/ReplicaPainter.cpp', | 1911 'paint/ReplicaPainter.cpp', |
| (...skipping 1999 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3909 'style/ComputedStyleTest.cpp', | 3911 'style/ComputedStyleTest.cpp', |
| 3910 'style/OutlineValueTest.cpp', | 3912 'style/OutlineValueTest.cpp', |
| 3911 'style/SVGComputedStyleTest.cpp', | 3913 'style/SVGComputedStyleTest.cpp', |
| 3912 'testing/PrivateScriptTestTest.cpp', | 3914 'testing/PrivateScriptTestTest.cpp', |
| 3913 'timing/MemoryInfoTest.cpp', | 3915 'timing/MemoryInfoTest.cpp', |
| 3914 'workers/WorkerThreadTest.cpp', | 3916 'workers/WorkerThreadTest.cpp', |
| 3915 'xml/parser/SharedBufferReaderTest.cpp', | 3917 'xml/parser/SharedBufferReaderTest.cpp', |
| 3916 ], | 3918 ], |
| 3917 } | 3919 } |
| 3918 } | 3920 } |
| OLD | NEW |