| 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 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1085 'css/CSSSupportsRule.cpp', | 1085 'css/CSSSupportsRule.cpp', |
| 1086 'css/CSSSupportsRule.h', | 1086 'css/CSSSupportsRule.h', |
| 1087 'css/CSSTimingFunctionValue.cpp', | 1087 'css/CSSTimingFunctionValue.cpp', |
| 1088 'css/CSSTimingFunctionValue.h', | 1088 'css/CSSTimingFunctionValue.h', |
| 1089 'css/CSSToLengthConversionData.cpp', | 1089 'css/CSSToLengthConversionData.cpp', |
| 1090 'css/CSSToLengthConversionData.h', | 1090 'css/CSSToLengthConversionData.h', |
| 1091 'css/CSSUnicodeRangeValue.cpp', | 1091 'css/CSSUnicodeRangeValue.cpp', |
| 1092 'css/CSSUnicodeRangeValue.h', | 1092 'css/CSSUnicodeRangeValue.h', |
| 1093 'css/CSSUnsetValue.cpp', | 1093 'css/CSSUnsetValue.cpp', |
| 1094 'css/CSSUnsetValue.h', | 1094 'css/CSSUnsetValue.h', |
| 1095 'css/CSSValue.cpp', | |
| 1096 'css/CSSValueList.cpp', | 1095 'css/CSSValueList.cpp', |
| 1096 'css/CSSValueObject.cpp', |
| 1097 'css/CSSValuePool.cpp', | 1097 'css/CSSValuePool.cpp', |
| 1098 'css/CSSValuePool.h', | 1098 'css/CSSValuePool.h', |
| 1099 'css/CSSViewportRule.cpp', | 1099 'css/CSSViewportRule.cpp', |
| 1100 'css/CSSViewportRule.h', | 1100 'css/CSSViewportRule.h', |
| 1101 'css/Counter.cpp', | 1101 'css/Counter.cpp', |
| 1102 'css/Counter.h', | 1102 'css/Counter.h', |
| 1103 'css/DOMWindowCSS.cpp', | 1103 'css/DOMWindowCSS.cpp', |
| 1104 'css/DOMWindowCSS.h', | 1104 'css/DOMWindowCSS.h', |
| 1105 'css/DocumentFontFaceSet.cpp', | 1105 'css/DocumentFontFaceSet.cpp', |
| 1106 'css/DocumentFontFaceSet.h', | 1106 'css/DocumentFontFaceSet.h', |
| (...skipping 2568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3675 'animation/animatable/AnimatableValueTestHelper.cpp', | 3675 'animation/animatable/AnimatableValueTestHelper.cpp', |
| 3676 'animation/animatable/AnimatableValueTestHelper.h', | 3676 'animation/animatable/AnimatableValueTestHelper.h', |
| 3677 'animation/animatable/AnimatableValueTestHelperTest.cpp', | 3677 'animation/animatable/AnimatableValueTestHelperTest.cpp', |
| 3678 'clipboard/DataObjectTest.cpp', | 3678 'clipboard/DataObjectTest.cpp', |
| 3679 'css/AffectedByFocusTest.cpp', | 3679 'css/AffectedByFocusTest.cpp', |
| 3680 'css/CSSCalculationValueTest.cpp', | 3680 'css/CSSCalculationValueTest.cpp', |
| 3681 'css/CSSFontFaceTest.cpp', | 3681 'css/CSSFontFaceTest.cpp', |
| 3682 'css/CSSSelectorTest.cpp', | 3682 'css/CSSSelectorTest.cpp', |
| 3683 'css/CSSTestHelper.cpp', | 3683 'css/CSSTestHelper.cpp', |
| 3684 'css/CSSTestHelper.h', | 3684 'css/CSSTestHelper.h', |
| 3685 'css/CSSValueTest.cpp', |
| 3685 'css/CSSValueTestHelper.h', | 3686 'css/CSSValueTestHelper.h', |
| 3686 'css/DragUpdateTest.cpp', | 3687 'css/DragUpdateTest.cpp', |
| 3687 'css/MediaQueryEvaluatorTest.cpp', | 3688 'css/MediaQueryEvaluatorTest.cpp', |
| 3688 'css/MediaQueryListTest.cpp', | 3689 'css/MediaQueryListTest.cpp', |
| 3689 'css/MediaQueryMatcherTest.cpp', | 3690 'css/MediaQueryMatcherTest.cpp', |
| 3690 'css/MediaQuerySetTest.cpp', | 3691 'css/MediaQuerySetTest.cpp', |
| 3691 'css/MediaValuesTest.cpp', | 3692 'css/MediaValuesTest.cpp', |
| 3692 'css/RuleSetTest.cpp', | 3693 'css/RuleSetTest.cpp', |
| 3693 'css/invalidation/DescendantInvalidationSetTest.cpp', | 3694 'css/invalidation/DescendantInvalidationSetTest.cpp', |
| 3694 'css/parser/CSSParserValuesTest.cpp', | 3695 'css/parser/CSSParserValuesTest.cpp', |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3796 'style/OutlineValueTest.cpp', | 3797 'style/OutlineValueTest.cpp', |
| 3797 'style/SVGComputedStyleTest.cpp', | 3798 'style/SVGComputedStyleTest.cpp', |
| 3798 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3799 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3799 'testing/PrivateScriptTestTest.cpp', | 3800 'testing/PrivateScriptTestTest.cpp', |
| 3800 'timing/MemoryInfoTest.cpp', | 3801 'timing/MemoryInfoTest.cpp', |
| 3801 'workers/WorkerThreadTest.cpp', | 3802 'workers/WorkerThreadTest.cpp', |
| 3802 'xml/parser/SharedBufferReaderTest.cpp', | 3803 'xml/parser/SharedBufferReaderTest.cpp', |
| 3803 ], | 3804 ], |
| 3804 } | 3805 } |
| 3805 } | 3806 } |
| OLD | NEW |