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

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

Issue 584023002: [WIP] Implement Notifications through Platform instead of WebFrame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | Source/modules/notifications/Notification.h » ('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 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 'navigatorcontentutils/NavigatorContentUtils.h', 630 'navigatorcontentutils/NavigatorContentUtils.h',
631 'navigatorcontentutils/NavigatorContentUtilsClient.h', 631 'navigatorcontentutils/NavigatorContentUtilsClient.h',
632 'netinfo/NavigatorNetworkInformation.cpp', 632 'netinfo/NavigatorNetworkInformation.cpp',
633 'netinfo/NavigatorNetworkInformation.h', 633 'netinfo/NavigatorNetworkInformation.h',
634 'netinfo/NetworkInformation.cpp', 634 'netinfo/NetworkInformation.cpp',
635 'netinfo/NetworkInformation.h', 635 'netinfo/NetworkInformation.h',
636 'netinfo/WorkerNavigatorNetworkInformation.cpp', 636 'netinfo/WorkerNavigatorNetworkInformation.cpp',
637 'netinfo/WorkerNavigatorNetworkInformation.h', 637 'netinfo/WorkerNavigatorNetworkInformation.h',
638 'notifications/Notification.cpp', 638 'notifications/Notification.cpp',
639 'notifications/Notification.h', 639 'notifications/Notification.h',
640 'notifications/NotificationClient.h',
641 'notifications/NotificationController.cpp',
642 'notifications/NotificationController.h',
643 'notifications/NotificationPermissionCallback.h', 640 'notifications/NotificationPermissionCallback.h',
644 'notifications/NotificationPermissionClient.cpp', 641 'notifications/NotificationPermissionClient.cpp',
645 'notifications/NotificationPermissionClient.h', 642 'notifications/NotificationPermissionClient.h',
646 'performance/SharedWorkerPerformance.cpp', 643 'performance/SharedWorkerPerformance.cpp',
647 'performance/WorkerGlobalScopePerformance.cpp', 644 'performance/WorkerGlobalScopePerformance.cpp',
648 'performance/WorkerGlobalScopePerformance.h', 645 'performance/WorkerGlobalScopePerformance.h',
649 'performance/WorkerPerformance.cpp', 646 'performance/WorkerPerformance.cpp',
650 'performance/WorkerPerformance.h', 647 'performance/WorkerPerformance.h',
651 'presentation/NavigatorPresentation.cpp', 648 'presentation/NavigatorPresentation.cpp',
652 'presentation/NavigatorPresentation.h', 649 'presentation/NavigatorPresentation.h',
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 'serviceworkers/ServiceWorkerContainerTest.cpp', 1025 'serviceworkers/ServiceWorkerContainerTest.cpp',
1029 'websockets/DOMWebSocketTest.cpp', 1026 'websockets/DOMWebSocketTest.cpp',
1030 'websockets/NewWebSocketChannelImplTest.cpp', 1027 'websockets/NewWebSocketChannelImplTest.cpp',
1031 'websockets/WebSocketDeflaterTest.cpp', 1028 'websockets/WebSocketDeflaterTest.cpp',
1032 'websockets/WebSocketExtensionDispatcherTest.cpp', 1029 'websockets/WebSocketExtensionDispatcherTest.cpp',
1033 'websockets/WebSocketExtensionParserTest.cpp', 1030 'websockets/WebSocketExtensionParserTest.cpp',
1034 'websockets/WebSocketPerMessageDeflateTest.cpp', 1031 'websockets/WebSocketPerMessageDeflateTest.cpp',
1035 ], 1032 ],
1036 }, 1033 },
1037 } 1034 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/notifications/Notification.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698