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

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

Issue 1281273004: Move CrossThreadHolder to CrossThreadHolder.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: final Created 5 years, 4 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/FetchBlobDataConsumerHandle.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 867 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.cpp', 878 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.cpp',
879 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.h', 879 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.h',
880 'fetch/CompositeDataConsumerHandle.cpp', 880 'fetch/CompositeDataConsumerHandle.cpp',
881 'fetch/CompositeDataConsumerHandle.h', 881 'fetch/CompositeDataConsumerHandle.h',
882 'fetch/DataConsumerHandleUtil.cpp', 882 'fetch/DataConsumerHandleUtil.cpp',
883 'fetch/DataConsumerHandleUtil.h', 883 'fetch/DataConsumerHandleUtil.h',
884 'fetch/Body.cpp', 884 'fetch/Body.cpp',
885 'fetch/Body.h', 885 'fetch/Body.h',
886 'fetch/BodyStreamBuffer.cpp', 886 'fetch/BodyStreamBuffer.cpp',
887 'fetch/BodyStreamBuffer.h', 887 'fetch/BodyStreamBuffer.h',
888 'fetch/CrossThreadHolder.h',
888 'fetch/DataConsumerTee.cpp', 889 'fetch/DataConsumerTee.cpp',
889 'fetch/DataConsumerTee.h', 890 'fetch/DataConsumerTee.h',
890 'fetch/FetchBlobDataConsumerHandle.cpp', 891 'fetch/FetchBlobDataConsumerHandle.cpp',
891 'fetch/FetchBlobDataConsumerHandle.h', 892 'fetch/FetchBlobDataConsumerHandle.h',
892 'fetch/FetchDataConsumerHandle.h', 893 'fetch/FetchDataConsumerHandle.h',
893 'fetch/FetchDataLoader.cpp', 894 'fetch/FetchDataLoader.cpp',
894 'fetch/FetchDataLoader.h', 895 'fetch/FetchDataLoader.h',
895 'fetch/FetchHeaderList.cpp', 896 'fetch/FetchHeaderList.cpp',
896 'fetch/FetchHeaderList.h', 897 'fetch/FetchHeaderList.h',
897 'fetch/FetchManager.cpp', 898 'fetch/FetchManager.cpp',
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
1767 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1768 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1768 'webaudio/ConvolverNodeTest.cpp', 1769 'webaudio/ConvolverNodeTest.cpp',
1769 'webaudio/DynamicsCompressorNodeTest.cpp', 1770 'webaudio/DynamicsCompressorNodeTest.cpp',
1770 'webaudio/ScriptProcessorNodeTest.cpp', 1771 'webaudio/ScriptProcessorNodeTest.cpp',
1771 'webaudio/StereoPannerNodeTest.cpp', 1772 'webaudio/StereoPannerNodeTest.cpp',
1772 'websockets/DOMWebSocketTest.cpp', 1773 'websockets/DOMWebSocketTest.cpp',
1773 'websockets/DocumentWebSocketChannelTest.cpp', 1774 'websockets/DocumentWebSocketChannelTest.cpp',
1774 ], 1775 ],
1775 }, 1776 },
1776 } 1777 }
OLDNEW
« no previous file with comments | « Source/modules/fetch/FetchBlobDataConsumerHandle.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698