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 1233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1244 'css/ElementRuleCollector.cpp', | 1244 'css/ElementRuleCollector.cpp', |
1245 'css/ElementRuleCollector.h', | 1245 'css/ElementRuleCollector.h', |
1246 'css/FontFace.cpp', | 1246 'css/FontFace.cpp', |
1247 'css/FontFace.h', | 1247 'css/FontFace.h', |
1248 'css/FontFaceCache.cpp', | 1248 'css/FontFaceCache.cpp', |
1249 'css/FontFaceCache.h', | 1249 'css/FontFaceCache.h', |
1250 'css/FontFaceSet.cpp', | 1250 'css/FontFaceSet.cpp', |
1251 'css/FontFaceSet.h', | 1251 'css/FontFaceSet.h', |
1252 'css/FontFaceSetLoadEvent.cpp', | 1252 'css/FontFaceSetLoadEvent.cpp', |
1253 'css/FontFaceSetLoadEvent.h', | 1253 'css/FontFaceSetLoadEvent.h', |
1254 'css/FontLoader.cpp', | |
1255 'css/FontLoader.h', | |
1256 'css/FontSize.cpp', | 1254 'css/FontSize.cpp', |
1257 'css/FontSize.h', | 1255 'css/FontSize.h', |
1258 'css/FontStyleMatcher.cpp', | 1256 'css/FontStyleMatcher.cpp', |
1259 'css/FontStyleMatcher.h', | 1257 'css/FontStyleMatcher.h', |
1260 'css/HashTools.h', | 1258 'css/HashTools.h', |
1261 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp', | 1259 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp', |
1262 'css/KeyframeStyleRuleCSSStyleDeclaration.h', | 1260 'css/KeyframeStyleRuleCSSStyleDeclaration.h', |
1263 'css/ComputedStyleCSSValueMapping.h', | 1261 'css/ComputedStyleCSSValueMapping.h', |
1264 'css/ComputedStyleCSSValueMapping.cpp', | 1262 'css/ComputedStyleCSSValueMapping.cpp', |
1265 'css/LocalFontFaceSource.cpp', | 1263 'css/LocalFontFaceSource.cpp', |
(...skipping 2836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4102 'svg/SVGPathParserTest.cpp', | 4100 'svg/SVGPathParserTest.cpp', |
4103 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4101 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4104 'testing/PrivateScriptTestTest.cpp', | 4102 'testing/PrivateScriptTestTest.cpp', |
4105 'timing/MemoryInfoTest.cpp', | 4103 'timing/MemoryInfoTest.cpp', |
4106 'workers/WorkerThreadTest.cpp', | 4104 'workers/WorkerThreadTest.cpp', |
4107 'workers/WorkerThreadTestHelper.h', | 4105 'workers/WorkerThreadTestHelper.h', |
4108 'xml/parser/SharedBufferReaderTest.cpp', | 4106 'xml/parser/SharedBufferReaderTest.cpp', |
4109 ], | 4107 ], |
4110 } | 4108 } |
4111 } | 4109 } |
OLD | NEW |