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 1224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1235 'css/ElementRuleCollector.cpp', | 1235 'css/ElementRuleCollector.cpp', |
1236 'css/ElementRuleCollector.h', | 1236 'css/ElementRuleCollector.h', |
1237 'css/FontFace.cpp', | 1237 'css/FontFace.cpp', |
1238 'css/FontFace.h', | 1238 'css/FontFace.h', |
1239 'css/FontFaceCache.cpp', | 1239 'css/FontFaceCache.cpp', |
1240 'css/FontFaceCache.h', | 1240 'css/FontFaceCache.h', |
1241 'css/FontFaceSet.cpp', | 1241 'css/FontFaceSet.cpp', |
1242 'css/FontFaceSet.h', | 1242 'css/FontFaceSet.h', |
1243 'css/FontFaceSetLoadEvent.cpp', | 1243 'css/FontFaceSetLoadEvent.cpp', |
1244 'css/FontFaceSetLoadEvent.h', | 1244 'css/FontFaceSetLoadEvent.h', |
1245 'css/FontLoader.cpp', | |
1246 'css/FontLoader.h', | |
1247 'css/FontSize.cpp', | 1245 'css/FontSize.cpp', |
1248 'css/FontSize.h', | 1246 'css/FontSize.h', |
1249 'css/FontStyleMatcher.cpp', | 1247 'css/FontStyleMatcher.cpp', |
1250 'css/FontStyleMatcher.h', | 1248 'css/FontStyleMatcher.h', |
1251 'css/HashTools.h', | 1249 'css/HashTools.h', |
1252 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp', | 1250 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp', |
1253 'css/KeyframeStyleRuleCSSStyleDeclaration.h', | 1251 'css/KeyframeStyleRuleCSSStyleDeclaration.h', |
1254 'css/ComputedStyleCSSValueMapping.h', | 1252 'css/ComputedStyleCSSValueMapping.h', |
1255 'css/ComputedStyleCSSValueMapping.cpp', | 1253 'css/ComputedStyleCSSValueMapping.cpp', |
1256 'css/LocalFontFaceSource.cpp', | 1254 'css/LocalFontFaceSource.cpp', |
(...skipping 2835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4092 'svg/SVGPathParserTest.cpp', | 4090 'svg/SVGPathParserTest.cpp', |
4093 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4091 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4094 'testing/PrivateScriptTestTest.cpp', | 4092 'testing/PrivateScriptTestTest.cpp', |
4095 'timing/MemoryInfoTest.cpp', | 4093 'timing/MemoryInfoTest.cpp', |
4096 'workers/WorkerThreadTest.cpp', | 4094 'workers/WorkerThreadTest.cpp', |
4097 'workers/WorkerThreadTestHelper.h', | 4095 'workers/WorkerThreadTestHelper.h', |
4098 'xml/parser/SharedBufferReaderTest.cpp', | 4096 'xml/parser/SharedBufferReaderTest.cpp', |
4099 ], | 4097 ], |
4100 } | 4098 } |
4101 } | 4099 } |
OLD | NEW |