| 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 b095518430e72c34552d9518fd890f66aa8cdbfb..fd11ed2437aaec2e3355461fa7db4e027d740609 100644
|
| --- a/third_party/WebKit/Source/core/css/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/css/BUILD.gn
|
| @@ -299,6 +299,8 @@ blink_core_sources("css") {
|
| "invalidation/StyleSheetInvalidationAnalysis.h",
|
| "parser/CSSAtRuleID.cpp",
|
| "parser/CSSAtRuleID.h",
|
| + "parser/CSSLazyPropertyParserImpl.cpp",
|
| + "parser/CSSLazyPropertyParserImpl.h",
|
| "parser/CSSParser.cpp",
|
| "parser/CSSParser.h",
|
| "parser/CSSParserFastPaths.cpp",
|
|
|