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

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: Fix module export build issue Created 4 years, 9 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 1912 matching lines...) Expand 10 before | Expand all | Expand 10 after
1923 'indexeddb/IDBKeyPathTest.cpp', 1923 'indexeddb/IDBKeyPathTest.cpp',
1924 'indexeddb/IDBRequestTest.cpp', 1924 'indexeddb/IDBRequestTest.cpp',
1925 'indexeddb/IDBTransactionTest.cpp', 1925 'indexeddb/IDBTransactionTest.cpp',
1926 'indexeddb/MockWebIDBDatabase.cpp', 1926 'indexeddb/MockWebIDBDatabase.cpp',
1927 'indexeddb/MockWebIDBDatabase.h', 1927 'indexeddb/MockWebIDBDatabase.h',
1928 'mediasession/MediaSessionTest.cpp', 1928 'mediasession/MediaSessionTest.cpp',
1929 'mediastream/MediaConstraintsTest.cpp', 1929 'mediastream/MediaConstraintsTest.cpp',
1930 'mediastream/RTCDataChannelTest.cpp', 1930 'mediastream/RTCDataChannelTest.cpp',
1931 'notifications/NotificationDataTest.cpp', 1931 'notifications/NotificationDataTest.cpp',
1932 'presentation/PresentationAvailabilityTest.cpp', 1932 'presentation/PresentationAvailabilityTest.cpp',
1933 'push_messaging/PushManagerTest.cpp',
1933 'push_messaging/PushMessageDataTest.cpp', 1934 'push_messaging/PushMessageDataTest.cpp',
1934 'serviceworkers/ServiceWorkerContainerTest.cpp', 1935 'serviceworkers/ServiceWorkerContainerTest.cpp',
1935 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1936 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1936 'webaudio/ConvolverNodeTest.cpp', 1937 'webaudio/ConvolverNodeTest.cpp',
1937 'webaudio/DynamicsCompressorNodeTest.cpp', 1938 'webaudio/DynamicsCompressorNodeTest.cpp',
1938 'webaudio/ScriptProcessorNodeTest.cpp', 1939 'webaudio/ScriptProcessorNodeTest.cpp',
1939 'webaudio/StereoPannerNodeTest.cpp', 1940 'webaudio/StereoPannerNodeTest.cpp',
1940 'websockets/DOMWebSocketTest.cpp', 1941 'websockets/DOMWebSocketTest.cpp',
1941 'websockets/DocumentWebSocketChannelTest.cpp', 1942 'websockets/DocumentWebSocketChannelTest.cpp',
1942 ], 1943 ],
1943 }, 1944 },
1944 } 1945 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698