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

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

Issue 1190493002: move processContentSecurityPolicy to WorkerScriptLoader (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: (rebase) 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 2051 matching lines...) Expand 10 before | Expand all | Expand 10 after
2062 'workers/WorkerLocation.h', 2062 'workers/WorkerLocation.h',
2063 'workers/WorkerMessagingProxy.cpp', 2063 'workers/WorkerMessagingProxy.cpp',
2064 'workers/WorkerMessagingProxy.h', 2064 'workers/WorkerMessagingProxy.h',
2065 'workers/WorkerNavigator.cpp', 2065 'workers/WorkerNavigator.cpp',
2066 'workers/WorkerNavigator.h', 2066 'workers/WorkerNavigator.h',
2067 'workers/WorkerObjectProxy.cpp', 2067 'workers/WorkerObjectProxy.cpp',
2068 'workers/WorkerObjectProxy.h', 2068 'workers/WorkerObjectProxy.h',
2069 'workers/WorkerReportingProxy.h', 2069 'workers/WorkerReportingProxy.h',
2070 'workers/WorkerScriptLoader.cpp', 2070 'workers/WorkerScriptLoader.cpp',
2071 'workers/WorkerScriptLoader.h', 2071 'workers/WorkerScriptLoader.h',
2072 'workers/WorkerScriptLoaderClient.cpp',
2073 'workers/WorkerScriptLoaderClient.h', 2072 'workers/WorkerScriptLoaderClient.h',
2074 'workers/WorkerThread.cpp', 2073 'workers/WorkerThread.cpp',
2075 'workers/WorkerThread.h', 2074 'workers/WorkerThread.h',
2076 'workers/WorkerThreadStartupData.cpp', 2075 'workers/WorkerThreadStartupData.cpp',
2077 'workers/WorkerThreadStartupData.h', 2076 'workers/WorkerThreadStartupData.h',
2078 'xml/DOMParser.cpp', 2077 'xml/DOMParser.cpp',
2079 'xml/DOMParser.h', 2078 'xml/DOMParser.h',
2080 'xml/DocumentXPathEvaluator.cpp', 2079 'xml/DocumentXPathEvaluator.cpp',
2081 'xml/DocumentXPathEvaluator.h', 2080 'xml/DocumentXPathEvaluator.h',
2082 'xml/DocumentXSLT.cpp', 2081 'xml/DocumentXSLT.cpp',
(...skipping 1855 matching lines...) Expand 10 before | Expand all | Expand 10 after
3938 'style/OutlineValueTest.cpp', 3937 'style/OutlineValueTest.cpp',
3939 'style/SVGComputedStyleTest.cpp', 3938 'style/SVGComputedStyleTest.cpp',
3940 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3939 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3941 'testing/PrivateScriptTestTest.cpp', 3940 'testing/PrivateScriptTestTest.cpp',
3942 'timing/MemoryInfoTest.cpp', 3941 'timing/MemoryInfoTest.cpp',
3943 'workers/WorkerThreadTest.cpp', 3942 'workers/WorkerThreadTest.cpp',
3944 'xml/parser/SharedBufferReaderTest.cpp', 3943 'xml/parser/SharedBufferReaderTest.cpp',
3945 ], 3944 ],
3946 } 3945 }
3947 } 3946 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/workers/InProcessWorkerBase.h » ('j') | Source/core/workers/WorkerScriptLoader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698