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

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: Addressing Nasko. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/renderer_blink_platform_impl.cc ('k') | third_party/WebKit/Source/core/css/FontFace.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « content/renderer/renderer_blink_platform_impl.cc ('k') | third_party/WebKit/Source/core/css/FontFace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698