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

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

Issue 2612103003: Implements CSSPropertyAPI for the paint-order property. (Closed)
Patch Set: dependencies 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 12775937080d5226dece267e9588c83b8c645dfe..babd0eacb4822c33c0d70beb3aec72eb4149f180 100644
--- a/third_party/WebKit/Source/core/css/BUILD.gn
+++ b/third_party/WebKit/Source/core/css/BUILD.gn
@@ -344,6 +344,7 @@ blink_core_sources("css") {
"parser/SizesAttributeParser.cpp",
"parser/SizesCalcParser.cpp",
"properties/CSSPropertyAPI.h",
+ "properties/CSSPropertyAPIPaintOrder.cpp",
"properties/CSSPropertyAPITranslate.cpp",
"properties/CSSPropertyAPIWebkitPadding.cpp",
"properties/CSSPropertyAPIWillChange.cpp",

Powered by Google App Engine
This is Rietveld 408576698