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

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
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 696 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 'encryptedmedia/MediaKeySystemAccess.h', 707 'encryptedmedia/MediaKeySystemAccess.h',
708 'encryptedmedia/MediaKeys.cpp', 708 'encryptedmedia/MediaKeys.cpp',
709 'encryptedmedia/MediaKeys.h', 709 'encryptedmedia/MediaKeys.h',
710 'encryptedmedia/MediaKeysClient.h', 710 'encryptedmedia/MediaKeysClient.h',
711 'encryptedmedia/MediaKeysController.cpp', 711 'encryptedmedia/MediaKeysController.cpp',
712 'encryptedmedia/MediaKeysController.h', 712 'encryptedmedia/MediaKeysController.h',
713 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp', 713 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp',
714 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.h', 714 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.h',
715 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.cpp', 715 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.cpp',
716 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.h', 716 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.h',
717 'fetch/CompositeDataConsumerHandle.cpp',
718 'fetch/CompositeDataConsumerHandle.h',
717 'fetch/Body.cpp', 719 'fetch/Body.cpp',
718 'fetch/Body.h', 720 'fetch/Body.h',
719 'fetch/BodyStreamBuffer.cpp', 721 'fetch/BodyStreamBuffer.cpp',
720 'fetch/BodyStreamBuffer.h', 722 'fetch/BodyStreamBuffer.h',
721 'fetch/FetchHeaderList.cpp', 723 'fetch/FetchHeaderList.cpp',
722 'fetch/FetchHeaderList.h', 724 'fetch/FetchHeaderList.h',
723 'fetch/FetchManager.cpp', 725 'fetch/FetchManager.cpp',
724 'fetch/FetchManager.h', 726 'fetch/FetchManager.h',
725 'fetch/FetchRequestData.cpp', 727 'fetch/FetchRequestData.cpp',
726 'fetch/FetchRequestData.h', 728 'fetch/FetchRequestData.h',
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after
1420 'speech/testing/PlatformSpeechSynthesizerMock.h', 1422 'speech/testing/PlatformSpeechSynthesizerMock.h',
1421 'vibration/testing/InternalsVibration.cpp', 1423 'vibration/testing/InternalsVibration.cpp',
1422 'vibration/testing/InternalsVibration.h', 1424 'vibration/testing/InternalsVibration.h',
1423 'webaudio/testing/InternalsWebAudio.h', 1425 'webaudio/testing/InternalsWebAudio.h',
1424 'webaudio/testing/InternalsWebAudio.cpp', 1426 'webaudio/testing/InternalsWebAudio.cpp',
1425 ], 1427 ],
1426 'modules_unittest_files': [ 1428 'modules_unittest_files': [
1427 'accessibility/AXObjectTest.cpp', 1429 'accessibility/AXObjectTest.cpp',
1428 'cachestorage/CacheTest.cpp', 1430 'cachestorage/CacheTest.cpp',
1429 'fetch/BodyStreamBufferTest.cpp', 1431 'fetch/BodyStreamBufferTest.cpp',
1432 'fetch/CompositeDataConsumerHandleTest.cpp',
1430 'fetch/FetchResponseDataTest.cpp', 1433 'fetch/FetchResponseDataTest.cpp',
1431 'fetch/RequestTest.cpp', 1434 'fetch/RequestTest.cpp',
1432 'fetch/ResponseTest.cpp', 1435 'fetch/ResponseTest.cpp',
1433 'filesystem/DOMFileSystemBaseTest.cpp', 1436 'filesystem/DOMFileSystemBaseTest.cpp',
1434 'indexeddb/IDBKeyPathTest.cpp', 1437 'indexeddb/IDBKeyPathTest.cpp',
1435 'indexeddb/IDBRequestTest.cpp', 1438 'indexeddb/IDBRequestTest.cpp',
1436 'indexeddb/IDBTransactionTest.cpp', 1439 'indexeddb/IDBTransactionTest.cpp',
1437 'serviceworkers/ServiceWorkerContainerTest.cpp', 1440 'serviceworkers/ServiceWorkerContainerTest.cpp',
1438 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1441 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1439 'webaudio/ConvolverNodeTest.cpp', 1442 'webaudio/ConvolverNodeTest.cpp',
1440 'webaudio/DynamicsCompressorNodeTest.cpp', 1443 'webaudio/DynamicsCompressorNodeTest.cpp',
1441 'webaudio/ScriptProcessorNodeTest.cpp', 1444 'webaudio/ScriptProcessorNodeTest.cpp',
1442 'webaudio/StereoPannerNodeTest.cpp', 1445 'webaudio/StereoPannerNodeTest.cpp',
1443 'websockets/DOMWebSocketTest.cpp', 1446 'websockets/DOMWebSocketTest.cpp',
1444 'websockets/DocumentWebSocketChannelTest.cpp', 1447 'websockets/DocumentWebSocketChannelTest.cpp',
1445 ], 1448 ],
1446 }, 1449 },
1447 } 1450 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698