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

Unified Diff: Source/modules/modules.gypi

Issue 658723003: Blink implementation of PushManager#hasPermission() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 f85762fcba1634dae9c4a518634395dca52a28ae..7bb475f4f08db390078e2268501d9125b1ecc460 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -690,6 +690,8 @@
'push_messaging/PushEvent.h',
'push_messaging/PushManager.cpp',
'push_messaging/PushManager.h',
+ 'push_messaging/PushPermissionCallback.cpp',
+ 'push_messaging/PushPermissionCallback.h',
'push_messaging/PushRegistration.cpp',
'push_messaging/PushRegistration.h',
'push_messaging/ServiceWorkerGlobalScopePush.h',

Powered by Google App Engine
This is Rietveld 408576698