| 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 8c8f5387315655035ac3bd423d3ff78af058b0e1..01d1d22e5ef14fec21eba5cccef17e536298a313 100644
|
| --- a/third_party/WebKit/Source/core/css/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/css/BUILD.gn
|
| @@ -125,6 +125,8 @@ blink_core_sources("css") {
|
| "CSSStyleSheet.h",
|
| "CSSSupportsRule.cpp",
|
| "CSSSupportsRule.h",
|
| + "CSSSyntaxDescriptor.cpp",
|
| + "CSSSyntaxDescriptor.h",
|
| "CSSTimingFunctionValue.cpp",
|
| "CSSTimingFunctionValue.h",
|
| "CSSToLengthConversionData.cpp",
|
| @@ -192,6 +194,10 @@ blink_core_sources("css") {
|
| "MediaValuesDynamic.cpp",
|
| "PageRuleCollector.cpp",
|
| "PageRuleCollector.h",
|
| + "PropertyRegistration.cpp",
|
| + "PropertyRegistration.h",
|
| + "PropertyRegistry.cpp",
|
| + "PropertyRegistry.h",
|
| "PropertySetCSSStyleDeclaration.cpp",
|
| "PropertySetCSSStyleDeclaration.h",
|
| "PseudoStyleRequest.h",
|
|
|