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

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

Issue 1576423005: Revert of Fix null dereference on MemoryCache. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2564
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 3757 matching lines...) Expand 10 before | Expand all | Expand 10 after
3768 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp', 3768 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp',
3769 'animation/animatable/AnimatableUnknownTest.cpp', 3769 'animation/animatable/AnimatableUnknownTest.cpp',
3770 'animation/animatable/AnimatableValueTestHelper.cpp', 3770 'animation/animatable/AnimatableValueTestHelper.cpp',
3771 'animation/animatable/AnimatableValueTestHelper.h', 3771 'animation/animatable/AnimatableValueTestHelper.h',
3772 'animation/animatable/AnimatableValueTestHelperTest.cpp', 3772 'animation/animatable/AnimatableValueTestHelperTest.cpp',
3773 'clipboard/DataObjectTest.cpp', 3773 'clipboard/DataObjectTest.cpp',
3774 'css/AffectedByFocusTest.cpp', 3774 'css/AffectedByFocusTest.cpp',
3775 'css/CSSCalculationValueTest.cpp', 3775 'css/CSSCalculationValueTest.cpp',
3776 'css/CSSFontFaceTest.cpp', 3776 'css/CSSFontFaceTest.cpp',
3777 'css/CSSSelectorTest.cpp', 3777 'css/CSSSelectorTest.cpp',
3778 'css/CSSStyleSheetResourceTest.cpp',
3779 'css/CSSTestHelper.cpp', 3778 'css/CSSTestHelper.cpp',
3780 'css/CSSTestHelper.h', 3779 'css/CSSTestHelper.h',
3781 'css/CSSValueTestHelper.h', 3780 'css/CSSValueTestHelper.h',
3782 'css/DragUpdateTest.cpp', 3781 'css/DragUpdateTest.cpp',
3783 'css/MediaQueryEvaluatorTest.cpp', 3782 'css/MediaQueryEvaluatorTest.cpp',
3784 'css/MediaQueryListTest.cpp', 3783 'css/MediaQueryListTest.cpp',
3785 'css/MediaQueryMatcherTest.cpp', 3784 'css/MediaQueryMatcherTest.cpp',
3786 'css/MediaQuerySetTest.cpp', 3785 'css/MediaQuerySetTest.cpp',
3787 'css/MediaValuesTest.cpp', 3786 'css/MediaValuesTest.cpp',
3788 'css/RuleFeatureSetTest.cpp', 3787 'css/RuleFeatureSetTest.cpp',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
3920 'style/SVGComputedStyleTest.cpp', 3919 'style/SVGComputedStyleTest.cpp',
3921 'svg/SVGPathParserTest.cpp', 3920 'svg/SVGPathParserTest.cpp',
3922 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3921 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3923 'testing/PrivateScriptTestTest.cpp', 3922 'testing/PrivateScriptTestTest.cpp',
3924 'timing/MemoryInfoTest.cpp', 3923 'timing/MemoryInfoTest.cpp',
3925 'workers/WorkerThreadTest.cpp', 3924 'workers/WorkerThreadTest.cpp',
3926 'xml/parser/SharedBufferReaderTest.cpp', 3925 'xml/parser/SharedBufferReaderTest.cpp',
3927 ], 3926 ],
3928 } 3927 }
3929 } 3928 }
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