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

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: . 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
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 2024 matching lines...) Expand 10 before | Expand all | Expand 10 after
2035 'workers/WorkerConsole.h', 2035 'workers/WorkerConsole.h',
2036 'workers/WorkerEventQueue.cpp', 2036 'workers/WorkerEventQueue.cpp',
2037 'workers/WorkerEventQueue.h', 2037 'workers/WorkerEventQueue.h',
2038 'workers/WorkerGlobalScope.cpp', 2038 'workers/WorkerGlobalScope.cpp',
2039 'workers/WorkerGlobalScope.h', 2039 'workers/WorkerGlobalScope.h',
2040 'workers/WorkerGlobalScopeProxy.h', 2040 'workers/WorkerGlobalScopeProxy.h',
2041 'workers/WorkerGlobalScopeProxyProvider.cpp', 2041 'workers/WorkerGlobalScopeProxyProvider.cpp',
2042 'workers/WorkerGlobalScopeProxyProvider.h', 2042 'workers/WorkerGlobalScopeProxyProvider.h',
2043 'workers/WorkerInspectorProxy.cpp', 2043 'workers/WorkerInspectorProxy.cpp',
2044 'workers/WorkerInspectorProxy.h', 2044 'workers/WorkerInspectorProxy.h',
2045 'workers/WorkerIsolateWrapper.cpp',
2046 'workers/WorkerIsolateWrapper.h',
2045 'workers/WorkerLoaderProxy.cpp', 2047 'workers/WorkerLoaderProxy.cpp',
2046 'workers/WorkerLoaderProxy.h', 2048 'workers/WorkerLoaderProxy.h',
2047 'workers/WorkerLocation.h', 2049 'workers/WorkerLocation.h',
2048 'workers/WorkerMessagingProxy.cpp', 2050 'workers/WorkerMessagingProxy.cpp',
2049 'workers/WorkerMessagingProxy.h', 2051 'workers/WorkerMessagingProxy.h',
2050 'workers/WorkerNavigator.cpp', 2052 'workers/WorkerNavigator.cpp',
2051 'workers/WorkerNavigator.h', 2053 'workers/WorkerNavigator.h',
2052 'workers/WorkerObjectProxy.cpp', 2054 'workers/WorkerObjectProxy.cpp',
2053 'workers/WorkerObjectProxy.h', 2055 'workers/WorkerObjectProxy.h',
2054 'workers/WorkerReportingProxy.h', 2056 'workers/WorkerReportingProxy.h',
2055 'workers/WorkerScriptLoader.cpp', 2057 'workers/WorkerScriptLoader.cpp',
2056 'workers/WorkerScriptLoader.h', 2058 'workers/WorkerScriptLoader.h',
2057 'workers/WorkerScriptLoaderClient.cpp', 2059 'workers/WorkerScriptLoaderClient.cpp',
2058 'workers/WorkerScriptLoaderClient.h', 2060 'workers/WorkerScriptLoaderClient.h',
2059 'workers/WorkerThread.cpp', 2061 'workers/WorkerThread.cpp',
2062 'workers/WorkerThread.h',
2060 'workers/WorkerThreadStartupData.cpp', 2063 'workers/WorkerThreadStartupData.cpp',
2061 'workers/WorkerThreadStartupData.h', 2064 'workers/WorkerThreadStartupData.h',
2062 'xml/DOMParser.cpp', 2065 'xml/DOMParser.cpp',
2063 'xml/DOMParser.h', 2066 'xml/DOMParser.h',
2064 'xml/DocumentXPathEvaluator.cpp', 2067 'xml/DocumentXPathEvaluator.cpp',
2065 'xml/DocumentXPathEvaluator.h', 2068 'xml/DocumentXPathEvaluator.h',
2066 'xml/DocumentXSLT.cpp', 2069 'xml/DocumentXSLT.cpp',
2067 'xml/DocumentXSLT.h', 2070 'xml/DocumentXSLT.h',
2068 'xml/NativeXPathNSResolver.cpp', 2071 'xml/NativeXPathNSResolver.cpp',
2069 'xml/NativeXPathNSResolver.h', 2072 'xml/NativeXPathNSResolver.h',
(...skipping 1839 matching lines...) Expand 10 before | Expand all | Expand 10 after
3909 'style/ComputedStyleTest.cpp', 3912 'style/ComputedStyleTest.cpp',
3910 'style/OutlineValueTest.cpp', 3913 'style/OutlineValueTest.cpp',
3911 'style/SVGComputedStyleTest.cpp', 3914 'style/SVGComputedStyleTest.cpp',
3912 'testing/PrivateScriptTestTest.cpp', 3915 'testing/PrivateScriptTestTest.cpp',
3913 'timing/MemoryInfoTest.cpp', 3916 'timing/MemoryInfoTest.cpp',
3914 'workers/WorkerThreadTest.cpp', 3917 'workers/WorkerThreadTest.cpp',
3915 'xml/parser/SharedBufferReaderTest.cpp', 3918 'xml/parser/SharedBufferReaderTest.cpp',
3916 ], 3919 ],
3917 } 3920 }
3918 } 3921 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/workers/WorkerIsolateWrapper.h » ('j') | Source/core/workers/WorkerIsolateWrapper.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698