| 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 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1125 'css/CSSSupportsRule.cpp', | 1125 'css/CSSSupportsRule.cpp', |
| 1126 'css/CSSSupportsRule.h', | 1126 'css/CSSSupportsRule.h', |
| 1127 'css/CSSTimingFunctionValue.cpp', | 1127 'css/CSSTimingFunctionValue.cpp', |
| 1128 'css/CSSTimingFunctionValue.h', | 1128 'css/CSSTimingFunctionValue.h', |
| 1129 'css/CSSToLengthConversionData.cpp', | 1129 'css/CSSToLengthConversionData.cpp', |
| 1130 'css/CSSToLengthConversionData.h', | 1130 'css/CSSToLengthConversionData.h', |
| 1131 'css/CSSUnicodeRangeValue.cpp', | 1131 'css/CSSUnicodeRangeValue.cpp', |
| 1132 'css/CSSUnicodeRangeValue.h', | 1132 'css/CSSUnicodeRangeValue.h', |
| 1133 'css/CSSUnsetValue.cpp', | 1133 'css/CSSUnsetValue.cpp', |
| 1134 'css/CSSUnsetValue.h', | 1134 'css/CSSUnsetValue.h', |
| 1135 'css/CSSValue.cpp', | |
| 1136 'css/CSSValueList.cpp', | 1135 'css/CSSValueList.cpp', |
| 1136 'css/CSSValueObject.cpp', |
| 1137 'css/CSSValuePool.cpp', | 1137 'css/CSSValuePool.cpp', |
| 1138 'css/CSSValuePool.h', | 1138 'css/CSSValuePool.h', |
| 1139 'css/CSSViewportRule.cpp', | 1139 'css/CSSViewportRule.cpp', |
| 1140 'css/CSSViewportRule.h', | 1140 'css/CSSViewportRule.h', |
| 1141 'css/Counter.cpp', | 1141 'css/Counter.cpp', |
| 1142 'css/Counter.h', | 1142 'css/Counter.h', |
| 1143 'css/DOMWindowCSS.cpp', | 1143 'css/DOMWindowCSS.cpp', |
| 1144 'css/DOMWindowCSS.h', | 1144 'css/DOMWindowCSS.h', |
| 1145 'css/DocumentFontFaceSet.cpp', | 1145 'css/DocumentFontFaceSet.cpp', |
| 1146 'css/DocumentFontFaceSet.h', | 1146 'css/DocumentFontFaceSet.h', |
| (...skipping 2691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3838 'animation/animatable/AnimatableValueTestHelper.cpp', | 3838 'animation/animatable/AnimatableValueTestHelper.cpp', |
| 3839 'animation/animatable/AnimatableValueTestHelper.h', | 3839 'animation/animatable/AnimatableValueTestHelper.h', |
| 3840 'animation/animatable/AnimatableValueTestHelperTest.cpp', | 3840 'animation/animatable/AnimatableValueTestHelperTest.cpp', |
| 3841 'clipboard/DataObjectTest.cpp', | 3841 'clipboard/DataObjectTest.cpp', |
| 3842 'css/AffectedByFocusTest.cpp', | 3842 'css/AffectedByFocusTest.cpp', |
| 3843 'css/CSSCalculationValueTest.cpp', | 3843 'css/CSSCalculationValueTest.cpp', |
| 3844 'css/CSSFontFaceTest.cpp', | 3844 'css/CSSFontFaceTest.cpp', |
| 3845 'css/CSSSelectorTest.cpp', | 3845 'css/CSSSelectorTest.cpp', |
| 3846 'css/CSSTestHelper.cpp', | 3846 'css/CSSTestHelper.cpp', |
| 3847 'css/CSSTestHelper.h', | 3847 'css/CSSTestHelper.h', |
| 3848 'css/CSSValueTest.cpp', |
| 3848 'css/CSSValueTestHelper.h', | 3849 'css/CSSValueTestHelper.h', |
| 3849 'css/DragUpdateTest.cpp', | 3850 'css/DragUpdateTest.cpp', |
| 3850 'css/MediaQueryEvaluatorTest.cpp', | 3851 'css/MediaQueryEvaluatorTest.cpp', |
| 3851 'css/MediaQueryListTest.cpp', | 3852 'css/MediaQueryListTest.cpp', |
| 3852 'css/MediaQueryMatcherTest.cpp', | 3853 'css/MediaQueryMatcherTest.cpp', |
| 3853 'css/MediaQuerySetTest.cpp', | 3854 'css/MediaQuerySetTest.cpp', |
| 3854 'css/MediaValuesTest.cpp', | 3855 'css/MediaValuesTest.cpp', |
| 3855 'css/RuleSetTest.cpp', | 3856 'css/RuleSetTest.cpp', |
| 3856 'css/invalidation/DescendantInvalidationSetTest.cpp', | 3857 'css/invalidation/DescendantInvalidationSetTest.cpp', |
| 3857 'css/parser/CSSParserValuesTest.cpp', | 3858 'css/parser/CSSParserValuesTest.cpp', |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3954 'style/OutlineValueTest.cpp', | 3955 'style/OutlineValueTest.cpp', |
| 3955 'style/SVGComputedStyleTest.cpp', | 3956 'style/SVGComputedStyleTest.cpp', |
| 3956 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3957 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3957 'testing/PrivateScriptTestTest.cpp', | 3958 'testing/PrivateScriptTestTest.cpp', |
| 3958 'timing/MemoryInfoTest.cpp', | 3959 'timing/MemoryInfoTest.cpp', |
| 3959 'workers/WorkerThreadTest.cpp', | 3960 'workers/WorkerThreadTest.cpp', |
| 3960 'xml/parser/SharedBufferReaderTest.cpp', | 3961 'xml/parser/SharedBufferReaderTest.cpp', |
| 3961 ], | 3962 ], |
| 3962 } | 3963 } |
| 3963 } | 3964 } |
| OLD | NEW |