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

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

Issue 1856373004: Fix potential null pointer access in HTMLMediaElement::seek (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: correct review comments Created 4 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 4024 matching lines...) Expand 10 before | Expand all | Expand 10 after
4035 'frame/csp/CSPSourceListTest.cpp', 4035 'frame/csp/CSPSourceListTest.cpp',
4036 'frame/csp/CSPSourceTest.cpp', 4036 'frame/csp/CSPSourceTest.cpp',
4037 'frame/csp/ContentSecurityPolicyTest.cpp', 4037 'frame/csp/ContentSecurityPolicyTest.cpp',
4038 'html/AutoplayExperimentTest.cpp', 4038 'html/AutoplayExperimentTest.cpp',
4039 'html/FormDataTest.cpp', 4039 'html/FormDataTest.cpp',
4040 'html/HTMLDimensionTest.cpp', 4040 'html/HTMLDimensionTest.cpp',
4041 'html/HTMLFormControlElementTest.cpp', 4041 'html/HTMLFormControlElementTest.cpp',
4042 'html/HTMLImageElementTest.cpp', 4042 'html/HTMLImageElementTest.cpp',
4043 'html/HTMLInputElementTest.cpp', 4043 'html/HTMLInputElementTest.cpp',
4044 'html/HTMLLinkElementSizesAttributeTest.cpp', 4044 'html/HTMLLinkElementSizesAttributeTest.cpp',
4045 'html/HTMLMediaElementTest.cpp',
4045 'html/HTMLOutputElementTest.cpp', 4046 'html/HTMLOutputElementTest.cpp',
4046 'html/HTMLSelectElementTest.cpp', 4047 'html/HTMLSelectElementTest.cpp',
4047 'html/HTMLTableRowElementTest.cpp', 4048 'html/HTMLTableRowElementTest.cpp',
4048 'html/HTMLTextAreaElementTest.cpp', 4049 'html/HTMLTextAreaElementTest.cpp',
4049 'html/HTMLTextFormControlElementTest.cpp', 4050 'html/HTMLTextFormControlElementTest.cpp',
4050 'html/HTMLVideoElementTest.cpp', 4051 'html/HTMLVideoElementTest.cpp',
4051 'html/LinkRelAttributeTest.cpp', 4052 'html/LinkRelAttributeTest.cpp',
4052 'html/TimeRangesTest.cpp', 4053 'html/TimeRangesTest.cpp',
4053 'html/canvas/CanvasAsyncBlobCreatorTest.cpp', 4054 'html/canvas/CanvasAsyncBlobCreatorTest.cpp',
4054 'html/canvas/CanvasFontCacheTest.cpp', 4055 'html/canvas/CanvasFontCacheTest.cpp',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
4129 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4130 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4130 'testing/PrivateScriptTestTest.cpp', 4131 'testing/PrivateScriptTestTest.cpp',
4131 'timing/MemoryInfoTest.cpp', 4132 'timing/MemoryInfoTest.cpp',
4132 'timing/PerformanceBaseTest.cpp', 4133 'timing/PerformanceBaseTest.cpp',
4133 'workers/WorkerThreadTest.cpp', 4134 'workers/WorkerThreadTest.cpp',
4134 'workers/WorkerThreadTestHelper.h', 4135 'workers/WorkerThreadTestHelper.h',
4135 'xml/parser/SharedBufferReaderTest.cpp', 4136 'xml/parser/SharedBufferReaderTest.cpp',
4136 ], 4137 ],
4137 } 4138 }
4138 } 4139 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698