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

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: Addressed comment 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 864 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 'presentation/AvailableChangeEvent.h', 875 'presentation/AvailableChangeEvent.h',
876 'presentation/AvailableChangeEvent.cpp', 876 'presentation/AvailableChangeEvent.cpp',
877 'presentation/NavigatorPresentation.cpp', 877 'presentation/NavigatorPresentation.cpp',
878 'presentation/NavigatorPresentation.h', 878 'presentation/NavigatorPresentation.h',
879 'presentation/Presentation.cpp', 879 'presentation/Presentation.cpp',
880 'presentation/Presentation.h', 880 'presentation/Presentation.h',
881 'presentation/PresentationController.cpp', 881 'presentation/PresentationController.cpp',
882 'presentation/PresentationController.h', 882 'presentation/PresentationController.h',
883 'presentation/PresentationSession.cpp', 883 'presentation/PresentationSession.cpp',
884 'presentation/PresentationSession.h', 884 'presentation/PresentationSession.h',
885 'presentation/PresentationSessionClientCallbacks.cpp',
886 'presentation/PresentationSessionClientCallbacks.h',
885 'push_messaging/PushController.cpp', 887 'push_messaging/PushController.cpp',
886 'push_messaging/PushController.h', 888 'push_messaging/PushController.h',
887 'push_messaging/PushError.cpp', 889 'push_messaging/PushError.cpp',
888 'push_messaging/PushError.h', 890 'push_messaging/PushError.h',
889 'push_messaging/PushEvent.cpp', 891 'push_messaging/PushEvent.cpp',
890 'push_messaging/PushEvent.h', 892 'push_messaging/PushEvent.h',
891 'push_messaging/PushManager.cpp', 893 'push_messaging/PushManager.cpp',
892 'push_messaging/PushManager.h', 894 'push_messaging/PushManager.h',
893 'push_messaging/PushMessageData.cpp', 895 'push_messaging/PushMessageData.cpp',
894 'push_messaging/PushMessageData.h', 896 'push_messaging/PushMessageData.h',
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
1238 'indexeddb/IDBKeyPathTest.cpp', 1240 'indexeddb/IDBKeyPathTest.cpp',
1239 'indexeddb/IDBRequestTest.cpp', 1241 'indexeddb/IDBRequestTest.cpp',
1240 'indexeddb/IDBTransactionTest.cpp', 1242 'indexeddb/IDBTransactionTest.cpp',
1241 'serviceworkers/CacheTest.cpp', 1243 'serviceworkers/CacheTest.cpp',
1242 'serviceworkers/ServiceWorkerContainerTest.cpp', 1244 'serviceworkers/ServiceWorkerContainerTest.cpp',
1243 'websockets/DOMWebSocketTest.cpp', 1245 'websockets/DOMWebSocketTest.cpp',
1244 'websockets/DocumentWebSocketChannelTest.cpp', 1246 'websockets/DocumentWebSocketChannelTest.cpp',
1245 ], 1247 ],
1246 }, 1248 },
1247 } 1249 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/presentation/Presentation.h » ('j') | Source/modules/presentation/PresentationController.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698