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

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

Issue 2315923002: Lazy Parse CSS (Closed)
Patch Set: Remove the closure and refactor logic into a separate file 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
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",

Powered by Google App Engine
This is Rietveld 408576698