Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 1829403002: Clean up font loading (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Resource_status
Patch Set: Another rebase! Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698