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

Unified Diff: third_party/WebKit/Source/core/css/BUILD.gn

Issue 2884053002: Add FontFaceSource interface and make it available on Document (Closed)
Patch Set: Created 3 years, 7 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/css/BUILD.gn
diff --git a/third_party/WebKit/Source/core/css/BUILD.gn b/third_party/WebKit/Source/core/css/BUILD.gn
index 46fca77db15560bdd6dee85c13255624f1baf63e..bead9beeaebbf518d32a6211d6e6d1e2ff21f1df 100644
--- a/third_party/WebKit/Source/core/css/BUILD.gn
+++ b/third_party/WebKit/Source/core/css/BUILD.gn
@@ -180,8 +180,6 @@ blink_core_sources("css") {
"ComputedStyleCSSValueMapping.h",
"DOMWindowCSS.cpp",
"DOMWindowCSS.h",
- "DocumentFontFaceSet.cpp",
- "DocumentFontFaceSet.h",
"ElementRuleCollector.cpp",
"ElementRuleCollector.h",
"FontFace.cpp",
@@ -192,6 +190,8 @@ blink_core_sources("css") {
"FontFaceSet.h",
"FontFaceSetLoadEvent.cpp",
"FontFaceSetLoadEvent.h",
+ "FontFaceSource.cpp",
+ "FontFaceSource.h",
"FontSize.cpp",
"FontSize.h",
"FontStyleMatcher.cpp",

Powered by Google App Engine
This is Rietveld 408576698