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

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

Issue 1162043007: Introduce CompositeDataConsumerHandle. (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
« no previous file with comments | « Source/modules/fetch/CompositeDataConsumerHandleTest.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 'encryptedmedia/MediaKeySystemAccess.h', 727 'encryptedmedia/MediaKeySystemAccess.h',
728 'encryptedmedia/MediaKeys.cpp', 728 'encryptedmedia/MediaKeys.cpp',
729 'encryptedmedia/MediaKeys.h', 729 'encryptedmedia/MediaKeys.h',
730 'encryptedmedia/MediaKeysClient.h', 730 'encryptedmedia/MediaKeysClient.h',
731 'encryptedmedia/MediaKeysController.cpp', 731 'encryptedmedia/MediaKeysController.cpp',
732 'encryptedmedia/MediaKeysController.h', 732 'encryptedmedia/MediaKeysController.h',
733 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp', 733 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp',
734 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.h', 734 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.h',
735 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.cpp', 735 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.cpp',
736 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.h', 736 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.h',
737 'fetch/CompositeDataConsumerHandle.cpp',
738 'fetch/CompositeDataConsumerHandle.h',
737 'fetch/Body.cpp', 739 'fetch/Body.cpp',
738 'fetch/Body.h', 740 'fetch/Body.h',
739 'fetch/BodyStreamBuffer.cpp', 741 'fetch/BodyStreamBuffer.cpp',
740 'fetch/BodyStreamBuffer.h', 742 'fetch/BodyStreamBuffer.h',
741 'fetch/FetchHeaderList.cpp', 743 'fetch/FetchHeaderList.cpp',
742 'fetch/FetchHeaderList.h', 744 'fetch/FetchHeaderList.h',
743 'fetch/FetchManager.cpp', 745 'fetch/FetchManager.cpp',
744 'fetch/FetchManager.h', 746 'fetch/FetchManager.h',
745 'fetch/FetchRequestData.cpp', 747 'fetch/FetchRequestData.cpp',
746 'fetch/FetchRequestData.h', 748 'fetch/FetchRequestData.h',
(...skipping 694 matching lines...) Expand 10 before | Expand all | Expand 10 after
1441 'vibration/testing/InternalsVibration.cpp', 1443 'vibration/testing/InternalsVibration.cpp',
1442 'vibration/testing/InternalsVibration.h', 1444 'vibration/testing/InternalsVibration.h',
1443 'webaudio/testing/InternalsWebAudio.h', 1445 'webaudio/testing/InternalsWebAudio.h',
1444 'webaudio/testing/InternalsWebAudio.cpp', 1446 'webaudio/testing/InternalsWebAudio.cpp',
1445 ], 1447 ],
1446 'modules_unittest_files': [ 1448 'modules_unittest_files': [
1447 'accessibility/AXObjectTest.cpp', 1449 'accessibility/AXObjectTest.cpp',
1448 'cachestorage/CacheTest.cpp', 1450 'cachestorage/CacheTest.cpp',
1449 'compositorworker/CompositorWorkerManagerTest.cpp', 1451 'compositorworker/CompositorWorkerManagerTest.cpp',
1450 'fetch/BodyStreamBufferTest.cpp', 1452 'fetch/BodyStreamBufferTest.cpp',
1453 'fetch/CompositeDataConsumerHandleTest.cpp',
1451 'fetch/FetchResponseDataTest.cpp', 1454 'fetch/FetchResponseDataTest.cpp',
1452 'fetch/RequestTest.cpp', 1455 'fetch/RequestTest.cpp',
1453 'fetch/ResponseTest.cpp', 1456 'fetch/ResponseTest.cpp',
1454 'filesystem/DOMFileSystemBaseTest.cpp', 1457 'filesystem/DOMFileSystemBaseTest.cpp',
1455 'indexeddb/IDBKeyPathTest.cpp', 1458 'indexeddb/IDBKeyPathTest.cpp',
1456 'indexeddb/IDBRequestTest.cpp', 1459 'indexeddb/IDBRequestTest.cpp',
1457 'indexeddb/IDBTransactionTest.cpp', 1460 'indexeddb/IDBTransactionTest.cpp',
1458 'serviceworkers/ServiceWorkerContainerTest.cpp', 1461 'serviceworkers/ServiceWorkerContainerTest.cpp',
1459 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1462 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1460 'webaudio/ConvolverNodeTest.cpp', 1463 'webaudio/ConvolverNodeTest.cpp',
1461 'webaudio/DynamicsCompressorNodeTest.cpp', 1464 'webaudio/DynamicsCompressorNodeTest.cpp',
1462 'webaudio/ScriptProcessorNodeTest.cpp', 1465 'webaudio/ScriptProcessorNodeTest.cpp',
1463 'webaudio/StereoPannerNodeTest.cpp', 1466 'webaudio/StereoPannerNodeTest.cpp',
1464 'websockets/DOMWebSocketTest.cpp', 1467 'websockets/DOMWebSocketTest.cpp',
1465 'websockets/DocumentWebSocketChannelTest.cpp', 1468 'websockets/DocumentWebSocketChannelTest.cpp',
1466 ], 1469 ],
1467 }, 1470 },
1468 } 1471 }
OLDNEW
« no previous file with comments | « Source/modules/fetch/CompositeDataConsumerHandleTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698