| 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 1078 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1089 'css/CSSRuleList.h', | 1089 'css/CSSRuleList.h', |
| 1090 'css/CSSSVGDocumentValue.cpp', | 1090 'css/CSSSVGDocumentValue.cpp', |
| 1091 'css/CSSSVGDocumentValue.h', | 1091 'css/CSSSVGDocumentValue.h', |
| 1092 'css/CSSSegmentedFontFace.cpp', | 1092 'css/CSSSegmentedFontFace.cpp', |
| 1093 'css/CSSSegmentedFontFace.h', | 1093 'css/CSSSegmentedFontFace.h', |
| 1094 'css/CSSSelector.cpp', | 1094 'css/CSSSelector.cpp', |
| 1095 'css/CSSSelectorList.cpp', | 1095 'css/CSSSelectorList.cpp', |
| 1096 'css/CSSSelectorList.h', | 1096 'css/CSSSelectorList.h', |
| 1097 'css/CSSShadowValue.cpp', | 1097 'css/CSSShadowValue.cpp', |
| 1098 'css/CSSShadowValue.h', | 1098 'css/CSSShadowValue.h', |
| 1099 'css/CSSStringValue.cpp', |
| 1100 'css/CSSStringValue.h', |
| 1099 'css/CSSStyleDeclaration.h', | 1101 'css/CSSStyleDeclaration.h', |
| 1100 'css/CSSStyleRule.cpp', | 1102 'css/CSSStyleRule.cpp', |
| 1101 'css/CSSStyleRule.h', | 1103 'css/CSSStyleRule.h', |
| 1102 'css/CSSStyleSheet.cpp', | 1104 'css/CSSStyleSheet.cpp', |
| 1103 'css/CSSStyleSheet.h', | 1105 'css/CSSStyleSheet.h', |
| 1104 'css/CSSSupportsRule.cpp', | 1106 'css/CSSSupportsRule.cpp', |
| 1105 'css/CSSSupportsRule.h', | 1107 'css/CSSSupportsRule.h', |
| 1106 'css/CSSTimingFunctionValue.cpp', | 1108 'css/CSSTimingFunctionValue.cpp', |
| 1107 'css/CSSTimingFunctionValue.h', | 1109 'css/CSSTimingFunctionValue.h', |
| 1108 'css/CSSToLengthConversionData.cpp', | 1110 'css/CSSToLengthConversionData.cpp', |
| (...skipping 2747 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3856 'style/OutlineValueTest.cpp', | 3858 'style/OutlineValueTest.cpp', |
| 3857 'style/SVGComputedStyleTest.cpp', | 3859 'style/SVGComputedStyleTest.cpp', |
| 3858 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3860 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3859 'testing/PrivateScriptTestTest.cpp', | 3861 'testing/PrivateScriptTestTest.cpp', |
| 3860 'timing/MemoryInfoTest.cpp', | 3862 'timing/MemoryInfoTest.cpp', |
| 3861 'workers/WorkerThreadTest.cpp', | 3863 'workers/WorkerThreadTest.cpp', |
| 3862 'xml/parser/SharedBufferReaderTest.cpp', | 3864 'xml/parser/SharedBufferReaderTest.cpp', |
| 3863 ], | 3865 ], |
| 3864 } | 3866 } |
| 3865 } | 3867 } |
| OLD | NEW |