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

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

Issue 1615133002: Implement API for accessing fonts installed locally on the system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add file reading failure checking. Created 4 years, 10 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 14 matching lines...) Expand all
25 'css/CSSRule.idl', 25 'css/CSSRule.idl',
26 'css/CSSRuleList.idl', 26 'css/CSSRuleList.idl',
27 'css/CSSStyleDeclaration.idl', 27 'css/CSSStyleDeclaration.idl',
28 'css/CSSStyleRule.idl', 28 'css/CSSStyleRule.idl',
29 'css/CSSStyleSheet.idl', 29 'css/CSSStyleSheet.idl',
30 'css/CSSSupportsRule.idl', 30 'css/CSSSupportsRule.idl',
31 'css/CSSViewportRule.idl', 31 'css/CSSViewportRule.idl',
32 'css/FontFace.idl', 32 'css/FontFace.idl',
33 'css/FontFaceSet.idl', 33 'css/FontFaceSet.idl',
34 'css/FontFaceSetLoadEvent.idl', 34 'css/FontFaceSetLoadEvent.idl',
35 'css/LocalFontFace.idl',
35 'css/MediaList.idl', 36 'css/MediaList.idl',
36 'css/MediaQueryList.idl', 37 'css/MediaQueryList.idl',
37 'css/MediaQueryListEvent.idl', 38 'css/MediaQueryListEvent.idl',
38 'css/StyleMedia.idl', 39 'css/StyleMedia.idl',
39 'css/StyleSheet.idl', 40 'css/StyleSheet.idl',
40 'css/StyleSheetList.idl', 41 'css/StyleSheetList.idl',
41 'css/WebKitCSSMatrix.idl', 42 'css/WebKitCSSMatrix.idl',
42 'css/cssom/CalcLength.idl', 43 'css/cssom/CalcLength.idl',
43 'css/cssom/KeywordValue.idl', 44 'css/cssom/KeywordValue.idl',
44 'css/cssom/LengthValue.idl', 45 'css/cssom/LengthValue.idl',
(...skipping 1145 matching lines...) Expand 10 before | Expand all | Expand 10 after
1190 'css/FontLoader.h', 1191 'css/FontLoader.h',
1191 'css/FontSize.cpp', 1192 'css/FontSize.cpp',
1192 'css/FontSize.h', 1193 'css/FontSize.h',
1193 'css/FontStyleMatcher.cpp', 1194 'css/FontStyleMatcher.cpp',
1194 'css/FontStyleMatcher.h', 1195 'css/FontStyleMatcher.h',
1195 'css/HashTools.h', 1196 'css/HashTools.h',
1196 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp', 1197 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp',
1197 'css/KeyframeStyleRuleCSSStyleDeclaration.h', 1198 'css/KeyframeStyleRuleCSSStyleDeclaration.h',
1198 'css/ComputedStyleCSSValueMapping.h', 1199 'css/ComputedStyleCSSValueMapping.h',
1199 'css/ComputedStyleCSSValueMapping.cpp', 1200 'css/ComputedStyleCSSValueMapping.cpp',
1201 'css/LocalFontFace.cpp',
1202 'css/LocalFontFace.h',
1200 'css/LocalFontFaceSource.cpp', 1203 'css/LocalFontFaceSource.cpp',
1201 'css/LocalFontFaceSource.h', 1204 'css/LocalFontFaceSource.h',
1202 'css/MediaList.cpp', 1205 'css/MediaList.cpp',
1203 'css/MediaList.h', 1206 'css/MediaList.h',
1204 'css/MediaQuery.cpp', 1207 'css/MediaQuery.cpp',
1205 'css/MediaQuery.h', 1208 'css/MediaQuery.h',
1206 'css/MediaQueryEvaluator.cpp', 1209 'css/MediaQueryEvaluator.cpp',
1207 'css/MediaQueryEvaluator.h', 1210 'css/MediaQueryEvaluator.h',
1208 'css/MediaQueryExp.cpp', 1211 'css/MediaQueryExp.cpp',
1209 'css/MediaQueryExp.h', 1212 'css/MediaQueryExp.h',
(...skipping 2822 matching lines...) Expand 10 before | Expand all | Expand 10 after
4032 'style/SVGComputedStyleTest.cpp', 4035 'style/SVGComputedStyleTest.cpp',
4033 'svg/SVGPathParserTest.cpp', 4036 'svg/SVGPathParserTest.cpp',
4034 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4037 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4035 'testing/PrivateScriptTestTest.cpp', 4038 'testing/PrivateScriptTestTest.cpp',
4036 'timing/MemoryInfoTest.cpp', 4039 'timing/MemoryInfoTest.cpp',
4037 'workers/WorkerThreadTest.cpp', 4040 'workers/WorkerThreadTest.cpp',
4038 'xml/parser/SharedBufferReaderTest.cpp', 4041 'xml/parser/SharedBufferReaderTest.cpp',
4039 ], 4042 ],
4040 } 4043 }
4041 } 4044 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698