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 781 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
792 'style/QuotesData.cpp', | 792 'style/QuotesData.cpp', |
793 'style/QuotesData.h', | 793 'style/QuotesData.h', |
794 'style/ShadowData.cpp', | 794 'style/ShadowData.cpp', |
795 'style/ShadowData.h', | 795 'style/ShadowData.h', |
796 'style/ShadowList.cpp', | 796 'style/ShadowList.cpp', |
797 'style/ShadowList.h', | 797 'style/ShadowList.h', |
798 'style/StyleBackgroundData.cpp', | 798 'style/StyleBackgroundData.cpp', |
799 'style/StyleBoxData.cpp', | 799 'style/StyleBoxData.cpp', |
800 'style/StyleContentAlignmentData.h', | 800 'style/StyleContentAlignmentData.h', |
801 'style/StyleDeprecatedFlexibleBoxData.cpp', | 801 'style/StyleDeprecatedFlexibleBoxData.cpp', |
| 802 'style/StyleImage.cpp', |
802 'style/StyleFetchedImage.cpp', | 803 'style/StyleFetchedImage.cpp', |
803 'style/StyleFetchedImageSet.cpp', | 804 'style/StyleFetchedImageSet.cpp', |
804 'style/StyleFilterData.cpp', | 805 'style/StyleFilterData.cpp', |
805 'style/StyleFlexibleBoxData.cpp', | 806 'style/StyleFlexibleBoxData.cpp', |
806 'style/StyleGeneratedImage.cpp', | 807 'style/StyleGeneratedImage.cpp', |
807 'style/StyleGridData.cpp', | 808 'style/StyleGridData.cpp', |
808 'style/StyleGridItemData.cpp', | 809 'style/StyleGridItemData.cpp', |
809 'style/StyleInheritedData.cpp', | 810 'style/StyleInheritedData.cpp', |
810 'style/StyleInvalidImage.h', | 811 'style/StyleInvalidImage.h', |
811 'style/StyleMotionData.cpp', | 812 'style/StyleMotionData.cpp', |
(...skipping 3214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4026 'style/SVGComputedStyleTest.cpp', | 4027 'style/SVGComputedStyleTest.cpp', |
4027 'svg/SVGPathParserTest.cpp', | 4028 'svg/SVGPathParserTest.cpp', |
4028 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4029 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4029 'testing/PrivateScriptTestTest.cpp', | 4030 'testing/PrivateScriptTestTest.cpp', |
4030 'timing/MemoryInfoTest.cpp', | 4031 'timing/MemoryInfoTest.cpp', |
4031 'workers/WorkerThreadTest.cpp', | 4032 'workers/WorkerThreadTest.cpp', |
4032 'xml/parser/SharedBufferReaderTest.cpp', | 4033 'xml/parser/SharedBufferReaderTest.cpp', |
4033 ], | 4034 ], |
4034 } | 4035 } |
4035 } | 4036 } |
OLD | NEW |