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 791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
802 'style/BorderEdge.h', | 802 'style/BorderEdge.h', |
803 'style/BorderImageLength.h', | 803 'style/BorderImageLength.h', |
804 'style/BorderImageLengthBox.h', | 804 'style/BorderImageLengthBox.h', |
805 'style/CachedUAStyle.h', | 805 'style/CachedUAStyle.h', |
806 'style/ContentData.cpp', | 806 'style/ContentData.cpp', |
807 'style/CounterDirectives.cpp', | 807 'style/CounterDirectives.cpp', |
808 'style/FillLayer.cpp', | 808 'style/FillLayer.cpp', |
809 'style/GridCoordinate.h', | 809 'style/GridCoordinate.h', |
810 'style/GridResolvedPosition.cpp', | 810 'style/GridResolvedPosition.cpp', |
811 'style/GridResolvedPosition.h', | 811 'style/GridResolvedPosition.h', |
812 'style/KeyframeList.cpp', | |
813 'style/KeyframeList.h', | |
814 'style/ComputedStyle.cpp', | 812 'style/ComputedStyle.cpp', |
815 'style/ComputedStyle.h', | 813 'style/ComputedStyle.h', |
816 'style/NinePieceImage.cpp', | 814 'style/NinePieceImage.cpp', |
817 'style/PathStyleMotionPath.cpp', | 815 'style/PathStyleMotionPath.cpp', |
818 'style/PathStyleMotionPath.h', | 816 'style/PathStyleMotionPath.h', |
819 'style/QuotesData.cpp', | 817 'style/QuotesData.cpp', |
820 'style/QuotesData.h', | 818 'style/QuotesData.h', |
821 'style/ShadowData.cpp', | 819 'style/ShadowData.cpp', |
822 'style/ShadowData.h', | 820 'style/ShadowData.h', |
823 'style/ShadowList.cpp', | 821 'style/ShadowList.cpp', |
(...skipping 3144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3968 'style/OutlineValueTest.cpp', | 3966 'style/OutlineValueTest.cpp', |
3969 'style/SVGComputedStyleTest.cpp', | 3967 'style/SVGComputedStyleTest.cpp', |
3970 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3968 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3971 'testing/PrivateScriptTestTest.cpp', | 3969 'testing/PrivateScriptTestTest.cpp', |
3972 'timing/MemoryInfoTest.cpp', | 3970 'timing/MemoryInfoTest.cpp', |
3973 'workers/WorkerThreadTest.cpp', | 3971 'workers/WorkerThreadTest.cpp', |
3974 'xml/parser/SharedBufferReaderTest.cpp', | 3972 'xml/parser/SharedBufferReaderTest.cpp', |
3975 ], | 3973 ], |
3976 } | 3974 } |
3977 } | 3975 } |
OLD | NEW |