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

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

Issue 2528513003: first-paint and first-contentful paint (Closed)
Patch Set: addressed comments Created 4 years 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/timing/BUILD.gn
diff --git a/third_party/WebKit/Source/core/timing/BUILD.gn b/third_party/WebKit/Source/core/timing/BUILD.gn
index 938f3437bf9ecf50901eb87d8ece8ed1f51c8a3f..bf492128f6f5c358b49d434d859013e59d751bd5 100644
--- a/third_party/WebKit/Source/core/timing/BUILD.gn
+++ b/third_party/WebKit/Source/core/timing/BUILD.gn
@@ -27,6 +27,8 @@ blink_core_sources("timing") {
"PerformanceObserver.h",
"PerformanceObserverEntryList.cpp",
"PerformanceObserverEntryList.h",
+ "PerformancePaintTiming.cpp",
+ "PerformancePaintTiming.h",
"PerformanceResourceTiming.cpp",
"PerformanceResourceTiming.h",
"PerformanceTiming.cpp",

Powered by Google App Engine
This is Rietveld 408576698