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

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

Issue 2190183002: Forward CSP violation reporting from RenderFrameProxy to RenderFrameImpl. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove no longer applicable TODO and early exit from reportViolation method. Created 4 years, 4 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 1802 matching lines...) Expand 10 before | Expand all | Expand 10 after
1813 'frame/TopControls.cpp', 1813 'frame/TopControls.cpp',
1814 'frame/TopControls.h', 1814 'frame/TopControls.h',
1815 'frame/UseCounter.cpp', 1815 'frame/UseCounter.cpp',
1816 'frame/VisualViewport.cpp', 1816 'frame/VisualViewport.cpp',
1817 'frame/VisualViewport.h', 1817 'frame/VisualViewport.h',
1818 'frame/csp/CSPDirectiveList.cpp', 1818 'frame/csp/CSPDirectiveList.cpp',
1819 'frame/csp/CSPSource.cpp', 1819 'frame/csp/CSPSource.cpp',
1820 'frame/csp/CSPSourceList.cpp', 1820 'frame/csp/CSPSourceList.cpp',
1821 'frame/csp/ContentSecurityPolicy.cpp', 1821 'frame/csp/ContentSecurityPolicy.cpp',
1822 'frame/csp/MediaListDirective.cpp', 1822 'frame/csp/MediaListDirective.cpp',
1823 'frame/csp/RemoteContentSecurityPolicy.cpp',
1823 'frame/csp/SourceListDirective.cpp', 1824 'frame/csp/SourceListDirective.cpp',
1824 'imagebitmap/ImageBitmapFactories.cpp', 1825 'imagebitmap/ImageBitmapFactories.cpp',
1825 'imagebitmap/ImageBitmapFactories.h', 1826 'imagebitmap/ImageBitmapFactories.h',
1826 'imagebitmap/ImageBitmapSource.cpp', 1827 'imagebitmap/ImageBitmapSource.cpp',
1827 'imagebitmap/ImageBitmapSource.h', 1828 'imagebitmap/ImageBitmapSource.h',
1828 'inspector/ConsoleMessage.cpp', 1829 'inspector/ConsoleMessage.cpp',
1829 'inspector/ConsoleMessage.h', 1830 'inspector/ConsoleMessage.h',
1830 'inspector/ConsoleMessageStorage.cpp', 1831 'inspector/ConsoleMessageStorage.cpp',
1831 'inspector/ConsoleMessageStorage.h', 1832 'inspector/ConsoleMessageStorage.h',
1832 'inspector/ConsoleTypes.h', 1833 'inspector/ConsoleTypes.h',
(...skipping 2403 matching lines...) Expand 10 before | Expand all | Expand 10 after
4236 'testing/PrivateScriptTestTest.cpp', 4237 'testing/PrivateScriptTestTest.cpp',
4237 'timing/MemoryInfoTest.cpp', 4238 'timing/MemoryInfoTest.cpp',
4238 'timing/PerformanceBaseTest.cpp', 4239 'timing/PerformanceBaseTest.cpp',
4239 'timing/PerformanceObserverTest.cpp', 4240 'timing/PerformanceObserverTest.cpp',
4240 'workers/WorkerThreadTest.cpp', 4241 'workers/WorkerThreadTest.cpp',
4241 'workers/WorkerThreadTestHelper.h', 4242 'workers/WorkerThreadTestHelper.h',
4242 'xml/parser/SharedBufferReaderTest.cpp', 4243 'xml/parser/SharedBufferReaderTest.cpp',
4243 ], 4244 ],
4244 } 4245 }
4245 } 4246 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698