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

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

Issue 2277143002: Use BytesConsumer in BodyStreamBuffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bytes-consumer-tee
Patch Set: fix Created 4 years, 3 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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 'fetch/DataConsumerHandleUtil.h', 526 'fetch/DataConsumerHandleUtil.h',
527 'fetch/Body.cpp', 527 'fetch/Body.cpp',
528 'fetch/Body.h', 528 'fetch/Body.h',
529 'fetch/BodyStreamBuffer.cpp', 529 'fetch/BodyStreamBuffer.cpp',
530 'fetch/BodyStreamBuffer.h', 530 'fetch/BodyStreamBuffer.h',
531 'fetch/BytesConsumer.cpp', 531 'fetch/BytesConsumer.cpp',
532 'fetch/BytesConsumer.h', 532 'fetch/BytesConsumer.h',
533 'fetch/BytesConsumerForDataConsumerHandle.cpp', 533 'fetch/BytesConsumerForDataConsumerHandle.cpp',
534 'fetch/BytesConsumerForDataConsumerHandle.h', 534 'fetch/BytesConsumerForDataConsumerHandle.h',
535 'fetch/CrossThreadHolder.h', 535 'fetch/CrossThreadHolder.h',
536 'fetch/DataConsumerTee.cpp',
537 'fetch/DataConsumerTee.h',
538 'fetch/FetchBlobDataConsumerHandle.cpp', 536 'fetch/FetchBlobDataConsumerHandle.cpp',
539 'fetch/FetchBlobDataConsumerHandle.h', 537 'fetch/FetchBlobDataConsumerHandle.h',
540 'fetch/FetchDataConsumerHandle.cpp', 538 'fetch/FetchDataConsumerHandle.cpp',
541 'fetch/FetchDataConsumerHandle.h', 539 'fetch/FetchDataConsumerHandle.h',
542 'fetch/FetchDataLoader.cpp', 540 'fetch/FetchDataLoader.cpp',
543 'fetch/FetchDataLoader.h', 541 'fetch/FetchDataLoader.h',
544 'fetch/FetchFormDataConsumerHandle.cpp', 542 'fetch/FetchFormDataConsumerHandle.cpp',
545 'fetch/FetchFormDataConsumerHandle.h', 543 'fetch/FetchFormDataConsumerHandle.h',
546 'fetch/FetchHeaderList.cpp', 544 'fetch/FetchHeaderList.cpp',
547 'fetch/FetchHeaderList.h', 545 'fetch/FetchHeaderList.h',
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 'screen_orientation/ScreenOrientation.cpp', 983 'screen_orientation/ScreenOrientation.cpp',
986 'screen_orientation/ScreenOrientation.h', 984 'screen_orientation/ScreenOrientation.h',
987 'screen_orientation/ScreenOrientationController.cpp', 985 'screen_orientation/ScreenOrientationController.cpp',
988 'screen_orientation/ScreenOrientationController.h', 986 'screen_orientation/ScreenOrientationController.h',
989 'screen_orientation/ScreenOrientationDispatcher.cpp', 987 'screen_orientation/ScreenOrientationDispatcher.cpp',
990 'screen_orientation/ScreenOrientationDispatcher.h', 988 'screen_orientation/ScreenOrientationDispatcher.h',
991 ], 989 ],
992 # 'partial interface' or target (right side of) 'implements' 990 # 'partial interface' or target (right side of) 'implements'
993 }, 991 },
994 } 992 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698