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

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

Issue 2639303004: Implements CSSPropertyAPI for the fragmentation element properties. (Closed)
Patch Set: remove unneeded import 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 231a6b0cd7fc56ae57cd489cafe91f2f0d15a1c8..fff6cd941c87b278a95454d20f9b9bd8e8adb5e1 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",
sashab 2017/01/19 00:41:59 Typo in CL description in the bullet points bit -
nainar 2017/01/19 00:57:23 Done. Great catch!
"properties/CSSPropertyAPI.h",
"properties/CSSPropertyAPIBorderRadius.cpp",
+ "properties/CSSPropertyAPIBoxGroup.cpp",
"properties/CSSPropertyAPICaretColor.cpp",
"properties/CSSPropertyAPIClip.cpp",
"properties/CSSPropertyAPIColumnGap.cpp",

Powered by Google App Engine
This is Rietveld 408576698