Chromium Code Reviews

Unified 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: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 983a43ee570cc2bf67fd3e7d1b67c5353d5088bf..64592f1de7a00009faeb0e868d21a2763c0d6248 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -32,6 +32,7 @@
'css/FontFace.idl',
'css/FontFaceSet.idl',
'css/FontFaceSetLoadEvent.idl',
+ 'css/LocalFontFace.idl',
'css/MediaList.idl',
'css/MediaQueryList.idl',
'css/MediaQueryListEvent.idl',
@@ -1207,6 +1208,8 @@
'css/KeyframeStyleRuleCSSStyleDeclaration.h',
'css/ComputedStyleCSSValueMapping.h',
'css/ComputedStyleCSSValueMapping.cpp',
+ 'css/LocalFontFace.cpp',
+ 'css/LocalFontFace.h',
'css/LocalFontFaceSource.cpp',
'css/LocalFontFaceSource.h',
'css/MediaList.cpp',

Powered by Google App Engine