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

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

Issue 1259643002: NOT FOR LANDING Introduce and use WebMediaSession (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: hack until something works Created 5 years, 4 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 | Annotate | Revision Log
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 1735 matching lines...) Expand 10 before | Expand all | Expand 10 after
1746 'fetch/FetchBlobDataConsumerHandleTest.cpp', 1746 'fetch/FetchBlobDataConsumerHandleTest.cpp',
1747 'fetch/FetchDataLoaderTest.cpp', 1747 'fetch/FetchDataLoaderTest.cpp',
1748 'fetch/FetchResponseDataTest.cpp', 1748 'fetch/FetchResponseDataTest.cpp',
1749 'fetch/RequestTest.cpp', 1749 'fetch/RequestTest.cpp',
1750 'fetch/ResponseTest.cpp', 1750 'fetch/ResponseTest.cpp',
1751 'filesystem/DOMFileSystemBaseTest.cpp', 1751 'filesystem/DOMFileSystemBaseTest.cpp',
1752 'imagebitmap/ImageBitmapModuleTest.cpp', 1752 'imagebitmap/ImageBitmapModuleTest.cpp',
1753 'indexeddb/IDBKeyPathTest.cpp', 1753 'indexeddb/IDBKeyPathTest.cpp',
1754 'indexeddb/IDBRequestTest.cpp', 1754 'indexeddb/IDBRequestTest.cpp',
1755 'indexeddb/IDBTransactionTest.cpp', 1755 'indexeddb/IDBTransactionTest.cpp',
1756 'mediasession/MediaSessionTest.cpp',
1756 'mediastream/RTCDataChannelTest.cpp', 1757 'mediastream/RTCDataChannelTest.cpp',
1757 'serviceworkers/ServiceWorkerContainerTest.cpp', 1758 'serviceworkers/ServiceWorkerContainerTest.cpp',
1758 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1759 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1759 'webaudio/ConvolverNodeTest.cpp', 1760 'webaudio/ConvolverNodeTest.cpp',
1760 'webaudio/DynamicsCompressorNodeTest.cpp', 1761 'webaudio/DynamicsCompressorNodeTest.cpp',
1761 'webaudio/ScriptProcessorNodeTest.cpp', 1762 'webaudio/ScriptProcessorNodeTest.cpp',
1762 'webaudio/StereoPannerNodeTest.cpp', 1763 'webaudio/StereoPannerNodeTest.cpp',
1763 'websockets/DOMWebSocketTest.cpp', 1764 'websockets/DOMWebSocketTest.cpp',
1764 'websockets/DocumentWebSocketChannelTest.cpp', 1765 'websockets/DocumentWebSocketChannelTest.cpp',
1765 ], 1766 ],
1766 }, 1767 },
1767 } 1768 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698