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