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

Side by Side 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: stupid compilers 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 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 853 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 'notifications/NotificationPermissionClient.cpp', 864 'notifications/NotificationPermissionClient.cpp',
865 'notifications/NotificationPermissionClient.h', 865 'notifications/NotificationPermissionClient.h',
866 'notifications/ServiceWorkerGlobalScopeNotifications.h', 866 'notifications/ServiceWorkerGlobalScopeNotifications.h',
867 'notifications/ServiceWorkerRegistrationNotifications.cpp', 867 'notifications/ServiceWorkerRegistrationNotifications.cpp',
868 'notifications/ServiceWorkerRegistrationNotifications.h', 868 'notifications/ServiceWorkerRegistrationNotifications.h',
869 'performance/SharedWorkerPerformance.cpp', 869 'performance/SharedWorkerPerformance.cpp',
870 'performance/WorkerGlobalScopePerformance.cpp', 870 'performance/WorkerGlobalScopePerformance.cpp',
871 'performance/WorkerGlobalScopePerformance.h', 871 'performance/WorkerGlobalScopePerformance.h',
872 'performance/WorkerPerformance.cpp', 872 'performance/WorkerPerformance.cpp',
873 'performance/WorkerPerformance.h', 873 'performance/WorkerPerformance.h',
874 'permissions/PermissionController.cpp',
875 'permissions/PermissionController.h',
874 'permissions/Permissions.cpp', 876 'permissions/Permissions.cpp',
875 'permissions/Permissions.h', 877 'permissions/Permissions.h',
878 'permissions/PermissionQueryCallback.cpp',
879 'permissions/PermissionQueryCallback.h',
876 'permissions/PermissionStatus.cpp', 880 'permissions/PermissionStatus.cpp',
877 'permissions/PermissionStatus.h', 881 'permissions/PermissionStatus.h',
878 'presentation/AvailableChangeEvent.h', 882 'presentation/AvailableChangeEvent.h',
879 'presentation/AvailableChangeEvent.cpp', 883 'presentation/AvailableChangeEvent.cpp',
880 'presentation/NavigatorPresentation.cpp', 884 'presentation/NavigatorPresentation.cpp',
881 'presentation/NavigatorPresentation.h', 885 'presentation/NavigatorPresentation.h',
882 'presentation/Presentation.cpp', 886 'presentation/Presentation.cpp',
883 'presentation/Presentation.h', 887 'presentation/Presentation.h',
884 'presentation/PresentationController.cpp', 888 'presentation/PresentationController.cpp',
885 'presentation/PresentationController.h', 889 'presentation/PresentationController.h',
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
1246 'indexeddb/IDBKeyPathTest.cpp', 1250 'indexeddb/IDBKeyPathTest.cpp',
1247 'indexeddb/IDBRequestTest.cpp', 1251 'indexeddb/IDBRequestTest.cpp',
1248 'indexeddb/IDBTransactionTest.cpp', 1252 'indexeddb/IDBTransactionTest.cpp',
1249 'serviceworkers/CacheTest.cpp', 1253 'serviceworkers/CacheTest.cpp',
1250 'serviceworkers/ServiceWorkerContainerTest.cpp', 1254 'serviceworkers/ServiceWorkerContainerTest.cpp',
1251 'websockets/DOMWebSocketTest.cpp', 1255 'websockets/DOMWebSocketTest.cpp',
1252 'websockets/DocumentWebSocketChannelTest.cpp', 1256 'websockets/DocumentWebSocketChannelTest.cpp',
1253 ], 1257 ],
1254 }, 1258 },
1255 } 1259 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698