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

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

Issue 2884053002: Add FontFaceSource interface and make it available on Document (Closed)
Patch Set: x 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 aaf2368632ee1d2d0b77167060da9b0c3c1d922c..df6296185d31f066672a6944011db3a0d8d5dbe9 100644
--- a/third_party/WebKit/Source/core/css/BUILD.gn
+++ b/third_party/WebKit/Source/core/css/BUILD.gn
@@ -182,8 +182,6 @@ blink_core_sources("css") {
"ComputedStyleCSSValueMapping.h",
"DOMWindowCSS.cpp",
"DOMWindowCSS.h",
- "DocumentFontFaceSet.cpp",
- "DocumentFontFaceSet.h",
"ElementRuleCollector.cpp",
"ElementRuleCollector.h",
"FontFace.cpp",
@@ -194,6 +192,8 @@ blink_core_sources("css") {
"FontFaceSet.h",
"FontFaceSetLoadEvent.cpp",
"FontFaceSetLoadEvent.h",
+ "FontFaceSource.cpp",
+ "FontFaceSource.h",
"FontSize.cpp",
"FontSize.h",
"FontStyleMatcher.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/core_idl_files.gni ('k') | third_party/WebKit/Source/core/css/DocumentFontFaceSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698