| 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 780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 791 'layout/shapes/ShapeInterval.h', | 791 'layout/shapes/ShapeInterval.h', |
| 792 'layout/shapes/ShapeOutsideInfo.cpp', | 792 'layout/shapes/ShapeOutsideInfo.cpp', |
| 793 'layout/shapes/ShapeOutsideInfo.h', | 793 'layout/shapes/ShapeOutsideInfo.h', |
| 794 'style/AppliedTextDecoration.cpp', | 794 'style/AppliedTextDecoration.cpp', |
| 795 'style/BasicShapes.cpp', | 795 'style/BasicShapes.cpp', |
| 796 'style/BorderEdge.cpp', | 796 'style/BorderEdge.cpp', |
| 797 'style/BorderEdge.h', | 797 'style/BorderEdge.h', |
| 798 'style/BorderImageLength.h', | 798 'style/BorderImageLength.h', |
| 799 'style/BorderImageLengthBox.h', | 799 'style/BorderImageLengthBox.h', |
| 800 'style/CachedUAStyle.h', | 800 'style/CachedUAStyle.h', |
| 801 'style/ClipPathOperation.h', |
| 801 'style/ContentData.cpp', | 802 'style/ContentData.cpp', |
| 802 'style/CounterDirectives.cpp', | 803 'style/CounterDirectives.cpp', |
| 803 'style/DataEquivalency.h', | 804 'style/DataEquivalency.h', |
| 804 'style/DataPersistent.h', | 805 'style/DataPersistent.h', |
| 805 'style/DataRef.h', | 806 'style/DataRef.h', |
| 806 'style/FillLayer.cpp', | 807 'style/FillLayer.cpp', |
| 807 'style/GridArea.h', | 808 'style/GridArea.h', |
| 808 'style/GridPositionsResolver.cpp', | 809 'style/GridPositionsResolver.cpp', |
| 809 'style/GridPositionsResolver.h', | 810 'style/GridPositionsResolver.h', |
| 810 'style/ComputedStyle.cpp', | 811 'style/ComputedStyle.cpp', |
| (...skipping 3389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4200 'testing/PrivateScriptTestTest.cpp', | 4201 'testing/PrivateScriptTestTest.cpp', |
| 4201 'timing/MemoryInfoTest.cpp', | 4202 'timing/MemoryInfoTest.cpp', |
| 4202 'timing/PerformanceBaseTest.cpp', | 4203 'timing/PerformanceBaseTest.cpp', |
| 4203 'timing/PerformanceObserverTest.cpp', | 4204 'timing/PerformanceObserverTest.cpp', |
| 4204 'workers/WorkerThreadTest.cpp', | 4205 'workers/WorkerThreadTest.cpp', |
| 4205 'workers/WorkerThreadTestHelper.h', | 4206 'workers/WorkerThreadTestHelper.h', |
| 4206 'xml/parser/SharedBufferReaderTest.cpp', | 4207 'xml/parser/SharedBufferReaderTest.cpp', |
| 4207 ], | 4208 ], |
| 4208 } | 4209 } |
| 4209 } | 4210 } |
| OLD | NEW |