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

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

Issue 2772263004: Added CSSPropertyCounterUtils which holds shared counter parsing logic. (Closed)
Patch Set: Created 3 years, 9 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 ed9389d2e12b79e808a2702ca8b190a607a08f7b..66a199e0e28c34b7cd26f35b6ff6027a26652d25 100644
--- a/third_party/WebKit/Source/core/css/BUILD.gn
+++ b/third_party/WebKit/Source/core/css/BUILD.gn
@@ -491,6 +491,8 @@ blink_core_sources("css") {
"properties/CSSPropertyAlignmentUtils.h",
"properties/CSSPropertyColumnUtils.cpp",
"properties/CSSPropertyColumnUtils.h",
+ "properties/CSSPropertyCounterUtils.cpp",
+ "properties/CSSPropertyCounterUtils.h",
"properties/CSSPropertyFontUtils.cpp",
"properties/CSSPropertyFontUtils.h",
"properties/CSSPropertyLengthUtils.cpp",

Powered by Google App Engine
This is Rietveld 408576698