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

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

Issue 1701313002: Partial implementation of subscription restrictions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added testing and integrated previous comments. Created 4 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 1908 matching lines...) Expand 10 before | Expand all | Expand 10 after
1919 'indexeddb/IDBKeyPathTest.cpp', 1919 'indexeddb/IDBKeyPathTest.cpp',
1920 'indexeddb/IDBRequestTest.cpp', 1920 'indexeddb/IDBRequestTest.cpp',
1921 'indexeddb/IDBTransactionTest.cpp', 1921 'indexeddb/IDBTransactionTest.cpp',
1922 'indexeddb/MockWebIDBDatabase.cpp', 1922 'indexeddb/MockWebIDBDatabase.cpp',
1923 'indexeddb/MockWebIDBDatabase.h', 1923 'indexeddb/MockWebIDBDatabase.h',
1924 'mediasession/MediaSessionTest.cpp', 1924 'mediasession/MediaSessionTest.cpp',
1925 'mediastream/MediaConstraintsTest.cpp', 1925 'mediastream/MediaConstraintsTest.cpp',
1926 'mediastream/RTCDataChannelTest.cpp', 1926 'mediastream/RTCDataChannelTest.cpp',
1927 'notifications/NotificationDataTest.cpp', 1927 'notifications/NotificationDataTest.cpp',
1928 'presentation/PresentationAvailabilityTest.cpp', 1928 'presentation/PresentationAvailabilityTest.cpp',
1929 'push_messaging/PushManagerTest.cpp',
1929 'push_messaging/PushMessageDataTest.cpp', 1930 'push_messaging/PushMessageDataTest.cpp',
1930 'serviceworkers/ServiceWorkerContainerTest.cpp', 1931 'serviceworkers/ServiceWorkerContainerTest.cpp',
1931 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1932 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1932 'webaudio/ConvolverNodeTest.cpp', 1933 'webaudio/ConvolverNodeTest.cpp',
1933 'webaudio/DynamicsCompressorNodeTest.cpp', 1934 'webaudio/DynamicsCompressorNodeTest.cpp',
1934 'webaudio/ScriptProcessorNodeTest.cpp', 1935 'webaudio/ScriptProcessorNodeTest.cpp',
1935 'webaudio/StereoPannerNodeTest.cpp', 1936 'webaudio/StereoPannerNodeTest.cpp',
1936 'websockets/DOMWebSocketTest.cpp', 1937 'websockets/DOMWebSocketTest.cpp',
1937 'websockets/DocumentWebSocketChannelTest.cpp', 1938 'websockets/DocumentWebSocketChannelTest.cpp',
1938 ], 1939 ],
1939 }, 1940 },
1940 } 1941 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698