| 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 779 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 790 'layout/shapes/ShapeOutsideInfo.h', | 790 'layout/shapes/ShapeOutsideInfo.h', |
| 791 'style/AppliedTextDecoration.cpp', | 791 'style/AppliedTextDecoration.cpp', |
| 792 'style/BasicShapes.cpp', | 792 'style/BasicShapes.cpp', |
| 793 'style/BorderEdge.cpp', | 793 'style/BorderEdge.cpp', |
| 794 'style/BorderEdge.h', | 794 'style/BorderEdge.h', |
| 795 'style/BorderImageLength.h', | 795 'style/BorderImageLength.h', |
| 796 'style/BorderImageLengthBox.h', | 796 'style/BorderImageLengthBox.h', |
| 797 'style/CachedUAStyle.h', | 797 'style/CachedUAStyle.h', |
| 798 'style/ContentData.cpp', | 798 'style/ContentData.cpp', |
| 799 'style/CounterDirectives.cpp', | 799 'style/CounterDirectives.cpp', |
| 800 'style/DataEquivalency.h', |
| 801 'style/DataPersistent.h', |
| 802 'style/DataRef.h', |
| 800 'style/FillLayer.cpp', | 803 'style/FillLayer.cpp', |
| 801 'style/GridArea.h', | 804 'style/GridArea.h', |
| 802 'style/GridPositionsResolver.cpp', | 805 'style/GridPositionsResolver.cpp', |
| 803 'style/GridPositionsResolver.h', | 806 'style/GridPositionsResolver.h', |
| 804 'style/ComputedStyle.cpp', | 807 'style/ComputedStyle.cpp', |
| 805 'style/ComputedStyle.h', | 808 'style/ComputedStyle.h', |
| 806 'style/NinePieceImage.cpp', | 809 'style/NinePieceImage.cpp', |
| 807 'style/QuotesData.cpp', | 810 'style/QuotesData.cpp', |
| 808 'style/QuotesData.h', | 811 'style/QuotesData.h', |
| 809 'style/ShadowData.cpp', | 812 'style/ShadowData.cpp', |
| (...skipping 3294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4104 'svg/SVGPathParserTest.cpp', | 4107 'svg/SVGPathParserTest.cpp', |
| 4105 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4108 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4106 'testing/PrivateScriptTestTest.cpp', | 4109 'testing/PrivateScriptTestTest.cpp', |
| 4107 'timing/MemoryInfoTest.cpp', | 4110 'timing/MemoryInfoTest.cpp', |
| 4108 'workers/WorkerThreadTest.cpp', | 4111 'workers/WorkerThreadTest.cpp', |
| 4109 'workers/WorkerThreadTestHelper.h', | 4112 'workers/WorkerThreadTestHelper.h', |
| 4110 'xml/parser/SharedBufferReaderTest.cpp', | 4113 'xml/parser/SharedBufferReaderTest.cpp', |
| 4111 ], | 4114 ], |
| 4112 } | 4115 } |
| 4113 } | 4116 } |
| OLD | NEW |