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

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

Issue 1176403006: [1b] Implement FetchBlobDataConsumerHandle (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: gypi fix. 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/FetchBlobDataConsumerHandle.cpp',
753 'fetch/FetchBlobDataConsumerHandle.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 713 matching lines...) Expand 10 before | Expand all | Expand 10 after
1475 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1477 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1476 'webaudio/ConvolverNodeTest.cpp', 1478 'webaudio/ConvolverNodeTest.cpp',
1477 'webaudio/DynamicsCompressorNodeTest.cpp', 1479 'webaudio/DynamicsCompressorNodeTest.cpp',
1478 'webaudio/ScriptProcessorNodeTest.cpp', 1480 'webaudio/ScriptProcessorNodeTest.cpp',
1479 'webaudio/StereoPannerNodeTest.cpp', 1481 'webaudio/StereoPannerNodeTest.cpp',
1480 'websockets/DOMWebSocketTest.cpp', 1482 'websockets/DOMWebSocketTest.cpp',
1481 'websockets/DocumentWebSocketChannelTest.cpp', 1483 'websockets/DocumentWebSocketChannelTest.cpp',
1482 ], 1484 ],
1483 }, 1485 },
1484 } 1486 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698