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

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

Issue 1190133002: Remove WorkerScriptLoaderClient and inheritances (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review #6 and #7 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/InProcessWorkerBase.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 2061 matching lines...) Expand 10 before | Expand all | Expand 10 after
2072 'workers/WorkerLocation.h', 2072 'workers/WorkerLocation.h',
2073 'workers/WorkerMessagingProxy.cpp', 2073 'workers/WorkerMessagingProxy.cpp',
2074 'workers/WorkerMessagingProxy.h', 2074 'workers/WorkerMessagingProxy.h',
2075 'workers/WorkerNavigator.cpp', 2075 'workers/WorkerNavigator.cpp',
2076 'workers/WorkerNavigator.h', 2076 'workers/WorkerNavigator.h',
2077 'workers/WorkerObjectProxy.cpp', 2077 'workers/WorkerObjectProxy.cpp',
2078 'workers/WorkerObjectProxy.h', 2078 'workers/WorkerObjectProxy.h',
2079 'workers/WorkerReportingProxy.h', 2079 'workers/WorkerReportingProxy.h',
2080 'workers/WorkerScriptLoader.cpp', 2080 'workers/WorkerScriptLoader.cpp',
2081 'workers/WorkerScriptLoader.h', 2081 'workers/WorkerScriptLoader.h',
2082 'workers/WorkerScriptLoaderClient.h',
2083 'workers/WorkerThread.cpp', 2082 'workers/WorkerThread.cpp',
2084 'workers/WorkerThread.h', 2083 'workers/WorkerThread.h',
2085 'workers/WorkerThreadStartupData.cpp', 2084 'workers/WorkerThreadStartupData.cpp',
2086 'workers/WorkerThreadStartupData.h', 2085 'workers/WorkerThreadStartupData.h',
2087 'xml/DOMParser.cpp', 2086 'xml/DOMParser.cpp',
2088 'xml/DOMParser.h', 2087 'xml/DOMParser.h',
2089 'xml/DocumentXPathEvaluator.cpp', 2088 'xml/DocumentXPathEvaluator.cpp',
2090 'xml/DocumentXPathEvaluator.h', 2089 'xml/DocumentXPathEvaluator.h',
2091 'xml/DocumentXSLT.cpp', 2090 'xml/DocumentXSLT.cpp',
2092 'xml/DocumentXSLT.h', 2091 'xml/DocumentXSLT.h',
(...skipping 1860 matching lines...) Expand 10 before | Expand all | Expand 10 after
3953 'style/OutlineValueTest.cpp', 3952 'style/OutlineValueTest.cpp',
3954 'style/SVGComputedStyleTest.cpp', 3953 'style/SVGComputedStyleTest.cpp',
3955 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3954 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3956 'testing/PrivateScriptTestTest.cpp', 3955 'testing/PrivateScriptTestTest.cpp',
3957 'timing/MemoryInfoTest.cpp', 3956 'timing/MemoryInfoTest.cpp',
3958 'workers/WorkerThreadTest.cpp', 3957 'workers/WorkerThreadTest.cpp',
3959 'xml/parser/SharedBufferReaderTest.cpp', 3958 'xml/parser/SharedBufferReaderTest.cpp',
3960 ], 3959 ],
3961 } 3960 }
3962 } 3961 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/workers/InProcessWorkerBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698