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

Unified Diff: Source/modules/modules.gypi

Issue 16434011: Support performance.now() in workers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix WorkerPerformance IDL Created 7 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: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 551dd63a2b4714bb4ba01284ceb065e5728f79e7..50b0ba746df1e33f37bb9936f818037132633856 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -91,6 +91,8 @@
'notifications/NotificationCenter.idl',
'notifications/NotificationPermissionCallback.idl',
'notifications/WorkerContextNotifications.idl',
+ 'performance/WorkerContextPerformance.idl',
+ 'performance/WorkerPerformance.idl',
'quota/DOMWindowQuota.idl',
'quota/NavigatorStorageQuota.idl',
'quota/StorageErrorCallback.idl',
@@ -398,6 +400,10 @@
'notifications/NotificationPermissionCallback.h',
'notifications/WorkerContextNotifications.cpp',
'notifications/WorkerContextNotifications.h',
+ 'performance/WorkerContextPerformance.cpp',
+ 'performance/WorkerContextPerformance.h',
+ 'performance/WorkerPerformance.cpp',
+ 'performance/WorkerPerformance.h',
abarth-chromium 2013/06/12 23:13:46 Will we be able to add the main-thread WebPerforma
James Simonsen 2013/06/12 23:16:43 Yes, that's the intent. The first thing I want to
'quota/DOMWindowQuota.cpp',
'quota/DOMWindowQuota.h',
'quota/NavigatorStorageQuota.cpp',

Powered by Google App Engine
This is Rietveld 408576698