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

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

Issue 1171553002: Initial implementation of onbufferedamountlow (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove reference to file that no longer exists 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
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 1709 matching lines...) Expand 10 before | Expand all | Expand 10 after
1720 'fetch/FetchBlobDataConsumerHandleTest.cpp', 1720 'fetch/FetchBlobDataConsumerHandleTest.cpp',
1721 'fetch/FetchDataLoaderTest.cpp', 1721 'fetch/FetchDataLoaderTest.cpp',
1722 'fetch/FetchResponseDataTest.cpp', 1722 'fetch/FetchResponseDataTest.cpp',
1723 'fetch/RequestTest.cpp', 1723 'fetch/RequestTest.cpp',
1724 'fetch/ResponseTest.cpp', 1724 'fetch/ResponseTest.cpp',
1725 'filesystem/DOMFileSystemBaseTest.cpp', 1725 'filesystem/DOMFileSystemBaseTest.cpp',
1726 'imagebitmap/ImageBitmapModuleTest.cpp', 1726 'imagebitmap/ImageBitmapModuleTest.cpp',
1727 'indexeddb/IDBKeyPathTest.cpp', 1727 'indexeddb/IDBKeyPathTest.cpp',
1728 'indexeddb/IDBRequestTest.cpp', 1728 'indexeddb/IDBRequestTest.cpp',
1729 'indexeddb/IDBTransactionTest.cpp', 1729 'indexeddb/IDBTransactionTest.cpp',
1730 'mediastream/RTCDataChannelTest.cpp',
1730 'serviceworkers/ServiceWorkerContainerTest.cpp', 1731 'serviceworkers/ServiceWorkerContainerTest.cpp',
1731 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1732 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1732 'webaudio/ConvolverNodeTest.cpp', 1733 'webaudio/ConvolverNodeTest.cpp',
1733 'webaudio/DynamicsCompressorNodeTest.cpp', 1734 'webaudio/DynamicsCompressorNodeTest.cpp',
1734 'webaudio/ScriptProcessorNodeTest.cpp', 1735 'webaudio/ScriptProcessorNodeTest.cpp',
1735 'webaudio/StereoPannerNodeTest.cpp', 1736 'webaudio/StereoPannerNodeTest.cpp',
1736 'websockets/DOMWebSocketTest.cpp', 1737 'websockets/DOMWebSocketTest.cpp',
1737 'websockets/DocumentWebSocketChannelTest.cpp', 1738 'websockets/DocumentWebSocketChannelTest.cpp',
1738 ], 1739 ],
1739 }, 1740 },
1740 } 1741 }
OLDNEW
« no previous file with comments | « Source/modules/mediastream/RTCDataChannelTest.cpp ('k') | public/platform/WebRTCDataChannelHandlerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698