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

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

Issue 2609933005: Implements CSSPropertyAPI for the webkit-text-emphasis-style property. (Closed)
Patch Set: fixed dependencies, changed year Created 3 years, 11 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 577e285a45a7f5c56643cb113fed2ff954342e69..ed87a6c89141135b6ea69b44806db1248bd39c79 100644
--- a/third_party/WebKit/Source/core/css/BUILD.gn
+++ b/third_party/WebKit/Source/core/css/BUILD.gn
@@ -345,6 +345,7 @@ blink_core_sources("css") {
"parser/SizesCalcParser.cpp",
"properties/CSSPropertyAPI.h",
"properties/CSSPropertyAPIWebkitPadding.cpp",
+ "properties/CSSPropertyAPIWebkitTextEmphasisStyle.cpp",
"properties/CSSPropertyAPIWillChange.cpp",
"properties/CSSPropertyDescriptor.h",
"resolver/AnimatedStyleBuilder.cpp",

Powered by Google App Engine
This is Rietveld 408576698