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

Unified Diff: Source/modules/modules.gypi

Issue 16434011: Support performance.now() in workers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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 3fb3312a27d4435323dffc830c7ed6d215c10a34..3030dda5815625d78b91d5e3a00c22fe4aea87a2 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -103,6 +103,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',
@@ -419,6 +421,10 @@
'notifications/NotificationPermissionCallback.h',
'notifications/WorkerContextNotifications.cpp',
'notifications/WorkerContextNotifications.h',
+ 'performance/WorkerContextPerformance.cpp',
+ 'performance/WorkerContextPerformance.h',
+ 'performance/WorkerPerformance.cpp',
+ 'performance/WorkerPerformance.h',
'quota/DOMWindowQuota.cpp',
'quota/DOMWindowQuota.h',
'quota/NavigatorStorageQuota.cpp',

Powered by Google App Engine
This is Rietveld 408576698