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

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

Issue 624033003: [WIP] Move Web Notifications to a WebFrame-less code path (Blink). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: current state 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 unified diff | Download patch | Annotate | Revision Log
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 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 'navigatorcontentutils/NavigatorContentUtils.h', 658 'navigatorcontentutils/NavigatorContentUtils.h',
659 'navigatorcontentutils/NavigatorContentUtilsClient.h', 659 'navigatorcontentutils/NavigatorContentUtilsClient.h',
660 'netinfo/NavigatorNetworkInformation.cpp', 660 'netinfo/NavigatorNetworkInformation.cpp',
661 'netinfo/NavigatorNetworkInformation.h', 661 'netinfo/NavigatorNetworkInformation.h',
662 'netinfo/NetworkInformation.cpp', 662 'netinfo/NetworkInformation.cpp',
663 'netinfo/NetworkInformation.h', 663 'netinfo/NetworkInformation.h',
664 'netinfo/WorkerNavigatorNetworkInformation.cpp', 664 'netinfo/WorkerNavigatorNetworkInformation.cpp',
665 'netinfo/WorkerNavigatorNetworkInformation.h', 665 'netinfo/WorkerNavigatorNetworkInformation.h',
666 'notifications/Notification.cpp', 666 'notifications/Notification.cpp',
667 'notifications/Notification.h', 667 'notifications/Notification.h',
668 'notifications/NotificationClient.h',
669 'notifications/NotificationController.cpp',
670 'notifications/NotificationController.h',
671 'notifications/NotificationPermissionCallback.h', 668 'notifications/NotificationPermissionCallback.h',
672 'notifications/NotificationPermissionClient.cpp', 669 'notifications/NotificationPermissionClient.cpp',
673 'notifications/NotificationPermissionClient.h', 670 'notifications/NotificationPermissionClient.h',
674 'performance/SharedWorkerPerformance.cpp', 671 'performance/SharedWorkerPerformance.cpp',
675 'performance/WorkerGlobalScopePerformance.cpp', 672 'performance/WorkerGlobalScopePerformance.cpp',
676 'performance/WorkerGlobalScopePerformance.h', 673 'performance/WorkerGlobalScopePerformance.h',
677 'performance/WorkerPerformance.cpp', 674 'performance/WorkerPerformance.cpp',
678 'performance/WorkerPerformance.h', 675 'performance/WorkerPerformance.h',
679 'presentation/NavigatorPresentation.cpp', 676 'presentation/NavigatorPresentation.cpp',
680 'presentation/NavigatorPresentation.h', 677 'presentation/NavigatorPresentation.h',
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 'serviceworkers/CacheTest.cpp', 1032 'serviceworkers/CacheTest.cpp',
1036 'serviceworkers/FetchResponseDataTest.cpp', 1033 'serviceworkers/FetchResponseDataTest.cpp',
1037 'serviceworkers/RequestTest.cpp', 1034 'serviceworkers/RequestTest.cpp',
1038 'serviceworkers/ResponseTest.cpp', 1035 'serviceworkers/ResponseTest.cpp',
1039 'serviceworkers/ServiceWorkerContainerTest.cpp', 1036 'serviceworkers/ServiceWorkerContainerTest.cpp',
1040 'websockets/DOMWebSocketTest.cpp', 1037 'websockets/DOMWebSocketTest.cpp',
1041 'websockets/NewWebSocketChannelImplTest.cpp', 1038 'websockets/NewWebSocketChannelImplTest.cpp',
1042 ], 1039 ],
1043 }, 1040 },
1044 } 1041 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/notifications/resources/worker-tools.js ('k') | Source/modules/notifications/Notification.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698