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

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

Issue 2558053002: Add CSS support for font-variation-settings (Closed)
Patch Set: DCHECK corrected, newline removed. Created 4 years 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 ae40a901dc1ff06f8f8038efd6e186490247069b..ee9de4de9d1d85d426d3d88a34e27b428adbf377 100644
--- a/third_party/WebKit/Source/core/css/BUILD.gn
+++ b/third_party/WebKit/Source/core/css/BUILD.gn
@@ -53,6 +53,8 @@ blink_core_sources("css") {
"CSSFontSelector.cpp",
"CSSFontSelector.h",
"CSSFontSelectorClient.h",
+ "CSSFontVariationValue.cpp",
+ "CSSFontVariationValue.h",
"CSSFunctionValue.cpp",
"CSSFunctionValue.h",
"CSSGlobalRuleSet.cpp",

Powered by Google App Engine
This is Rietveld 408576698