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

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

Issue 2315923002: Lazy Parse CSS (Closed)
Patch Set: esprehn review Created 4 years, 2 months 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/ElementRuleCollector.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 70cacc2b586c89aa551e030fa102f32c283801a2..2cf15b32711c650e20a70ace1d0a46007bb4f432 100644
--- a/third_party/WebKit/Source/core/css/BUILD.gn
+++ b/third_party/WebKit/Source/core/css/BUILD.gn
@@ -303,6 +303,10 @@ blink_core_sources("css") {
"invalidation/StyleSheetInvalidationAnalysis.h",
"parser/CSSAtRuleID.cpp",
"parser/CSSAtRuleID.h",
+ "parser/CSSLazyParsingState.cpp",
+ "parser/CSSLazyParsingState.h",
+ "parser/CSSLazyPropertyParserImpl.cpp",
+ "parser/CSSLazyPropertyParserImpl.h",
"parser/CSSParser.cpp",
"parser/CSSParser.h",
"parser/CSSParserFastPaths.cpp",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/ElementRuleCollector.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698