| 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 0ed35a9a83fc08accec24a85a2604302e01d6128..d48860059d064066c1d3ee9e3922d3f238e53840 100644
|
| --- a/third_party/WebKit/Source/core/css/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/css/BUILD.gn
|
| @@ -123,6 +123,8 @@ blink_core_sources("css") {
|
| "CSSStyleSheet.h",
|
| "CSSSupportsRule.cpp",
|
| "CSSSupportsRule.h",
|
| + "CSSSyntaxDescriptor.cpp",
|
| + "CSSSyntaxDescriptor.h",
|
| "CSSTimingFunctionValue.cpp",
|
| "CSSTimingFunctionValue.h",
|
| "CSSToLengthConversionData.cpp",
|
| @@ -190,6 +192,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",
|
|
|