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', |