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

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, 11 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 side-by-side diff with in-line comments
Download patch
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 8f5fcdb2152fb2c425979a68a86632e62c87445e..dd1752a0c081c3dfe6ebb830f8460655c56c5850 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',
@@ -1183,6 +1184,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
This is Rietveld 408576698