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

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

Issue 1166923003: Revert of compositor-worker: Share a thread and an isolate for compositor workers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
« no previous file with comments | « no previous file | Source/core/workers/WorkerThread.h » ('j') | 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_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 2042 matching lines...) Expand 10 before | Expand all | Expand 10 after
2053 'workers/WorkerNavigator.cpp', 2053 'workers/WorkerNavigator.cpp',
2054 'workers/WorkerNavigator.h', 2054 'workers/WorkerNavigator.h',
2055 'workers/WorkerObjectProxy.cpp', 2055 'workers/WorkerObjectProxy.cpp',
2056 'workers/WorkerObjectProxy.h', 2056 'workers/WorkerObjectProxy.h',
2057 'workers/WorkerReportingProxy.h', 2057 'workers/WorkerReportingProxy.h',
2058 'workers/WorkerScriptLoader.cpp', 2058 'workers/WorkerScriptLoader.cpp',
2059 'workers/WorkerScriptLoader.h', 2059 'workers/WorkerScriptLoader.h',
2060 'workers/WorkerScriptLoaderClient.cpp', 2060 'workers/WorkerScriptLoaderClient.cpp',
2061 'workers/WorkerScriptLoaderClient.h', 2061 'workers/WorkerScriptLoaderClient.h',
2062 'workers/WorkerThread.cpp', 2062 'workers/WorkerThread.cpp',
2063 'workers/WorkerThread.h',
2064 'workers/WorkerThreadStartupData.cpp', 2063 'workers/WorkerThreadStartupData.cpp',
2065 'workers/WorkerThreadStartupData.h', 2064 'workers/WorkerThreadStartupData.h',
2066 'xml/DOMParser.cpp', 2065 'xml/DOMParser.cpp',
2067 'xml/DOMParser.h', 2066 'xml/DOMParser.h',
2068 'xml/DocumentXPathEvaluator.cpp', 2067 'xml/DocumentXPathEvaluator.cpp',
2069 'xml/DocumentXPathEvaluator.h', 2068 'xml/DocumentXPathEvaluator.h',
2070 'xml/DocumentXSLT.cpp', 2069 'xml/DocumentXSLT.cpp',
2071 'xml/DocumentXSLT.h', 2070 'xml/DocumentXSLT.h',
2072 'xml/NativeXPathNSResolver.cpp', 2071 'xml/NativeXPathNSResolver.cpp',
2073 'xml/NativeXPathNSResolver.h', 2072 'xml/NativeXPathNSResolver.h',
(...skipping 1844 matching lines...) Expand 10 before | Expand all | Expand 10 after
3918 'style/ComputedStyleTest.cpp', 3917 'style/ComputedStyleTest.cpp',
3919 'style/OutlineValueTest.cpp', 3918 'style/OutlineValueTest.cpp',
3920 'style/SVGComputedStyleTest.cpp', 3919 'style/SVGComputedStyleTest.cpp',
3921 'testing/PrivateScriptTestTest.cpp', 3920 'testing/PrivateScriptTestTest.cpp',
3922 'timing/MemoryInfoTest.cpp', 3921 'timing/MemoryInfoTest.cpp',
3923 'workers/WorkerThreadTest.cpp', 3922 'workers/WorkerThreadTest.cpp',
3924 'xml/parser/SharedBufferReaderTest.cpp', 3923 'xml/parser/SharedBufferReaderTest.cpp',
3925 ], 3924 ],
3926 } 3925 }
3927 } 3926 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/workers/WorkerThread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698