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

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

Issue 1728803002: Rename WorkerThread to WorkerScript Base URL: https://chromium.googlesource.com/chromium/src.git@workerscript-controller
Patch Set: Created 4 years, 9 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 845 matching lines...) Expand 10 before | Expand all | Expand 10 after
856 'canvas2d/MouseEventHitRegion.h', 856 'canvas2d/MouseEventHitRegion.h',
857 'canvas2d/Path2D.h', 857 'canvas2d/Path2D.h',
858 'canvas2d/TouchHitRegion.cpp', 858 'canvas2d/TouchHitRegion.cpp',
859 'canvas2d/TouchHitRegion.h', 859 'canvas2d/TouchHitRegion.h',
860 'compositorworker/CompositorWorker.cpp', 860 'compositorworker/CompositorWorker.cpp',
861 'compositorworker/CompositorWorker.h', 861 'compositorworker/CompositorWorker.h',
862 'compositorworker/CompositorWorkerGlobalScope.cpp', 862 'compositorworker/CompositorWorkerGlobalScope.cpp',
863 'compositorworker/CompositorWorkerGlobalScope.h', 863 'compositorworker/CompositorWorkerGlobalScope.h',
864 'compositorworker/CompositorWorkerMessagingProxy.cpp', 864 'compositorworker/CompositorWorkerMessagingProxy.cpp',
865 'compositorworker/CompositorWorkerMessagingProxy.h', 865 'compositorworker/CompositorWorkerMessagingProxy.h',
866 'compositorworker/CompositorWorkerThread.cpp', 866 'compositorworker/CompositorWorkerScript.cpp',
867 'compositorworker/CompositorWorkerThread.h', 867 'compositorworker/CompositorWorkerScript.h',
868 'credentialmanager/Credential.cpp', 868 'credentialmanager/Credential.cpp',
869 'credentialmanager/Credential.h', 869 'credentialmanager/Credential.h',
870 'credentialmanager/CredentialManagerClient.cpp', 870 'credentialmanager/CredentialManagerClient.cpp',
871 'credentialmanager/CredentialManagerClient.h', 871 'credentialmanager/CredentialManagerClient.h',
872 'credentialmanager/CredentialsContainer.cpp', 872 'credentialmanager/CredentialsContainer.cpp',
873 'credentialmanager/CredentialsContainer.h', 873 'credentialmanager/CredentialsContainer.h',
874 'credentialmanager/FederatedCredential.cpp', 874 'credentialmanager/FederatedCredential.cpp',
875 'credentialmanager/FederatedCredential.h', 875 'credentialmanager/FederatedCredential.h',
876 'credentialmanager/PasswordCredential.cpp', 876 'credentialmanager/PasswordCredential.cpp',
877 'credentialmanager/PasswordCredential.h', 877 'credentialmanager/PasswordCredential.h',
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
1434 'serviceworkers/ServiceWorkerGlobalScope.cpp', 1434 'serviceworkers/ServiceWorkerGlobalScope.cpp',
1435 'serviceworkers/ServiceWorkerGlobalScope.h', 1435 'serviceworkers/ServiceWorkerGlobalScope.h',
1436 'serviceworkers/ServiceWorkerGlobalScopeClient.cpp', 1436 'serviceworkers/ServiceWorkerGlobalScopeClient.cpp',
1437 'serviceworkers/ServiceWorkerGlobalScopeClient.h', 1437 'serviceworkers/ServiceWorkerGlobalScopeClient.h',
1438 'serviceworkers/ServiceWorkerMessageEvent.cpp', 1438 'serviceworkers/ServiceWorkerMessageEvent.cpp',
1439 'serviceworkers/ServiceWorkerMessageEvent.h', 1439 'serviceworkers/ServiceWorkerMessageEvent.h',
1440 'serviceworkers/ServiceWorkerRegistration.cpp', 1440 'serviceworkers/ServiceWorkerRegistration.cpp',
1441 'serviceworkers/ServiceWorkerRegistration.h', 1441 'serviceworkers/ServiceWorkerRegistration.h',
1442 'serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp', 1442 'serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp',
1443 'serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h', 1443 'serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h',
1444 'serviceworkers/ServiceWorkerThread.cpp', 1444 'serviceworkers/ServiceWorkerScript.cpp',
1445 'serviceworkers/ServiceWorkerThread.h', 1445 'serviceworkers/ServiceWorkerScript.h',
1446 'serviceworkers/WaitUntilObserver.cpp', 1446 'serviceworkers/WaitUntilObserver.cpp',
1447 'speech/DOMWindowSpeechSynthesis.cpp', 1447 'speech/DOMWindowSpeechSynthesis.cpp',
1448 'speech/DOMWindowSpeechSynthesis.h', 1448 'speech/DOMWindowSpeechSynthesis.h',
1449 'speech/SpeechGrammar.cpp', 1449 'speech/SpeechGrammar.cpp',
1450 'speech/SpeechGrammar.h', 1450 'speech/SpeechGrammar.h',
1451 'speech/SpeechGrammarList.cpp', 1451 'speech/SpeechGrammarList.cpp',
1452 'speech/SpeechGrammarList.h', 1452 'speech/SpeechGrammarList.h',
1453 'speech/SpeechRecognition.cpp', 1453 'speech/SpeechRecognition.cpp',
1454 'speech/SpeechRecognition.h', 1454 'speech/SpeechRecognition.h',
1455 'speech/SpeechRecognitionAlternative.cpp', 1455 'speech/SpeechRecognitionAlternative.cpp',
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
1894 'vibration/testing/InternalsVibration.cpp', 1894 'vibration/testing/InternalsVibration.cpp',
1895 'vibration/testing/InternalsVibration.h', 1895 'vibration/testing/InternalsVibration.h',
1896 'webaudio/testing/InternalsWebAudio.h', 1896 'webaudio/testing/InternalsWebAudio.h',
1897 'webaudio/testing/InternalsWebAudio.cpp', 1897 'webaudio/testing/InternalsWebAudio.cpp',
1898 ], 1898 ],
1899 'modules_unittest_files': [ 1899 'modules_unittest_files': [
1900 'accessibility/AXObjectTest.cpp', 1900 'accessibility/AXObjectTest.cpp',
1901 'cachestorage/CacheTest.cpp', 1901 'cachestorage/CacheTest.cpp',
1902 'canvas2d/CanvasRenderingContext2DAPITest.cpp', 1902 'canvas2d/CanvasRenderingContext2DAPITest.cpp',
1903 'canvas2d/CanvasRenderingContext2DTest.cpp', 1903 'canvas2d/CanvasRenderingContext2DTest.cpp',
1904 'compositorworker/CompositorWorkerThreadTest.cpp', 1904 'compositorworker/CompositorWorkerScriptTest.cpp',
1905 'fetch/BodyStreamBufferTest.cpp', 1905 'fetch/BodyStreamBufferTest.cpp',
1906 'fetch/CompositeDataConsumerHandleTest.cpp', 1906 'fetch/CompositeDataConsumerHandleTest.cpp',
1907 'fetch/DataConsumerHandleTestUtil.cpp', 1907 'fetch/DataConsumerHandleTestUtil.cpp',
1908 'fetch/DataConsumerHandleTestUtil.h', 1908 'fetch/DataConsumerHandleTestUtil.h',
1909 'fetch/DataConsumerHandleUtilTest.cpp', 1909 'fetch/DataConsumerHandleUtilTest.cpp',
1910 'fetch/DataConsumerTeeTest.cpp', 1910 'fetch/DataConsumerTeeTest.cpp',
1911 'fetch/FetchBlobDataConsumerHandleTest.cpp', 1911 'fetch/FetchBlobDataConsumerHandleTest.cpp',
1912 'fetch/FetchDataLoaderTest.cpp', 1912 'fetch/FetchDataLoaderTest.cpp',
1913 'fetch/FetchFormDataConsumerHandleTest.cpp', 1913 'fetch/FetchFormDataConsumerHandleTest.cpp',
1914 'fetch/FetchResponseDataTest.cpp', 1914 'fetch/FetchResponseDataTest.cpp',
(...skipping 16 matching lines...) Expand all
1931 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1931 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1932 'webaudio/ConvolverNodeTest.cpp', 1932 'webaudio/ConvolverNodeTest.cpp',
1933 'webaudio/DynamicsCompressorNodeTest.cpp', 1933 'webaudio/DynamicsCompressorNodeTest.cpp',
1934 'webaudio/ScriptProcessorNodeTest.cpp', 1934 'webaudio/ScriptProcessorNodeTest.cpp',
1935 'webaudio/StereoPannerNodeTest.cpp', 1935 'webaudio/StereoPannerNodeTest.cpp',
1936 'websockets/DOMWebSocketTest.cpp', 1936 'websockets/DOMWebSocketTest.cpp',
1937 'websockets/DocumentWebSocketChannelTest.cpp', 1937 'websockets/DocumentWebSocketChannelTest.cpp',
1938 ], 1938 ],
1939 }, 1939 },
1940 } 1940 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698