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

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

Issue 1115923002: workers: Rename WorkerThread to WorkerScript. Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 7 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 | Annotate | Revision Log
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 2035 matching lines...) Expand 10 before | Expand all | Expand 10 after
2046 'workers/WorkerLoaderProxy.cpp', 2046 'workers/WorkerLoaderProxy.cpp',
2047 'workers/WorkerLoaderProxy.h', 2047 'workers/WorkerLoaderProxy.h',
2048 'workers/WorkerLocation.h', 2048 'workers/WorkerLocation.h',
2049 'workers/WorkerMessagingProxy.cpp', 2049 'workers/WorkerMessagingProxy.cpp',
2050 'workers/WorkerMessagingProxy.h', 2050 'workers/WorkerMessagingProxy.h',
2051 'workers/WorkerNavigator.cpp', 2051 'workers/WorkerNavigator.cpp',
2052 'workers/WorkerNavigator.h', 2052 'workers/WorkerNavigator.h',
2053 'workers/WorkerObjectProxy.cpp', 2053 'workers/WorkerObjectProxy.cpp',
2054 'workers/WorkerObjectProxy.h', 2054 'workers/WorkerObjectProxy.h',
2055 'workers/WorkerReportingProxy.h', 2055 'workers/WorkerReportingProxy.h',
2056 'workers/WorkerScript.cpp',
2056 'workers/WorkerScriptLoader.cpp', 2057 'workers/WorkerScriptLoader.cpp',
2057 'workers/WorkerScriptLoader.h', 2058 'workers/WorkerScriptLoader.h',
2058 'workers/WorkerScriptLoaderClient.h', 2059 'workers/WorkerScriptLoaderClient.h',
2059 'workers/WorkerThread.cpp', 2060 'workers/WorkerScriptStartupData.cpp',
2060 'workers/WorkerThreadStartupData.cpp', 2061 'workers/WorkerScriptStartupData.h',
2061 'workers/WorkerThreadStartupData.h',
2062 'xml/DOMParser.cpp', 2062 'xml/DOMParser.cpp',
2063 'xml/DOMParser.h', 2063 'xml/DOMParser.h',
2064 'xml/DocumentXPathEvaluator.cpp', 2064 'xml/DocumentXPathEvaluator.cpp',
2065 'xml/DocumentXPathEvaluator.h', 2065 'xml/DocumentXPathEvaluator.h',
2066 'xml/DocumentXSLT.cpp', 2066 'xml/DocumentXSLT.cpp',
2067 'xml/DocumentXSLT.h', 2067 'xml/DocumentXSLT.h',
2068 'xml/NativeXPathNSResolver.cpp', 2068 'xml/NativeXPathNSResolver.cpp',
2069 'xml/NativeXPathNSResolver.h', 2069 'xml/NativeXPathNSResolver.h',
2070 'xml/XMLSerializer.cpp', 2070 'xml/XMLSerializer.cpp',
2071 'xml/XMLSerializer.h', 2071 'xml/XMLSerializer.h',
(...skipping 1817 matching lines...) Expand 10 before | Expand all | Expand 10 after
3889 'streams/ReadableStreamTest.cpp', 3889 'streams/ReadableStreamTest.cpp',
3890 'style/ComputedStyleTest.cpp', 3890 'style/ComputedStyleTest.cpp',
3891 'style/OutlineValueTest.cpp', 3891 'style/OutlineValueTest.cpp',
3892 'style/SVGComputedStyleTest.cpp', 3892 'style/SVGComputedStyleTest.cpp',
3893 'testing/PrivateScriptTestTest.cpp', 3893 'testing/PrivateScriptTestTest.cpp',
3894 'timing/MemoryInfoTest.cpp', 3894 'timing/MemoryInfoTest.cpp',
3895 'xml/parser/SharedBufferReaderTest.cpp', 3895 'xml/parser/SharedBufferReaderTest.cpp',
3896 ], 3896 ],
3897 } 3897 }
3898 } 3898 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698