| 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 772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 783 'style/StyleFilterData.cpp', | 783 'style/StyleFilterData.cpp', |
| 784 'style/StyleFlexibleBoxData.cpp', | 784 'style/StyleFlexibleBoxData.cpp', |
| 785 'style/StyleGeneratedImage.cpp', | 785 'style/StyleGeneratedImage.cpp', |
| 786 'style/StyleGridData.cpp', | 786 'style/StyleGridData.cpp', |
| 787 'style/StyleGridItemData.cpp', | 787 'style/StyleGridItemData.cpp', |
| 788 'style/StyleInheritedData.cpp', | 788 'style/StyleInheritedData.cpp', |
| 789 'style/StyleMotionData.cpp', | 789 'style/StyleMotionData.cpp', |
| 790 'style/StyleMotionData.h', | 790 'style/StyleMotionData.h', |
| 791 'style/StyleMotionPath.h', | 791 'style/StyleMotionPath.h', |
| 792 'style/StyleMultiColData.cpp', | 792 'style/StyleMultiColData.cpp', |
| 793 'style/StylePath.cpp', |
| 794 'style/StylePath.h', |
| 793 'style/StylePendingImage.h', | 795 'style/StylePendingImage.h', |
| 794 'style/StyleRareInheritedData.cpp', | 796 'style/StyleRareInheritedData.cpp', |
| 795 'style/StyleRareNonInheritedData.cpp', | 797 'style/StyleRareNonInheritedData.cpp', |
| 796 'style/StyleScrollSnapData.cpp', | 798 'style/StyleScrollSnapData.cpp', |
| 797 'style/StyleScrollSnapData.h', | 799 'style/StyleScrollSnapData.h', |
| 798 'style/StyleSelfAlignmentData.h', | 800 'style/StyleSelfAlignmentData.h', |
| 799 'style/StyleSurroundData.cpp', | 801 'style/StyleSurroundData.cpp', |
| 800 'style/StyleTransformData.cpp', | 802 'style/StyleTransformData.cpp', |
| 801 'style/StyleVariableData.cpp', | 803 'style/StyleVariableData.cpp', |
| 802 'style/StyleVariableData.h', | 804 'style/StyleVariableData.h', |
| (...skipping 3179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3982 'style/SVGComputedStyleTest.cpp', | 3984 'style/SVGComputedStyleTest.cpp', |
| 3983 'svg/SVGPathParserTest.cpp', | 3985 'svg/SVGPathParserTest.cpp', |
| 3984 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3986 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3985 'testing/PrivateScriptTestTest.cpp', | 3987 'testing/PrivateScriptTestTest.cpp', |
| 3986 'timing/MemoryInfoTest.cpp', | 3988 'timing/MemoryInfoTest.cpp', |
| 3987 'workers/WorkerThreadTest.cpp', | 3989 'workers/WorkerThreadTest.cpp', |
| 3988 'xml/parser/SharedBufferReaderTest.cpp', | 3990 'xml/parser/SharedBufferReaderTest.cpp', |
| 3989 ], | 3991 ], |
| 3990 } | 3992 } |
| 3991 } | 3993 } |
| OLD | NEW |