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

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

Issue 2647503004: Added CSSPropertyPositionUtils which holds position parsing methods. (Closed)
Patch Set: It builds! 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 a9be2f2ffebf4397aaf61a140949642f4079a621..68db04f769da3b8a1b607f0291ced1293921ba7b 100644
--- a/third_party/WebKit/Source/core/css/BUILD.gn
+++ b/third_party/WebKit/Source/core/css/BUILD.gn
@@ -392,6 +392,7 @@ blink_core_sources("css") {
"properties/CSSPropertyAlignmentUtils.cpp",
"properties/CSSPropertyAlignmentUtils.h",
"properties/CSSPropertyDescriptor.h",
+ "properties/CSSPropertyPositionUtils.h",
sashab 2017/01/20 04:39:49 Missing CSSPropertyPositionUtils.cpp :)
sashab 2017/01/20 04:39:49 Missing CSSPropertyPositionUtils.cpp :)
nainar 2017/01/20 06:22:38 Templated functions need to be defined need to be
"resolver/AnimatedStyleBuilder.cpp",
"resolver/AnimatedStyleBuilder.h",
"resolver/CSSToStyleMap.cpp",

Powered by Google App Engine
This is Rietveld 408576698