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

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: fix browser test 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 a224c2f172f81595bb39fc752b3cfcc4f4725b16..adcb05751bd75ed0b0addbb3d08d434082edadba 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",
« no previous file with comments | « chrome/test/data/page_load_metrics/simple.css.mock-http-headers ('k') | third_party/WebKit/Source/core/css/CSSTiming.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698