Index: Source/modules/modules.gypi |
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi |
index aeaa595c411a1e40245615209f067c857d1de3d1..6bb5a4e5b856fa93370a23c9562452dd6e80ff81 100644 |
--- a/Source/modules/modules.gypi |
+++ b/Source/modules/modules.gypi |
@@ -111,6 +111,7 @@ |
'notifications/Notification.idl', |
'notifications/NotificationPermissionCallback.idl', |
'performance/WorkerPerformance.idl', |
+ 'presentation/Presentation.idl', |
'push_messaging/PushEvent.idl', |
'push_messaging/PushManager.idl', |
'push_messaging/PushRegistration.idl', |
@@ -236,6 +237,7 @@ |
'netinfo/WorkerNavigatorNetworkInformation.idl', |
'performance/SharedWorkerPerformance.idl', |
'performance/WorkerGlobalScopePerformance.idl', |
+ 'presentation/NavigatorPresentation.idl', |
'push_messaging/NavigatorPushManager.idl', |
'push_messaging/ServiceWorkerGlobalScopePush.idl', |
'quota/NavigatorStorageQuota.idl', |
@@ -628,6 +630,10 @@ |
'performance/WorkerGlobalScopePerformance.h', |
'performance/WorkerPerformance.cpp', |
'performance/WorkerPerformance.h', |
+ 'presentation/NavigatorPresentation.cpp', |
+ 'presentation/NavigatorPresentation.h', |
+ 'presentation/Presentation.cpp', |
+ 'presentation/Presentation.h', |
'push_messaging/NavigatorPushManager.cpp', |
'push_messaging/NavigatorPushManager.h', |
'push_messaging/PushController.cpp', |