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

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

Issue 2468913002: Add CSSTiming to collect aggregate PLT-level stats about CSS. (Closed)
Patch Set: minor comment/naming changes 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..67202a43c40e15b9b4393487aa76cc9bc2860a14 100644
--- a/third_party/WebKit/Source/core/css/BUILD.gn
+++ b/third_party/WebKit/Source/core/css/BUILD.gn
@@ -133,6 +133,8 @@ blink_core_sources("css") {
"CSSSupportsRule.h",
"CSSSyntaxDescriptor.cpp",
"CSSSyntaxDescriptor.h",
+ "CSSTiming.cpp",
+ "CSSTiming.h",
"CSSTimingFunctionValue.cpp",
"CSSTimingFunctionValue.h",
"CSSToLengthConversionData.cpp",

Powered by Google App Engine
This is Rietveld 408576698