Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/core_idl_files.gni

Issue 2799093004: Enable ServerTiming support
Patch Set: updates for Patch Set 7 Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/core_idl_files.gni
diff --git a/third_party/WebKit/Source/core/core_idl_files.gni b/third_party/WebKit/Source/core/core_idl_files.gni
index af7026db5871ddd59aaca420edacb8648bbb32e9..ed326bd3a842af185937b2cf8bbf227519e5ad09 100644
--- a/third_party/WebKit/Source/core/core_idl_files.gni
+++ b/third_party/WebKit/Source/core/core_idl_files.gni
@@ -408,6 +408,7 @@ core_idl_files = get_path_info([
"timing/PerformanceObserverEntryList.idl",
"timing/PerformancePaintTiming.idl",
"timing/PerformanceResourceTiming.idl",
+ "timing/PerformanceServerTiming.idl",
"timing/PerformanceTiming.idl",
"timing/TaskAttributionTiming.idl",
"timing/WorkerPerformance.idl",

Powered by Google App Engine