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

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

Issue 1198443002: Fetch DataConsumerHandle test cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@tee
Patch Set: rebase 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 1445 matching lines...) Expand 10 before | Expand all | Expand 10 after
1456 'vibration/testing/InternalsVibration.h', 1456 'vibration/testing/InternalsVibration.h',
1457 'webaudio/testing/InternalsWebAudio.h', 1457 'webaudio/testing/InternalsWebAudio.h',
1458 'webaudio/testing/InternalsWebAudio.cpp', 1458 'webaudio/testing/InternalsWebAudio.cpp',
1459 ], 1459 ],
1460 'modules_unittest_files': [ 1460 'modules_unittest_files': [
1461 'accessibility/AXObjectTest.cpp', 1461 'accessibility/AXObjectTest.cpp',
1462 'cachestorage/CacheTest.cpp', 1462 'cachestorage/CacheTest.cpp',
1463 'compositorworker/CompositorWorkerManagerTest.cpp', 1463 'compositorworker/CompositorWorkerManagerTest.cpp',
1464 'fetch/BodyStreamBufferTest.cpp', 1464 'fetch/BodyStreamBufferTest.cpp',
1465 'fetch/CompositeDataConsumerHandleTest.cpp', 1465 'fetch/CompositeDataConsumerHandleTest.cpp',
1466 'fetch/DataConsumerHandleTestUtil.cpp',
1466 'fetch/DataConsumerHandleTestUtil.h', 1467 'fetch/DataConsumerHandleTestUtil.h',
1467 'fetch/DataConsumerHandleUtilTest.cpp', 1468 'fetch/DataConsumerHandleUtilTest.cpp',
1468 'fetch/DataConsumerTeeTest.cpp', 1469 'fetch/DataConsumerTeeTest.cpp',
1469 'fetch/FetchDataLoaderTest.cpp', 1470 'fetch/FetchDataLoaderTest.cpp',
1470 'fetch/FetchResponseDataTest.cpp', 1471 'fetch/FetchResponseDataTest.cpp',
1471 'fetch/RequestTest.cpp', 1472 'fetch/RequestTest.cpp',
1472 'fetch/ResponseTest.cpp', 1473 'fetch/ResponseTest.cpp',
1473 'filesystem/DOMFileSystemBaseTest.cpp', 1474 'filesystem/DOMFileSystemBaseTest.cpp',
1474 'indexeddb/IDBKeyPathTest.cpp', 1475 'indexeddb/IDBKeyPathTest.cpp',
1475 'indexeddb/IDBRequestTest.cpp', 1476 'indexeddb/IDBRequestTest.cpp',
1476 'indexeddb/IDBTransactionTest.cpp', 1477 'indexeddb/IDBTransactionTest.cpp',
1477 'serviceworkers/ServiceWorkerContainerTest.cpp', 1478 'serviceworkers/ServiceWorkerContainerTest.cpp',
1478 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1479 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1479 'webaudio/ConvolverNodeTest.cpp', 1480 'webaudio/ConvolverNodeTest.cpp',
1480 'webaudio/DynamicsCompressorNodeTest.cpp', 1481 'webaudio/DynamicsCompressorNodeTest.cpp',
1481 'webaudio/ScriptProcessorNodeTest.cpp', 1482 'webaudio/ScriptProcessorNodeTest.cpp',
1482 'webaudio/StereoPannerNodeTest.cpp', 1483 'webaudio/StereoPannerNodeTest.cpp',
1483 'websockets/DOMWebSocketTest.cpp', 1484 'websockets/DOMWebSocketTest.cpp',
1484 'websockets/DocumentWebSocketChannelTest.cpp', 1485 'websockets/DocumentWebSocketChannelTest.cpp',
1485 ], 1486 ],
1486 }, 1487 },
1487 } 1488 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698