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

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

Issue 2455943003: Backend for css rule tracking (Closed)
Patch Set: Backend for CSS Rule tracking. Created 4 years, 1 month 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 1c2db90c3b212c68db8a29e3205ca9957873d7cc..a224c2f172f81595bb39fc752b3cfcc4f4725b16 100644
--- a/third_party/WebKit/Source/core/css/BUILD.gn
+++ b/third_party/WebKit/Source/core/css/BUILD.gn
@@ -376,6 +376,8 @@ blink_core_sources("css") {
"resolver/StyleResolverState.h",
"resolver/StyleResolverStats.cpp",
"resolver/StyleResolverStats.h",
+ "resolver/StyleRuleUsageTracker.cpp",
+ "resolver/StyleRuleUsageTracker.h",
"resolver/StyleSharingDepthScope.h",
"resolver/TransformBuilder.cpp",
"resolver/TransformBuilder.h",

Powered by Google App Engine
This is Rietveld 408576698