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

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

Issue 1158443008: compositor-worker: Share a thread and an isolate for compositor workers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tot-merge 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 2048 matching lines...) Expand 10 before | Expand all | Expand 10 after
2059 'workers/WorkerNavigator.cpp', 2059 'workers/WorkerNavigator.cpp',
2060 'workers/WorkerNavigator.h', 2060 'workers/WorkerNavigator.h',
2061 'workers/WorkerObjectProxy.cpp', 2061 'workers/WorkerObjectProxy.cpp',
2062 'workers/WorkerObjectProxy.h', 2062 'workers/WorkerObjectProxy.h',
2063 'workers/WorkerReportingProxy.h', 2063 'workers/WorkerReportingProxy.h',
2064 'workers/WorkerScriptLoader.cpp', 2064 'workers/WorkerScriptLoader.cpp',
2065 'workers/WorkerScriptLoader.h', 2065 'workers/WorkerScriptLoader.h',
2066 'workers/WorkerScriptLoaderClient.cpp', 2066 'workers/WorkerScriptLoaderClient.cpp',
2067 'workers/WorkerScriptLoaderClient.h', 2067 'workers/WorkerScriptLoaderClient.h',
2068 'workers/WorkerThread.cpp', 2068 'workers/WorkerThread.cpp',
2069 'workers/WorkerThread.h',
2069 'workers/WorkerThreadStartupData.cpp', 2070 'workers/WorkerThreadStartupData.cpp',
2070 'workers/WorkerThreadStartupData.h', 2071 'workers/WorkerThreadStartupData.h',
2071 'xml/DOMParser.cpp', 2072 'xml/DOMParser.cpp',
2072 'xml/DOMParser.h', 2073 'xml/DOMParser.h',
2073 'xml/DocumentXPathEvaluator.cpp', 2074 'xml/DocumentXPathEvaluator.cpp',
2074 'xml/DocumentXPathEvaluator.h', 2075 'xml/DocumentXPathEvaluator.h',
2075 'xml/DocumentXSLT.cpp', 2076 'xml/DocumentXSLT.cpp',
2076 'xml/DocumentXSLT.h', 2077 'xml/DocumentXSLT.h',
2077 'xml/NativeXPathNSResolver.cpp', 2078 'xml/NativeXPathNSResolver.cpp',
2078 'xml/NativeXPathNSResolver.h', 2079 'xml/NativeXPathNSResolver.h',
(...skipping 1852 matching lines...) Expand 10 before | Expand all | Expand 10 after
3931 'style/ComputedStyleTest.cpp', 3932 'style/ComputedStyleTest.cpp',
3932 'style/OutlineValueTest.cpp', 3933 'style/OutlineValueTest.cpp',
3933 'style/SVGComputedStyleTest.cpp', 3934 'style/SVGComputedStyleTest.cpp',
3934 'testing/PrivateScriptTestTest.cpp', 3935 'testing/PrivateScriptTestTest.cpp',
3935 'timing/MemoryInfoTest.cpp', 3936 'timing/MemoryInfoTest.cpp',
3936 'workers/WorkerThreadTest.cpp', 3937 'workers/WorkerThreadTest.cpp',
3937 'xml/parser/SharedBufferReaderTest.cpp', 3938 'xml/parser/SharedBufferReaderTest.cpp',
3938 ], 3939 ],
3939 } 3940 }
3940 } 3941 }
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