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

Unified Diff: Source/modules/modules.gypi

Issue 760223003: Stub implementation of Permissions API module. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix win compile Created 6 years 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/permissions/OWNERS » ('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 9c4326ec4a8ef3e05e139bfbf61c89f292871854..df269847483b8edff8cc4e441d4f87e5845fe35c 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -118,6 +118,8 @@
'notifications/NotificationEvent.idl',
'notifications/NotificationPermissionCallback.idl',
'performance/WorkerPerformance.idl',
+ 'permissions/Permissions.idl',
+ 'permissions/PermissionStatus.idl',
'presentation/Presentation.idl',
'presentation/PresentationSession.idl',
'push_messaging/PushEvent.idl',
@@ -763,6 +765,10 @@
'performance/WorkerGlobalScopePerformance.h',
'performance/WorkerPerformance.cpp',
'performance/WorkerPerformance.h',
+ 'permissions/Permissions.cpp',
+ 'permissions/Permissions.h',
+ 'permissions/PermissionStatus.cpp',
+ 'permissions/PermissionStatus.h',
'presentation/NavigatorPresentation.cpp',
'presentation/NavigatorPresentation.h',
'presentation/Presentation.cpp',
« no previous file with comments | « Source/modules/EventTargetModulesFactory.in ('k') | Source/modules/permissions/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698