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

Unified Diff: Source/platform/blink_platform.gypi

Issue 1184403003: Offer Resource Timing in workers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: style fix Created 5 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
« no previous file with comments | « Source/core/timing/ResourceTimingInfo.h ('k') | Source/platform/network/ResourceTimingInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index dd72c2bc6e6ae74f1f741245ab7efa5b92b5596b..1e0f4c5bc767ac25be66a0428a2b0c3b5767de58 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -777,6 +777,8 @@
'network/ResourceRequest.h',
'network/ResourceResponse.cpp',
'network/ResourceResponse.h',
+ 'network/ResourceTimingInfo.cpp',
+ 'network/ResourceTimingInfo.h',
'network/WebSocketHandshakeRequest.cpp',
'network/WebSocketHandshakeRequest.h',
'network/WebSocketHandshakeResponse.cpp',
« no previous file with comments | « Source/core/timing/ResourceTimingInfo.h ('k') | Source/platform/network/ResourceTimingInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698