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

Side by Side Diff: third_party/WebKit/Source/core/core.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_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 2144 matching lines...) Expand 10 before | Expand all | Expand 10 after
2155 'timing/WorkerGlobalScopePerformance.cpp', 2155 'timing/WorkerGlobalScopePerformance.cpp',
2156 'timing/WorkerGlobalScopePerformance.h', 2156 'timing/WorkerGlobalScopePerformance.h',
2157 'timing/WorkerPerformance.cpp', 2157 'timing/WorkerPerformance.cpp',
2158 'timing/WorkerPerformance.h', 2158 'timing/WorkerPerformance.h',
2159 'workers/AbstractWorker.cpp', 2159 'workers/AbstractWorker.cpp',
2160 'workers/AbstractWorker.h', 2160 'workers/AbstractWorker.h',
2161 'workers/DedicatedWorkerGlobalScope.cpp', 2161 'workers/DedicatedWorkerGlobalScope.cpp',
2162 'workers/DedicatedWorkerGlobalScope.h', 2162 'workers/DedicatedWorkerGlobalScope.h',
2163 'workers/DedicatedWorkerMessagingProxy.cpp', 2163 'workers/DedicatedWorkerMessagingProxy.cpp',
2164 'workers/DedicatedWorkerMessagingProxy.h', 2164 'workers/DedicatedWorkerMessagingProxy.h',
2165 'workers/DedicatedWorkerThread.cpp', 2165 'workers/DedicatedWorkerScript.cpp',
2166 'workers/DedicatedWorkerThread.h', 2166 'workers/DedicatedWorkerScript.h',
2167 'workers/InProcessWorkerBase.cpp', 2167 'workers/InProcessWorkerBase.cpp',
2168 'workers/InProcessWorkerBase.h', 2168 'workers/InProcessWorkerBase.h',
2169 'workers/SharedWorker.cpp', 2169 'workers/SharedWorker.cpp',
2170 'workers/SharedWorker.h', 2170 'workers/SharedWorker.h',
2171 'workers/SharedWorkerGlobalScope.cpp', 2171 'workers/SharedWorkerGlobalScope.cpp',
2172 'workers/SharedWorkerGlobalScope.h', 2172 'workers/SharedWorkerGlobalScope.h',
2173 'workers/SharedWorkerRepositoryClient.h', 2173 'workers/SharedWorkerRepositoryClient.h',
2174 'workers/SharedWorkerThread.cpp', 2174 'workers/SharedWorkerScript.cpp',
2175 'workers/SharedWorkerThread.h', 2175 'workers/SharedWorkerScript.h',
2176 'workers/Worker.cpp', 2176 'workers/Worker.cpp',
2177 'workers/Worker.h', 2177 'workers/Worker.h',
2178 'workers/WorkerClients.h', 2178 'workers/WorkerClients.h',
2179 'workers/WorkerConsole.cpp', 2179 'workers/WorkerConsole.cpp',
2180 'workers/WorkerConsole.h', 2180 'workers/WorkerConsole.h',
2181 'workers/WorkerEventQueue.cpp', 2181 'workers/WorkerEventQueue.cpp',
2182 'workers/WorkerEventQueue.h', 2182 'workers/WorkerEventQueue.h',
2183 'workers/WorkerGlobalScope.cpp', 2183 'workers/WorkerGlobalScope.cpp',
2184 'workers/WorkerGlobalScope.h', 2184 'workers/WorkerGlobalScope.h',
2185 'workers/WorkerGlobalScopeProxy.h', 2185 'workers/WorkerGlobalScopeProxy.h',
2186 'workers/WorkerGlobalScopeProxyProvider.cpp', 2186 'workers/WorkerGlobalScopeProxyProvider.cpp',
2187 'workers/WorkerGlobalScopeProxyProvider.h', 2187 'workers/WorkerGlobalScopeProxyProvider.h',
2188 'workers/WorkerInspectorProxy.cpp', 2188 'workers/WorkerInspectorProxy.cpp',
2189 'workers/WorkerInspectorProxy.h', 2189 'workers/WorkerInspectorProxy.h',
2190 'workers/WorkerLoaderProxy.cpp', 2190 'workers/WorkerLoaderProxy.cpp',
2191 'workers/WorkerLoaderProxy.h', 2191 'workers/WorkerLoaderProxy.h',
2192 'workers/WorkerLocation.h', 2192 'workers/WorkerLocation.h',
2193 'workers/WorkerMessagingProxy.cpp', 2193 'workers/WorkerMessagingProxy.cpp',
2194 'workers/WorkerMessagingProxy.h', 2194 'workers/WorkerMessagingProxy.h',
2195 'workers/WorkerNavigator.cpp', 2195 'workers/WorkerNavigator.cpp',
2196 'workers/WorkerNavigator.h', 2196 'workers/WorkerNavigator.h',
2197 'workers/WorkerObjectProxy.cpp', 2197 'workers/WorkerObjectProxy.cpp',
2198 'workers/WorkerObjectProxy.h', 2198 'workers/WorkerObjectProxy.h',
2199 'workers/WorkerOrWorkletGlobalScope.h', 2199 'workers/WorkerOrWorkletGlobalScope.h',
2200 'workers/WorkerReportingProxy.h', 2200 'workers/WorkerReportingProxy.h',
2201 'workers/WorkerScript.cpp',
2202 'workers/WorkerScript.h',
2201 'workers/WorkerScriptLoader.cpp', 2203 'workers/WorkerScriptLoader.cpp',
2202 'workers/WorkerScriptLoader.h', 2204 'workers/WorkerScriptLoader.h',
2203 'workers/WorkerThread.cpp', 2205 'workers/WorkerScriptStartupData.cpp',
2204 'workers/WorkerThread.h', 2206 'workers/WorkerScriptStartupData.h',
2205 'workers/WorkerThreadStartupData.cpp',
2206 'workers/WorkerThreadStartupData.h',
2207 'xml/DOMParser.cpp', 2207 'xml/DOMParser.cpp',
2208 'xml/DOMParser.h', 2208 'xml/DOMParser.h',
2209 'xml/DocumentXPathEvaluator.cpp', 2209 'xml/DocumentXPathEvaluator.cpp',
2210 'xml/DocumentXPathEvaluator.h', 2210 'xml/DocumentXPathEvaluator.h',
2211 'xml/DocumentXSLT.cpp', 2211 'xml/DocumentXSLT.cpp',
2212 'xml/DocumentXSLT.h', 2212 'xml/DocumentXSLT.h',
2213 'xml/NativeXPathNSResolver.cpp', 2213 'xml/NativeXPathNSResolver.cpp',
2214 'xml/NativeXPathNSResolver.h', 2214 'xml/NativeXPathNSResolver.h',
2215 'xml/XMLSerializer.cpp', 2215 'xml/XMLSerializer.cpp',
2216 'xml/XMLSerializer.h', 2216 'xml/XMLSerializer.h',
(...skipping 1801 matching lines...) Expand 10 before | Expand all | Expand 10 after
4018 'paint/TextPainterTest.cpp', 4018 'paint/TextPainterTest.cpp',
4019 'streams/ReadableStreamReaderTest.cpp', 4019 'streams/ReadableStreamReaderTest.cpp',
4020 'streams/ReadableStreamTest.cpp', 4020 'streams/ReadableStreamTest.cpp',
4021 'style/ComputedStyleTest.cpp', 4021 'style/ComputedStyleTest.cpp',
4022 'style/OutlineValueTest.cpp', 4022 'style/OutlineValueTest.cpp',
4023 'style/SVGComputedStyleTest.cpp', 4023 'style/SVGComputedStyleTest.cpp',
4024 'svg/SVGPathParserTest.cpp', 4024 'svg/SVGPathParserTest.cpp',
4025 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4025 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4026 'testing/PrivateScriptTestTest.cpp', 4026 'testing/PrivateScriptTestTest.cpp',
4027 'timing/MemoryInfoTest.cpp', 4027 'timing/MemoryInfoTest.cpp',
4028 'workers/WorkerThreadTest.cpp', 4028 'workers/WorkerScriptTest.cpp',
4029 'xml/parser/SharedBufferReaderTest.cpp', 4029 'xml/parser/SharedBufferReaderTest.cpp',
4030 ], 4030 ],
4031 } 4031 }
4032 } 4032 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698