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

Unified Diff: Source/modules/modules.gypi

Issue 408663002: Add the Presentation API module and a single event target (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed my fix for the layout tests Created 6 years, 3 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
« no previous file with comments | « Source/modules/EventTargetModulesFactory.in ('k') | Source/modules/presentation/NavigatorPresentation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 5ff06d0c390232a24e8a041cf7c3e00b9f2291c5..05439b946355e7149afd652493d1ceed3d4554dc 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',
@@ -234,6 +235,7 @@
'netinfo/WorkerNavigatorNetworkInformation.idl',
'performance/SharedWorkerPerformance.idl',
'performance/WorkerGlobalScopePerformance.idl',
+ 'presentation/NavigatorPresentation.idl',
'push_messaging/NavigatorPushManager.idl',
'push_messaging/ServiceWorkerGlobalScopePush.idl',
'quota/NavigatorStorageQuota.idl',
@@ -637,6 +639,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',
« no previous file with comments | « Source/modules/EventTargetModulesFactory.in ('k') | Source/modules/presentation/NavigatorPresentation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698