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

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

Issue 1636483002: Update the PushEvent to have a nullable PushMessageData (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review comments and include Created 4 years, 11 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 1888 matching lines...) Expand 10 before | Expand all | Expand 10 after
1899 'indexeddb/IDBKeyPathTest.cpp', 1899 'indexeddb/IDBKeyPathTest.cpp',
1900 'indexeddb/IDBRequestTest.cpp', 1900 'indexeddb/IDBRequestTest.cpp',
1901 'indexeddb/IDBTransactionTest.cpp', 1901 'indexeddb/IDBTransactionTest.cpp',
1902 'indexeddb/MockWebIDBDatabase.cpp', 1902 'indexeddb/MockWebIDBDatabase.cpp',
1903 'indexeddb/MockWebIDBDatabase.h', 1903 'indexeddb/MockWebIDBDatabase.h',
1904 'mediasession/MediaSessionTest.cpp', 1904 'mediasession/MediaSessionTest.cpp',
1905 'mediastream/MediaConstraintsTest.cpp', 1905 'mediastream/MediaConstraintsTest.cpp',
1906 'mediastream/RTCDataChannelTest.cpp', 1906 'mediastream/RTCDataChannelTest.cpp',
1907 'notifications/NotificationDataTest.cpp', 1907 'notifications/NotificationDataTest.cpp',
1908 'presentation/PresentationAvailabilityTest.cpp', 1908 'presentation/PresentationAvailabilityTest.cpp',
1909 'push_messaging/PushMessageDataTest.cpp',
1909 'serviceworkers/ServiceWorkerContainerTest.cpp', 1910 'serviceworkers/ServiceWorkerContainerTest.cpp',
1910 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1911 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1911 'webaudio/ConvolverNodeTest.cpp', 1912 'webaudio/ConvolverNodeTest.cpp',
1912 'webaudio/DynamicsCompressorNodeTest.cpp', 1913 'webaudio/DynamicsCompressorNodeTest.cpp',
1913 'webaudio/ScriptProcessorNodeTest.cpp', 1914 'webaudio/ScriptProcessorNodeTest.cpp',
1914 'webaudio/StereoPannerNodeTest.cpp', 1915 'webaudio/StereoPannerNodeTest.cpp',
1915 'websockets/DOMWebSocketTest.cpp', 1916 'websockets/DOMWebSocketTest.cpp',
1916 'websockets/DocumentWebSocketChannelTest.cpp', 1917 'websockets/DocumentWebSocketChannelTest.cpp',
1917 ], 1918 ],
1918 }, 1919 },
1919 } 1920 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698