| 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 753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 764 'style/BasicShapes.cpp', | 764 'style/BasicShapes.cpp', |
| 765 'style/BorderEdge.cpp', | 765 'style/BorderEdge.cpp', |
| 766 'style/BorderEdge.h', | 766 'style/BorderEdge.h', |
| 767 'style/BorderImageLength.h', | 767 'style/BorderImageLength.h', |
| 768 'style/BorderImageLengthBox.h', | 768 'style/BorderImageLengthBox.h', |
| 769 'style/CachedUAStyle.h', | 769 'style/CachedUAStyle.h', |
| 770 'style/ContentData.cpp', | 770 'style/ContentData.cpp', |
| 771 'style/CounterDirectives.cpp', | 771 'style/CounterDirectives.cpp', |
| 772 'style/FillLayer.cpp', | 772 'style/FillLayer.cpp', |
| 773 'style/GridCoordinate.h', | 773 'style/GridCoordinate.h', |
| 774 'style/GridResolvedPosition.cpp', | 774 'style/GridPositionsResolver.cpp', |
| 775 'style/GridResolvedPosition.h', | 775 'style/GridPositionsResolver.h', |
| 776 'style/ComputedStyle.cpp', | 776 'style/ComputedStyle.cpp', |
| 777 'style/ComputedStyle.h', | 777 'style/ComputedStyle.h', |
| 778 'style/NinePieceImage.cpp', | 778 'style/NinePieceImage.cpp', |
| 779 'style/PathStyleMotionPath.cpp', | 779 'style/PathStyleMotionPath.cpp', |
| 780 'style/PathStyleMotionPath.h', | 780 'style/PathStyleMotionPath.h', |
| 781 'style/QuotesData.cpp', | 781 'style/QuotesData.cpp', |
| 782 'style/QuotesData.h', | 782 'style/QuotesData.h', |
| 783 'style/ShadowData.cpp', | 783 'style/ShadowData.cpp', |
| 784 'style/ShadowData.h', | 784 'style/ShadowData.h', |
| 785 'style/ShadowList.cpp', | 785 'style/ShadowList.cpp', |
| (...skipping 3257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4043 'style/SVGComputedStyleTest.cpp', | 4043 'style/SVGComputedStyleTest.cpp', |
| 4044 'svg/SVGPathParserTest.cpp', | 4044 'svg/SVGPathParserTest.cpp', |
| 4045 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4045 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4046 'testing/PrivateScriptTestTest.cpp', | 4046 'testing/PrivateScriptTestTest.cpp', |
| 4047 'timing/MemoryInfoTest.cpp', | 4047 'timing/MemoryInfoTest.cpp', |
| 4048 'workers/WorkerThreadTest.cpp', | 4048 'workers/WorkerThreadTest.cpp', |
| 4049 'xml/parser/SharedBufferReaderTest.cpp', | 4049 'xml/parser/SharedBufferReaderTest.cpp', |
| 4050 ], | 4050 ], |
| 4051 } | 4051 } |
| 4052 } | 4052 } |
| OLD | NEW |