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

Unified Diff: Source/modules/modules.gypi

Issue 804553003: Implement Permissions.query() and static PermissionStatus. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: review comments Created 5 years, 9 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 1c6fa79dee0132a42a796f13b7463a9fd414e480..bb9424853520a0763c38fce2a057aeb0a1056e8a 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -880,8 +880,12 @@
'performance/WorkerGlobalScopePerformance.h',
'performance/WorkerPerformance.cpp',
'performance/WorkerPerformance.h',
+ 'permissions/PermissionController.cpp',
+ 'permissions/PermissionController.h',
'permissions/Permissions.cpp',
'permissions/Permissions.h',
+ 'permissions/PermissionQueryCallback.cpp',
+ 'permissions/PermissionQueryCallback.h',
'permissions/PermissionStatus.cpp',
'permissions/PermissionStatus.h',
'presentation/AvailableChangeEvent.h',
« no previous file with comments | « LayoutTests/http/tests/permissions/resources/test-query.js ('k') | Source/modules/permissions/PermissionController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698