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

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

Issue 2932003002: Implement nextHopProtocol in PerformanceResourceTiming and PerformanceNavigationTiming. (Closed)
Patch Set: Created 3 years, 6 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/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index 59415356a356999b13f2a09819a4fb2a3c4805d4..389832d8504d6d79d9d6814d3557a22b9acdcabc 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -1426,6 +1426,7 @@ source_set("unit_tests") {
"timing/PerformanceBaseTest.cpp",
"timing/PerformanceNavigationTimingTest.cpp",
"timing/PerformanceObserverTest.cpp",
+ "timing/PerformanceResourceTimingTest.cpp",
"timing/PerformanceTest.cpp",
"workers/DedicatedWorkerTest.cpp",
"workers/MainThreadWorkletTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698