| 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 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1119 'css/CSSDefaultStyleSheets.cpp', | 1119 'css/CSSDefaultStyleSheets.cpp', |
| 1120 'css/CSSDefaultStyleSheets.h', | 1120 'css/CSSDefaultStyleSheets.h', |
| 1121 'css/CSSFontFace.cpp', | 1121 'css/CSSFontFace.cpp', |
| 1122 'css/CSSFontFace.h', | 1122 'css/CSSFontFace.h', |
| 1123 'css/CSSFontFaceRule.cpp', | 1123 'css/CSSFontFaceRule.cpp', |
| 1124 'css/CSSFontFaceRule.h', | 1124 'css/CSSFontFaceRule.h', |
| 1125 'css/CSSFontFaceSource.cpp', | 1125 'css/CSSFontFaceSource.cpp', |
| 1126 'css/CSSFontFaceSource.h', | 1126 'css/CSSFontFaceSource.h', |
| 1127 'css/CSSFontFaceSrcValue.cpp', | 1127 'css/CSSFontFaceSrcValue.cpp', |
| 1128 'css/CSSFontFaceSrcValue.h', | 1128 'css/CSSFontFaceSrcValue.h', |
| 1129 'css/CSSFontFamilyValue.cpp', |
| 1130 'css/CSSFontFamilyValue.h', |
| 1129 'css/CSSFontFeatureValue.cpp', | 1131 'css/CSSFontFeatureValue.cpp', |
| 1130 'css/CSSFontFeatureValue.h', | 1132 'css/CSSFontFeatureValue.h', |
| 1131 'css/CSSFontSelector.cpp', | 1133 'css/CSSFontSelector.cpp', |
| 1132 'css/CSSFontSelector.h', | 1134 'css/CSSFontSelector.h', |
| 1133 'css/CSSFontSelectorClient.h', | 1135 'css/CSSFontSelectorClient.h', |
| 1134 'css/CSSFunctionValue.cpp', | 1136 'css/CSSFunctionValue.cpp', |
| 1135 'css/CSSFunctionValue.h', | 1137 'css/CSSFunctionValue.h', |
| 1136 'css/CSSGradientValue.cpp', | 1138 'css/CSSGradientValue.cpp', |
| 1137 'css/CSSGradientValue.h', | 1139 'css/CSSGradientValue.h', |
| 1138 'css/CSSGridAutoRepeatValue.h', | 1140 'css/CSSGridAutoRepeatValue.h', |
| (...skipping 2927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4066 'style/SVGComputedStyleTest.cpp', | 4068 'style/SVGComputedStyleTest.cpp', |
| 4067 'svg/SVGPathParserTest.cpp', | 4069 'svg/SVGPathParserTest.cpp', |
| 4068 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4070 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4069 'testing/PrivateScriptTestTest.cpp', | 4071 'testing/PrivateScriptTestTest.cpp', |
| 4070 'timing/MemoryInfoTest.cpp', | 4072 'timing/MemoryInfoTest.cpp', |
| 4071 'workers/WorkerThreadTest.cpp', | 4073 'workers/WorkerThreadTest.cpp', |
| 4072 'xml/parser/SharedBufferReaderTest.cpp', | 4074 'xml/parser/SharedBufferReaderTest.cpp', |
| 4073 ], | 4075 ], |
| 4074 } | 4076 } |
| 4075 } | 4077 } |
| OLD | NEW |