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

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

Issue 940503002: [PresentationAPI] Added plumbing for start/joinSession from JS to platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Changed the Callbacks class in response to comments in other CLs Created 5 years, 10 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 862 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 'presentation/AvailableChangeEvent.h', 873 'presentation/AvailableChangeEvent.h',
874 'presentation/AvailableChangeEvent.cpp', 874 'presentation/AvailableChangeEvent.cpp',
875 'presentation/NavigatorPresentation.cpp', 875 'presentation/NavigatorPresentation.cpp',
876 'presentation/NavigatorPresentation.h', 876 'presentation/NavigatorPresentation.h',
877 'presentation/Presentation.cpp', 877 'presentation/Presentation.cpp',
878 'presentation/Presentation.h', 878 'presentation/Presentation.h',
879 'presentation/PresentationController.cpp', 879 'presentation/PresentationController.cpp',
880 'presentation/PresentationController.h', 880 'presentation/PresentationController.h',
881 'presentation/PresentationSession.cpp', 881 'presentation/PresentationSession.cpp',
882 'presentation/PresentationSession.h', 882 'presentation/PresentationSession.h',
883 'presentation/PresentationSessionClientCallbacks.cpp',
884 'presentation/PresentationSessionClientCallbacks.h',
883 'push_messaging/PushController.cpp', 885 'push_messaging/PushController.cpp',
884 'push_messaging/PushController.h', 886 'push_messaging/PushController.h',
885 'push_messaging/PushError.cpp', 887 'push_messaging/PushError.cpp',
886 'push_messaging/PushError.h', 888 'push_messaging/PushError.h',
887 'push_messaging/PushEvent.cpp', 889 'push_messaging/PushEvent.cpp',
888 'push_messaging/PushEvent.h', 890 'push_messaging/PushEvent.h',
889 'push_messaging/PushManager.cpp', 891 'push_messaging/PushManager.cpp',
890 'push_messaging/PushManager.h', 892 'push_messaging/PushManager.h',
891 'push_messaging/PushMessageData.cpp', 893 'push_messaging/PushMessageData.cpp',
892 'push_messaging/PushMessageData.h', 894 'push_messaging/PushMessageData.h',
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
1234 'indexeddb/IDBKeyPathTest.cpp', 1236 'indexeddb/IDBKeyPathTest.cpp',
1235 'indexeddb/IDBRequestTest.cpp', 1237 'indexeddb/IDBRequestTest.cpp',
1236 'indexeddb/IDBTransactionTest.cpp', 1238 'indexeddb/IDBTransactionTest.cpp',
1237 'serviceworkers/CacheTest.cpp', 1239 'serviceworkers/CacheTest.cpp',
1238 'serviceworkers/ServiceWorkerContainerTest.cpp', 1240 'serviceworkers/ServiceWorkerContainerTest.cpp',
1239 'websockets/DOMWebSocketTest.cpp', 1241 'websockets/DOMWebSocketTest.cpp',
1240 'websockets/DocumentWebSocketChannelTest.cpp', 1242 'websockets/DocumentWebSocketChannelTest.cpp',
1241 ], 1243 ],
1242 }, 1244 },
1243 } 1245 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/presentation/Presentation.h » ('j') | Source/modules/presentation/PresentationController.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698