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 1909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1920 'paint/MediaControlsPainter.cpp', | 1920 'paint/MediaControlsPainter.cpp', |
1921 'paint/MediaControlsPainter.h', | 1921 'paint/MediaControlsPainter.h', |
1922 'paint/MultiColumnSetPainter.cpp', | 1922 'paint/MultiColumnSetPainter.cpp', |
1923 'paint/MultiColumnSetPainter.h', | 1923 'paint/MultiColumnSetPainter.h', |
1924 'paint/NinePieceImageGrid.cpp', | 1924 'paint/NinePieceImageGrid.cpp', |
1925 'paint/NinePieceImageGrid.h', | 1925 'paint/NinePieceImageGrid.h', |
1926 'paint/NinePieceImagePainter.cpp', | 1926 'paint/NinePieceImagePainter.cpp', |
1927 'paint/NinePieceImagePainter.h', | 1927 'paint/NinePieceImagePainter.h', |
1928 'paint/ObjectPainter.cpp', | 1928 'paint/ObjectPainter.cpp', |
1929 'paint/ObjectPainter.h', | 1929 'paint/ObjectPainter.h', |
| 1930 'paint/PaintDataCache.cpp', |
| 1931 'paint/PaintDataCache.h', |
1930 'paint/PaintInfo.h', | 1932 'paint/PaintInfo.h', |
1931 'paint/PaintPhase.cpp', | 1933 'paint/PaintPhase.cpp', |
1932 'paint/PaintPhase.h', | 1934 'paint/PaintPhase.h', |
1933 'paint/PartPainter.cpp', | 1935 'paint/PartPainter.cpp', |
1934 'paint/PartPainter.h', | 1936 'paint/PartPainter.h', |
1935 'paint/ReplacedPainter.cpp', | 1937 'paint/ReplacedPainter.cpp', |
1936 'paint/ReplacedPainter.h', | 1938 'paint/ReplacedPainter.h', |
1937 'paint/ReplicaPainter.cpp', | 1939 'paint/ReplicaPainter.cpp', |
1938 'paint/ReplicaPainter.h', | 1940 'paint/ReplicaPainter.h', |
1939 'paint/RootInlineBoxPainter.cpp', | 1941 'paint/RootInlineBoxPainter.cpp', |
(...skipping 2028 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3968 'style/OutlineValueTest.cpp', | 3970 'style/OutlineValueTest.cpp', |
3969 'style/SVGComputedStyleTest.cpp', | 3971 'style/SVGComputedStyleTest.cpp', |
3970 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3972 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3971 'testing/PrivateScriptTestTest.cpp', | 3973 'testing/PrivateScriptTestTest.cpp', |
3972 'timing/MemoryInfoTest.cpp', | 3974 'timing/MemoryInfoTest.cpp', |
3973 'workers/WorkerThreadTest.cpp', | 3975 'workers/WorkerThreadTest.cpp', |
3974 'xml/parser/SharedBufferReaderTest.cpp', | 3976 'xml/parser/SharedBufferReaderTest.cpp', |
3975 ], | 3977 ], |
3976 } | 3978 } |
3977 } | 3979 } |
OLD | NEW |