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

Unified Diff: Source/modules/modules.gypi

Issue 111743007: Add the SharedWorker.workerStart property for high resolution timers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index aeb8afed91e1a2cc4e46d23d2ab41221ea6785c8..c5e1ee5b7a49ea7dac2cf2d791ed28a20440c8d3 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -125,6 +125,7 @@
'notifications/WebKitNotification.idl',
'notifications/WindowNotifications.idl',
'notifications/WorkerGlobalScopeNotifications.idl',
+ 'performance/SharedWorkerPerformance.idl',
'performance/WorkerGlobalScopePerformance.idl',
'performance/WorkerPerformance.idl',
'quota/NavigatorStorageQuota.idl',
@@ -508,6 +509,7 @@
'notifications/WebKitNotification.h',
'notifications/WorkerGlobalScopeNotifications.cpp',
'notifications/WorkerGlobalScopeNotifications.h',
+ 'performance/SharedWorkerPerformance.cpp',
'performance/WorkerGlobalScopePerformance.cpp',
'performance/WorkerGlobalScopePerformance.h',
'performance/WorkerPerformance.cpp',

Powered by Google App Engine
This is Rietveld 408576698