| 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",
|
|
|