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

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

Issue 1537343002: Fix null dereference on MemoryCache. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSCrossfadeValue.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 3805 matching lines...) Expand 10 before | Expand all | Expand 10 after
3816 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp', 3816 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp',
3817 'animation/animatable/AnimatableUnknownTest.cpp', 3817 'animation/animatable/AnimatableUnknownTest.cpp',
3818 'animation/animatable/AnimatableValueTestHelper.cpp', 3818 'animation/animatable/AnimatableValueTestHelper.cpp',
3819 'animation/animatable/AnimatableValueTestHelper.h', 3819 'animation/animatable/AnimatableValueTestHelper.h',
3820 'animation/animatable/AnimatableValueTestHelperTest.cpp', 3820 'animation/animatable/AnimatableValueTestHelperTest.cpp',
3821 'clipboard/DataObjectTest.cpp', 3821 'clipboard/DataObjectTest.cpp',
3822 'css/AffectedByFocusTest.cpp', 3822 'css/AffectedByFocusTest.cpp',
3823 'css/CSSCalculationValueTest.cpp', 3823 'css/CSSCalculationValueTest.cpp',
3824 'css/CSSFontFaceTest.cpp', 3824 'css/CSSFontFaceTest.cpp',
3825 'css/CSSSelectorTest.cpp', 3825 'css/CSSSelectorTest.cpp',
3826 'css/CSSStyleSheetResourceTest.cpp',
3826 'css/CSSTestHelper.cpp', 3827 'css/CSSTestHelper.cpp',
3827 'css/CSSTestHelper.h', 3828 'css/CSSTestHelper.h',
3828 'css/CSSValueTestHelper.h', 3829 'css/CSSValueTestHelper.h',
3829 'css/DragUpdateTest.cpp', 3830 'css/DragUpdateTest.cpp',
3830 'css/MediaQueryEvaluatorTest.cpp', 3831 'css/MediaQueryEvaluatorTest.cpp',
3831 'css/MediaQueryListTest.cpp', 3832 'css/MediaQueryListTest.cpp',
3832 'css/MediaQueryMatcherTest.cpp', 3833 'css/MediaQueryMatcherTest.cpp',
3833 'css/MediaQuerySetTest.cpp', 3834 'css/MediaQuerySetTest.cpp',
3834 'css/MediaValuesTest.cpp', 3835 'css/MediaValuesTest.cpp',
3835 'css/RuleFeatureSetTest.cpp', 3836 'css/RuleFeatureSetTest.cpp',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
3975 'style/SVGComputedStyleTest.cpp', 3976 'style/SVGComputedStyleTest.cpp',
3976 'svg/SVGPathParserTest.cpp', 3977 'svg/SVGPathParserTest.cpp',
3977 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3978 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3978 'testing/PrivateScriptTestTest.cpp', 3979 'testing/PrivateScriptTestTest.cpp',
3979 'timing/MemoryInfoTest.cpp', 3980 'timing/MemoryInfoTest.cpp',
3980 'workers/WorkerThreadTest.cpp', 3981 'workers/WorkerThreadTest.cpp',
3981 'xml/parser/SharedBufferReaderTest.cpp', 3982 'xml/parser/SharedBufferReaderTest.cpp',
3982 ], 3983 ],
3983 } 3984 }
3984 } 3985 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSCrossfadeValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698