Chromium Code Reviews| 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", |