| 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 827 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 838 'style/StyleVisualData.cpp', | 838 'style/StyleVisualData.cpp', |
| 839 'style/StyleWillChangeData.cpp', | 839 'style/StyleWillChangeData.cpp', |
| 840 'layout/svg/line/SVGInlineFlowBox.cpp', | 840 'layout/svg/line/SVGInlineFlowBox.cpp', |
| 841 'layout/svg/line/SVGInlineFlowBox.h', | 841 'layout/svg/line/SVGInlineFlowBox.h', |
| 842 'layout/svg/line/SVGInlineTextBox.cpp', | 842 'layout/svg/line/SVGInlineTextBox.cpp', |
| 843 'layout/svg/line/SVGInlineTextBox.h', | 843 'layout/svg/line/SVGInlineTextBox.h', |
| 844 'layout/svg/line/SVGRootInlineBox.cpp', | 844 'layout/svg/line/SVGRootInlineBox.cpp', |
| 845 'layout/svg/line/SVGRootInlineBox.h', | 845 'layout/svg/line/SVGRootInlineBox.h', |
| 846 ], | 846 ], |
| 847 'webcore_non_rendering_files': [ | 847 'webcore_non_rendering_files': [ |
| 848 'Init.cpp', | 848 'CoreInitializer.cpp', |
| 849 'Init.h', | 849 'CoreInitializer.h', |
| 850 'animation/KeyframeEffect.cpp', | 850 'animation/KeyframeEffect.cpp', |
| 851 'animation/KeyframeEffect.h', | 851 'animation/KeyframeEffect.h', |
| 852 'animation/AnimationClock.cpp', | 852 'animation/AnimationClock.cpp', |
| 853 'animation/AnimationClock.h', | 853 'animation/AnimationClock.h', |
| 854 'animation/EffectModel.h', | 854 'animation/EffectModel.h', |
| 855 'animation/AnimationInputHelpers.cpp', | 855 'animation/AnimationInputHelpers.cpp', |
| 856 'animation/AnimationInputHelpers.h', | 856 'animation/AnimationInputHelpers.h', |
| 857 'animation/AnimationEffect.cpp', | 857 'animation/AnimationEffect.cpp', |
| 858 'animation/AnimationEffect.h', | 858 'animation/AnimationEffect.h', |
| 859 'animation/AnimationEffectTiming.cpp', | 859 'animation/AnimationEffectTiming.cpp', |
| (...skipping 3206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4066 'svg/SVGPathParserTest.cpp', | 4066 'svg/SVGPathParserTest.cpp', |
| 4067 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4067 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4068 'testing/PrivateScriptTestTest.cpp', | 4068 'testing/PrivateScriptTestTest.cpp', |
| 4069 'timing/MemoryInfoTest.cpp', | 4069 'timing/MemoryInfoTest.cpp', |
| 4070 'workers/WorkerThreadTest.cpp', | 4070 'workers/WorkerThreadTest.cpp', |
| 4071 'workers/WorkerThreadTestHelper.h', | 4071 'workers/WorkerThreadTestHelper.h', |
| 4072 'xml/parser/SharedBufferReaderTest.cpp', | 4072 'xml/parser/SharedBufferReaderTest.cpp', |
| 4073 ], | 4073 ], |
| 4074 } | 4074 } |
| 4075 } | 4075 } |
| OLD | NEW |