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

Unified Diff: Source/core/core.gypi

Issue 137253005: [Font Load Events] Partial implementation of SetClass operations for FontFaceSet (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix callback arguments Created 6 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
« no previous file with comments | « LayoutTests/fast/css/fontfaceset-set-operations-expected.txt ('k') | Source/core/css/CSSFontSelector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 9dbcb08cb59deb9c4d82374c36bc29c6b366f440..ccb6db38e01ea097106465c0c6582a4e13dfd97a 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -30,6 +30,7 @@
'css/DocumentFontFaceSet.idl',
'css/FontFace.idl',
'css/FontFaceSet.idl',
+ 'css/FontFaceSetForEachCallback.idl',
'css/MediaList.idl',
'css/MediaQueryList.idl',
'css/RGBColor.idl',
@@ -751,6 +752,7 @@
'css/FontFace.h',
'css/FontFaceSet.cpp',
'css/FontFaceSet.h',
+ 'css/FontFaceSetForEachCallback.h',
'css/FontSize.cpp',
'css/FontSize.h',
'css/HashTools.h',
« no previous file with comments | « LayoutTests/fast/css/fontfaceset-set-operations-expected.txt ('k') | Source/core/css/CSSFontSelector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698