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

Side by Side Diff: Source/modules/modules.gypi

Issue 702003004: Rename PushPermissionCallback to PushPermissionStatusCallback [1/3] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/modules/push_messaging/PushManager.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 'push_messaging/NavigatorPushManager.cpp', 695 'push_messaging/NavigatorPushManager.cpp',
696 'push_messaging/NavigatorPushManager.h', 696 'push_messaging/NavigatorPushManager.h',
697 'push_messaging/PushController.cpp', 697 'push_messaging/PushController.cpp',
698 'push_messaging/PushController.h', 698 'push_messaging/PushController.h',
699 'push_messaging/PushError.cpp', 699 'push_messaging/PushError.cpp',
700 'push_messaging/PushError.h', 700 'push_messaging/PushError.h',
701 'push_messaging/PushEvent.cpp', 701 'push_messaging/PushEvent.cpp',
702 'push_messaging/PushEvent.h', 702 'push_messaging/PushEvent.h',
703 'push_messaging/PushManager.cpp', 703 'push_messaging/PushManager.cpp',
704 'push_messaging/PushManager.h', 704 'push_messaging/PushManager.h',
705 'push_messaging/PushPermissionCallback.cpp', 705 'push_messaging/PushPermissionStatusCallback.cpp',
706 'push_messaging/PushPermissionCallback.h', 706 'push_messaging/PushPermissionStatusCallback.h',
707 'push_messaging/PushRegistration.cpp', 707 'push_messaging/PushRegistration.cpp',
708 'push_messaging/PushRegistration.h', 708 'push_messaging/PushRegistration.h',
709 'push_messaging/ServiceWorkerGlobalScopePush.h', 709 'push_messaging/ServiceWorkerGlobalScopePush.h',
710 'quota/DOMWindowQuota.cpp', 710 'quota/DOMWindowQuota.cpp',
711 'quota/DOMWindowQuota.h', 711 'quota/DOMWindowQuota.h',
712 'quota/DeprecatedStorageInfo.cpp', 712 'quota/DeprecatedStorageInfo.cpp',
713 'quota/DeprecatedStorageInfo.h', 713 'quota/DeprecatedStorageInfo.h',
714 'quota/DeprecatedStorageQuota.cpp', 714 'quota/DeprecatedStorageQuota.cpp',
715 'quota/DeprecatedStorageQuota.h', 715 'quota/DeprecatedStorageQuota.h',
716 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp', 716 'quota/DeprecatedStorageQuotaCallbacksImpl.cpp',
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
1049 'serviceworkers/CacheTest.cpp', 1049 'serviceworkers/CacheTest.cpp',
1050 'serviceworkers/FetchResponseDataTest.cpp', 1050 'serviceworkers/FetchResponseDataTest.cpp',
1051 'serviceworkers/RequestTest.cpp', 1051 'serviceworkers/RequestTest.cpp',
1052 'serviceworkers/ResponseTest.cpp', 1052 'serviceworkers/ResponseTest.cpp',
1053 'serviceworkers/ServiceWorkerContainerTest.cpp', 1053 'serviceworkers/ServiceWorkerContainerTest.cpp',
1054 'websockets/DOMWebSocketTest.cpp', 1054 'websockets/DOMWebSocketTest.cpp',
1055 'websockets/DocumentWebSocketChannelTest.cpp', 1055 'websockets/DocumentWebSocketChannelTest.cpp',
1056 ], 1056 ],
1057 }, 1057 },
1058 } 1058 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/push_messaging/PushManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698