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

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

Issue 1195563002: Introduce DataConsumerHandleTee (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 731 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.cpp', 742 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.cpp',
743 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.h', 743 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.h',
744 'fetch/CompositeDataConsumerHandle.cpp', 744 'fetch/CompositeDataConsumerHandle.cpp',
745 'fetch/CompositeDataConsumerHandle.h', 745 'fetch/CompositeDataConsumerHandle.h',
746 'fetch/DataConsumerHandleUtil.cpp', 746 'fetch/DataConsumerHandleUtil.cpp',
747 'fetch/DataConsumerHandleUtil.h', 747 'fetch/DataConsumerHandleUtil.h',
748 'fetch/Body.cpp', 748 'fetch/Body.cpp',
749 'fetch/Body.h', 749 'fetch/Body.h',
750 'fetch/BodyStreamBuffer.cpp', 750 'fetch/BodyStreamBuffer.cpp',
751 'fetch/BodyStreamBuffer.h', 751 'fetch/BodyStreamBuffer.h',
752 'fetch/DataConsumerTee.cpp',
753 'fetch/DataConsumerTee.h',
752 'fetch/FetchDataConsumerHandle.h', 754 'fetch/FetchDataConsumerHandle.h',
753 'fetch/FetchDataLoader.cpp', 755 'fetch/FetchDataLoader.cpp',
754 'fetch/FetchDataLoader.h', 756 'fetch/FetchDataLoader.h',
755 'fetch/FetchHeaderList.cpp', 757 'fetch/FetchHeaderList.cpp',
756 'fetch/FetchHeaderList.h', 758 'fetch/FetchHeaderList.h',
757 'fetch/FetchManager.cpp', 759 'fetch/FetchManager.cpp',
758 'fetch/FetchManager.h', 760 'fetch/FetchManager.h',
759 'fetch/FetchRequestData.cpp', 761 'fetch/FetchRequestData.cpp',
760 'fetch/FetchRequestData.h', 762 'fetch/FetchRequestData.h',
761 'fetch/FetchResponseData.cpp', 763 'fetch/FetchResponseData.cpp',
(...skipping 694 matching lines...) Expand 10 before | Expand all | Expand 10 after
1456 'webaudio/testing/InternalsWebAudio.cpp', 1458 'webaudio/testing/InternalsWebAudio.cpp',
1457 ], 1459 ],
1458 'modules_unittest_files': [ 1460 'modules_unittest_files': [
1459 'accessibility/AXObjectTest.cpp', 1461 'accessibility/AXObjectTest.cpp',
1460 'cachestorage/CacheTest.cpp', 1462 'cachestorage/CacheTest.cpp',
1461 'compositorworker/CompositorWorkerManagerTest.cpp', 1463 'compositorworker/CompositorWorkerManagerTest.cpp',
1462 'fetch/BodyStreamBufferTest.cpp', 1464 'fetch/BodyStreamBufferTest.cpp',
1463 'fetch/CompositeDataConsumerHandleTest.cpp', 1465 'fetch/CompositeDataConsumerHandleTest.cpp',
1464 'fetch/DataConsumerHandleTestUtil.h', 1466 'fetch/DataConsumerHandleTestUtil.h',
1465 'fetch/DataConsumerHandleUtilTest.cpp', 1467 'fetch/DataConsumerHandleUtilTest.cpp',
1468 'fetch/DataConsumerTeeTest.cpp',
1466 'fetch/FetchDataLoaderTest.cpp', 1469 'fetch/FetchDataLoaderTest.cpp',
1467 'fetch/FetchResponseDataTest.cpp', 1470 'fetch/FetchResponseDataTest.cpp',
1468 'fetch/RequestTest.cpp', 1471 'fetch/RequestTest.cpp',
1469 'fetch/ResponseTest.cpp', 1472 'fetch/ResponseTest.cpp',
1470 'filesystem/DOMFileSystemBaseTest.cpp', 1473 'filesystem/DOMFileSystemBaseTest.cpp',
1471 'indexeddb/IDBKeyPathTest.cpp', 1474 'indexeddb/IDBKeyPathTest.cpp',
1472 'indexeddb/IDBRequestTest.cpp', 1475 'indexeddb/IDBRequestTest.cpp',
1473 'indexeddb/IDBTransactionTest.cpp', 1476 'indexeddb/IDBTransactionTest.cpp',
1474 'serviceworkers/ServiceWorkerContainerTest.cpp', 1477 'serviceworkers/ServiceWorkerContainerTest.cpp',
1475 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1478 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1476 'webaudio/ConvolverNodeTest.cpp', 1479 'webaudio/ConvolverNodeTest.cpp',
1477 'webaudio/DynamicsCompressorNodeTest.cpp', 1480 'webaudio/DynamicsCompressorNodeTest.cpp',
1478 'webaudio/ScriptProcessorNodeTest.cpp', 1481 'webaudio/ScriptProcessorNodeTest.cpp',
1479 'webaudio/StereoPannerNodeTest.cpp', 1482 'webaudio/StereoPannerNodeTest.cpp',
1480 'websockets/DOMWebSocketTest.cpp', 1483 'websockets/DOMWebSocketTest.cpp',
1481 'websockets/DocumentWebSocketChannelTest.cpp', 1484 'websockets/DocumentWebSocketChannelTest.cpp',
1482 ], 1485 ],
1483 }, 1486 },
1484 } 1487 }
OLDNEW
« Source/modules/fetch/DataConsumerTee.cpp ('K') | « Source/modules/fetch/DataConsumerTeeTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698