| 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/Animation.idl', | 8 'animation/Animation.idl', |
| 9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
| 10 'animation/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
| (...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 759 'css/CSSSupportsRule.cpp', | 759 'css/CSSSupportsRule.cpp', |
| 760 'css/CSSSupportsRule.h', | 760 'css/CSSSupportsRule.h', |
| 761 'css/CSSTimingFunctionValue.cpp', | 761 'css/CSSTimingFunctionValue.cpp', |
| 762 'css/CSSTimingFunctionValue.h', | 762 'css/CSSTimingFunctionValue.h', |
| 763 'css/CSSToLengthConversionData.cpp', | 763 'css/CSSToLengthConversionData.cpp', |
| 764 'css/CSSToLengthConversionData.h', | 764 'css/CSSToLengthConversionData.h', |
| 765 'css/CSSTransformValue.cpp', | 765 'css/CSSTransformValue.cpp', |
| 766 'css/CSSUnicodeRangeValue.cpp', | 766 'css/CSSUnicodeRangeValue.cpp', |
| 767 'css/CSSUnicodeRangeValue.h', | 767 'css/CSSUnicodeRangeValue.h', |
| 768 'css/CSSUnknownRule.h', | 768 'css/CSSUnknownRule.h', |
| 769 'css/CSSUnsetValue.cpp', | |
| 770 'css/CSSUnsetValue.h', | |
| 771 'css/CSSValue.cpp', | 769 'css/CSSValue.cpp', |
| 772 'css/CSSValueList.cpp', | 770 'css/CSSValueList.cpp', |
| 773 'css/CSSValuePool.cpp', | 771 'css/CSSValuePool.cpp', |
| 774 'css/CSSValuePool.h', | 772 'css/CSSValuePool.h', |
| 775 'css/CSSViewportRule.cpp', | 773 'css/CSSViewportRule.cpp', |
| 776 'css/CSSViewportRule.h', | 774 'css/CSSViewportRule.h', |
| 777 'css/Counter.cpp', | 775 'css/Counter.cpp', |
| 778 'css/Counter.h', | 776 'css/Counter.h', |
| 779 'css/DOMWindowCSS.cpp', | 777 'css/DOMWindowCSS.cpp', |
| 780 'css/DOMWindowCSS.h', | 778 'css/DOMWindowCSS.h', |
| (...skipping 2812 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3593 'rendering/style/OutlineValueTest.cpp', | 3591 'rendering/style/OutlineValueTest.cpp', |
| 3594 'rendering/style/RenderStyleTest.cpp', | 3592 'rendering/style/RenderStyleTest.cpp', |
| 3595 'streams/ReadableStreamTest.cpp', | 3593 'streams/ReadableStreamTest.cpp', |
| 3596 'testing/PrivateScriptTestTest.cpp', | 3594 'testing/PrivateScriptTestTest.cpp', |
| 3597 'testing/UnitTestHelpers.cpp', | 3595 'testing/UnitTestHelpers.cpp', |
| 3598 'testing/UnitTestHelpers.h', | 3596 'testing/UnitTestHelpers.h', |
| 3599 'xml/parser/SharedBufferReaderTest.cpp', | 3597 'xml/parser/SharedBufferReaderTest.cpp', |
| 3600 ], | 3598 ], |
| 3601 } | 3599 } |
| 3602 } | 3600 } |
| OLD | NEW |