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

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

Issue 1179393007: [2a] Implement FetchDataLoader (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/FetchDataLoaderTest.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 730 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.h', 741 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.h',
742 'fetch/CompositeDataConsumerHandle.cpp', 742 'fetch/CompositeDataConsumerHandle.cpp',
743 'fetch/CompositeDataConsumerHandle.h', 743 'fetch/CompositeDataConsumerHandle.h',
744 'fetch/DataConsumerHandleUtil.cpp', 744 'fetch/DataConsumerHandleUtil.cpp',
745 'fetch/DataConsumerHandleUtil.h', 745 'fetch/DataConsumerHandleUtil.h',
746 'fetch/Body.cpp', 746 'fetch/Body.cpp',
747 'fetch/Body.h', 747 'fetch/Body.h',
748 'fetch/BodyStreamBuffer.cpp', 748 'fetch/BodyStreamBuffer.cpp',
749 'fetch/BodyStreamBuffer.h', 749 'fetch/BodyStreamBuffer.h',
750 'fetch/FetchDataConsumerHandle.h', 750 'fetch/FetchDataConsumerHandle.h',
751 'fetch/FetchDataLoader.cpp',
752 'fetch/FetchDataLoader.h',
751 'fetch/FetchHeaderList.cpp', 753 'fetch/FetchHeaderList.cpp',
752 'fetch/FetchHeaderList.h', 754 'fetch/FetchHeaderList.h',
753 'fetch/FetchManager.cpp', 755 'fetch/FetchManager.cpp',
754 'fetch/FetchManager.h', 756 'fetch/FetchManager.h',
755 'fetch/FetchRequestData.cpp', 757 'fetch/FetchRequestData.cpp',
756 'fetch/FetchRequestData.h', 758 'fetch/FetchRequestData.h',
757 'fetch/FetchResponseData.cpp', 759 'fetch/FetchResponseData.cpp',
758 'fetch/FetchResponseData.h', 760 'fetch/FetchResponseData.h',
759 'fetch/GlobalFetch.cpp', 761 'fetch/GlobalFetch.cpp',
760 'fetch/GlobalFetch.h', 762 'fetch/GlobalFetch.h',
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
1452 'webaudio/testing/InternalsWebAudio.cpp', 1454 'webaudio/testing/InternalsWebAudio.cpp',
1453 ], 1455 ],
1454 'modules_unittest_files': [ 1456 'modules_unittest_files': [
1455 'accessibility/AXObjectTest.cpp', 1457 'accessibility/AXObjectTest.cpp',
1456 'cachestorage/CacheTest.cpp', 1458 'cachestorage/CacheTest.cpp',
1457 'compositorworker/CompositorWorkerManagerTest.cpp', 1459 'compositorworker/CompositorWorkerManagerTest.cpp',
1458 'fetch/BodyStreamBufferTest.cpp', 1460 'fetch/BodyStreamBufferTest.cpp',
1459 'fetch/CompositeDataConsumerHandleTest.cpp', 1461 'fetch/CompositeDataConsumerHandleTest.cpp',
1460 'fetch/DataConsumerHandleTestUtil.h', 1462 'fetch/DataConsumerHandleTestUtil.h',
1461 'fetch/DataConsumerHandleUtilTest.cpp', 1463 'fetch/DataConsumerHandleUtilTest.cpp',
1464 'fetch/FetchDataLoaderTest.cpp',
1462 'fetch/FetchResponseDataTest.cpp', 1465 'fetch/FetchResponseDataTest.cpp',
1463 'fetch/RequestTest.cpp', 1466 'fetch/RequestTest.cpp',
1464 'fetch/ResponseTest.cpp', 1467 'fetch/ResponseTest.cpp',
1465 'filesystem/DOMFileSystemBaseTest.cpp', 1468 'filesystem/DOMFileSystemBaseTest.cpp',
1466 'indexeddb/IDBKeyPathTest.cpp', 1469 'indexeddb/IDBKeyPathTest.cpp',
1467 'indexeddb/IDBRequestTest.cpp', 1470 'indexeddb/IDBRequestTest.cpp',
1468 'indexeddb/IDBTransactionTest.cpp', 1471 'indexeddb/IDBTransactionTest.cpp',
1469 'serviceworkers/ServiceWorkerContainerTest.cpp', 1472 'serviceworkers/ServiceWorkerContainerTest.cpp',
1470 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1473 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1471 'webaudio/ConvolverNodeTest.cpp', 1474 'webaudio/ConvolverNodeTest.cpp',
1472 'webaudio/DynamicsCompressorNodeTest.cpp', 1475 'webaudio/DynamicsCompressorNodeTest.cpp',
1473 'webaudio/ScriptProcessorNodeTest.cpp', 1476 'webaudio/ScriptProcessorNodeTest.cpp',
1474 'webaudio/StereoPannerNodeTest.cpp', 1477 'webaudio/StereoPannerNodeTest.cpp',
1475 'websockets/DOMWebSocketTest.cpp', 1478 'websockets/DOMWebSocketTest.cpp',
1476 'websockets/DocumentWebSocketChannelTest.cpp', 1479 'websockets/DocumentWebSocketChannelTest.cpp',
1477 ], 1480 ],
1478 }, 1481 },
1479 } 1482 }
OLDNEW
« no previous file with comments | « Source/modules/fetch/FetchDataLoaderTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698