| 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', |
| 11 'animation/AnimationPlayer.idl', | 11 'animation/AnimationPlayer.idl', |
| 12 'animation/AnimationTimeline.idl', | 12 'animation/AnimationTimeline.idl', |
| 13 'animation/Timing.idl', | 13 'animation/Timing.idl', |
| 14 'clipboard/DataTransfer.idl', | 14 'clipboard/DataTransfer.idl', |
| 15 'clipboard/DataTransferItemList.idl', | 15 'clipboard/DataTransferItemList.idl', |
| 16 'css/CSS.idl', | 16 'css/CSS.idl', |
| 17 'css/CSSCharsetRule.idl', | |
| 18 'css/CSSFontFaceRule.idl', | 17 'css/CSSFontFaceRule.idl', |
| 19 'css/CSSImportRule.idl', | 18 'css/CSSImportRule.idl', |
| 20 'css/CSSKeyframeRule.idl', | 19 'css/CSSKeyframeRule.idl', |
| 21 'css/CSSKeyframesRule.idl', | 20 'css/CSSKeyframesRule.idl', |
| 22 'css/CSSMediaRule.idl', | 21 'css/CSSMediaRule.idl', |
| 23 'css/CSSPageRule.idl', | 22 'css/CSSPageRule.idl', |
| 24 'css/CSSRule.idl', | 23 'css/CSSRule.idl', |
| 25 'css/CSSRuleList.idl', | 24 'css/CSSRuleList.idl', |
| 26 'css/CSSStyleDeclaration.idl', | 25 'css/CSSStyleDeclaration.idl', |
| 27 'css/CSSStyleRule.idl', | 26 'css/CSSStyleRule.idl', |
| (...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 667 'css/BinaryDataFontFaceSource.h', | 666 'css/BinaryDataFontFaceSource.h', |
| 668 'css/CSSBasicShapes.cpp', | 667 'css/CSSBasicShapes.cpp', |
| 669 'css/CSSBorderImage.cpp', | 668 'css/CSSBorderImage.cpp', |
| 670 'css/CSSBorderImage.h', | 669 'css/CSSBorderImage.h', |
| 671 'css/CSSBorderImageSliceValue.cpp', | 670 'css/CSSBorderImageSliceValue.cpp', |
| 672 'css/CSSBorderImageSliceValue.h', | 671 'css/CSSBorderImageSliceValue.h', |
| 673 'css/CSSCalculationValue.cpp', | 672 'css/CSSCalculationValue.cpp', |
| 674 'css/CSSCalculationValue.h', | 673 'css/CSSCalculationValue.h', |
| 675 'css/CSSCanvasValue.cpp', | 674 'css/CSSCanvasValue.cpp', |
| 676 'css/CSSCanvasValue.h', | 675 'css/CSSCanvasValue.h', |
| 677 'css/CSSCharsetRule.cpp', | |
| 678 'css/CSSCharsetRule.h', | |
| 679 'css/CSSComputedStyleDeclaration.cpp', | 676 'css/CSSComputedStyleDeclaration.cpp', |
| 680 'css/CSSContentDistributionValue.cpp', | 677 'css/CSSContentDistributionValue.cpp', |
| 681 'css/CSSContentDistributionValue.h', | 678 'css/CSSContentDistributionValue.h', |
| 682 'css/CSSCrossfadeValue.cpp', | 679 'css/CSSCrossfadeValue.cpp', |
| 683 'css/CSSCrossfadeValue.h', | 680 'css/CSSCrossfadeValue.h', |
| 684 'css/CSSCursorImageValue.cpp', | 681 'css/CSSCursorImageValue.cpp', |
| 685 'css/CSSCustomFontData.h', | 682 'css/CSSCustomFontData.h', |
| 686 'css/CSSDefaultStyleSheets.cpp', | 683 'css/CSSDefaultStyleSheets.cpp', |
| 687 'css/CSSDefaultStyleSheets.h', | 684 'css/CSSDefaultStyleSheets.h', |
| 688 'css/CSSFilterRule.cpp', | 685 'css/CSSFilterRule.cpp', |
| (...skipping 2905 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3594 'rendering/style/OutlineValueTest.cpp', | 3591 'rendering/style/OutlineValueTest.cpp', |
| 3595 'rendering/style/RenderStyleTest.cpp', | 3592 'rendering/style/RenderStyleTest.cpp', |
| 3596 'testing/PrivateScriptTestTest.cpp', | 3593 'testing/PrivateScriptTestTest.cpp', |
| 3597 'streams/ReadableStreamTest.cpp', | 3594 'streams/ReadableStreamTest.cpp', |
| 3598 'testing/UnitTestHelpers.cpp', | 3595 'testing/UnitTestHelpers.cpp', |
| 3599 'testing/UnitTestHelpers.h', | 3596 'testing/UnitTestHelpers.h', |
| 3600 'xml/parser/SharedBufferReaderTest.cpp', | 3597 'xml/parser/SharedBufferReaderTest.cpp', |
| 3601 ], | 3598 ], |
| 3602 } | 3599 } |
| 3603 } | 3600 } |
| OLD | NEW |