| 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 4bd841ed8b52156e9908557d583c9aa930b1f461..8eac451d3cb5bd6cdfd101398c6cd62627d5fe78 100644
|
| --- a/third_party/WebKit/Source/core/css/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/css/BUILD.gn
|
| @@ -314,11 +314,12 @@ blink_core_sources("css") {
|
| "parser/CSSLazyPropertyParserImpl.h",
|
| "parser/CSSParser.cpp",
|
| "parser/CSSParser.h",
|
| + "parser/CSSParserContext.cpp",
|
| + "parser/CSSParserContext.h",
|
| "parser/CSSParserFastPaths.cpp",
|
| "parser/CSSParserFastPaths.h",
|
| "parser/CSSParserImpl.cpp",
|
| "parser/CSSParserImpl.h",
|
| - "parser/CSSParserMode.cpp",
|
| "parser/CSSParserMode.h",
|
| "parser/CSSParserObserverWrapper.cpp",
|
| "parser/CSSParserSelector.cpp",
|
|
|