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

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

Issue 1128813003: Give shared workers their own content security policies (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 7 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
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 2035 matching lines...) Expand 10 before | Expand all | Expand 10 after
2046 'workers/WorkerLocation.h', 2046 'workers/WorkerLocation.h',
2047 'workers/WorkerMessagingProxy.cpp', 2047 'workers/WorkerMessagingProxy.cpp',
2048 'workers/WorkerMessagingProxy.h', 2048 'workers/WorkerMessagingProxy.h',
2049 'workers/WorkerNavigator.cpp', 2049 'workers/WorkerNavigator.cpp',
2050 'workers/WorkerNavigator.h', 2050 'workers/WorkerNavigator.h',
2051 'workers/WorkerObjectProxy.cpp', 2051 'workers/WorkerObjectProxy.cpp',
2052 'workers/WorkerObjectProxy.h', 2052 'workers/WorkerObjectProxy.h',
2053 'workers/WorkerReportingProxy.h', 2053 'workers/WorkerReportingProxy.h',
2054 'workers/WorkerScriptLoader.cpp', 2054 'workers/WorkerScriptLoader.cpp',
2055 'workers/WorkerScriptLoader.h', 2055 'workers/WorkerScriptLoader.h',
2056 'workers/WorkerScriptLoaderClient.cpp',
2056 'workers/WorkerScriptLoaderClient.h', 2057 'workers/WorkerScriptLoaderClient.h',
2057 'workers/WorkerThread.cpp', 2058 'workers/WorkerThread.cpp',
2058 'workers/WorkerThreadStartupData.cpp', 2059 'workers/WorkerThreadStartupData.cpp',
2059 'workers/WorkerThreadStartupData.h', 2060 'workers/WorkerThreadStartupData.h',
2060 'xml/DOMParser.cpp', 2061 'xml/DOMParser.cpp',
2061 'xml/DOMParser.h', 2062 'xml/DOMParser.h',
2062 'xml/DocumentXPathEvaluator.cpp', 2063 'xml/DocumentXPathEvaluator.cpp',
2063 'xml/DocumentXPathEvaluator.h', 2064 'xml/DocumentXPathEvaluator.h',
2064 'xml/DocumentXSLT.cpp', 2065 'xml/DocumentXSLT.cpp',
2065 'xml/DocumentXSLT.h', 2066 'xml/DocumentXSLT.h',
(...skipping 1827 matching lines...) Expand 10 before | Expand all | Expand 10 after
3893 'style/ComputedStyleTest.cpp', 3894 'style/ComputedStyleTest.cpp',
3894 'style/OutlineValueTest.cpp', 3895 'style/OutlineValueTest.cpp',
3895 'style/SVGComputedStyleTest.cpp', 3896 'style/SVGComputedStyleTest.cpp',
3896 'testing/PrivateScriptTestTest.cpp', 3897 'testing/PrivateScriptTestTest.cpp',
3897 'timing/MemoryInfoTest.cpp', 3898 'timing/MemoryInfoTest.cpp',
3898 'workers/WorkerThreadTest.cpp', 3899 'workers/WorkerThreadTest.cpp',
3899 'xml/parser/SharedBufferReaderTest.cpp', 3900 'xml/parser/SharedBufferReaderTest.cpp',
3900 ], 3901 ],
3901 } 3902 }
3902 } 3903 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698