Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: third_party/WebKit/Source/core/css/BUILD.gn

Issue 2580793005: Split the CSSParserContext class out of CSSParserMode into its own file. (Closed)
Patch Set: one extra missing include Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698