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

Side by Side 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, 1 month 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 'push_messaging/NavigatorPushManager.cpp', 683 'push_messaging/NavigatorPushManager.cpp',
684 'push_messaging/NavigatorPushManager.h', 684 'push_messaging/NavigatorPushManager.h',
685 'push_messaging/PushController.cpp', 685 'push_messaging/PushController.cpp',
686 'push_messaging/PushController.h', 686 'push_messaging/PushController.h',
687 'push_messaging/PushError.cpp', 687 'push_messaging/PushError.cpp',
688 'push_messaging/PushError.h', 688 'push_messaging/PushError.h',
689 'push_messaging/PushEvent.cpp', 689 'push_messaging/PushEvent.cpp',
690 'push_messaging/PushEvent.h', 690 'push_messaging/PushEvent.h',
691 'push_messaging/PushManager.cpp', 691 'push_messaging/PushManager.cpp',
692 'push_messaging/PushManager.h', 692 'push_messaging/PushManager.h',
693 'push_messaging/PushPermissionCallback.cpp',
694 'push_messaging/PushPermissionCallback.h',
693 'push_messaging/PushRegistration.cpp', 695 'push_messaging/PushRegistration.cpp',
694 'push_messaging/PushRegistration.h', 696 'push_messaging/PushRegistration.h',
695 'push_messaging/ServiceWorkerGlobalScopePush.h', 697 'push_messaging/ServiceWorkerGlobalScopePush.h',
696 'quota/DOMWindowQuota.cpp', 698 'quota/DOMWindowQuota.cpp',
697 'quota/DOMWindowQuota.h', 699 'quota/DOMWindowQuota.h',
698 'quota/DeprecatedStorageInfo.cpp', 700 'quota/DeprecatedStorageInfo.cpp',
699 'quota/DeprecatedStorageInfo.h', 701 'quota/DeprecatedStorageInfo.h',
700 'quota/DeprecatedStorageQuota.cpp', 702 'quota/DeprecatedStorageQuota.cpp',
701 'quota/DeprecatedStorageQuota.h', 703 'quota/DeprecatedStorageQuota.h',
702 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp', 704 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp',
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 'serviceworkers/CacheTest.cpp', 1037 'serviceworkers/CacheTest.cpp',
1036 'serviceworkers/FetchResponseDataTest.cpp', 1038 'serviceworkers/FetchResponseDataTest.cpp',
1037 'serviceworkers/RequestTest.cpp', 1039 'serviceworkers/RequestTest.cpp',
1038 'serviceworkers/ResponseTest.cpp', 1040 'serviceworkers/ResponseTest.cpp',
1039 'serviceworkers/ServiceWorkerContainerTest.cpp', 1041 'serviceworkers/ServiceWorkerContainerTest.cpp',
1040 'websockets/DOMWebSocketTest.cpp', 1042 'websockets/DOMWebSocketTest.cpp',
1041 'websockets/NewWebSocketChannelImplTest.cpp', 1043 'websockets/NewWebSocketChannelImplTest.cpp',
1042 ], 1044 ],
1043 }, 1045 },
1044 } 1046 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/push_messaging/PushManager.h » ('j') | Source/modules/push_messaging/PushManager.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698