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

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

Issue 1164573002: CSSValue Immediates: Change CSSValue to an object instead of a pointer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 3794 matching lines...) Expand 10 before | Expand all | Expand 10 after
3805 'animation/animatable/AnimatableValueTestHelper.cpp', 3805 'animation/animatable/AnimatableValueTestHelper.cpp',
3806 'animation/animatable/AnimatableValueTestHelper.h', 3806 'animation/animatable/AnimatableValueTestHelper.h',
3807 'animation/animatable/AnimatableValueTestHelperTest.cpp', 3807 'animation/animatable/AnimatableValueTestHelperTest.cpp',
3808 'clipboard/DataObjectTest.cpp', 3808 'clipboard/DataObjectTest.cpp',
3809 'css/AffectedByFocusTest.cpp', 3809 'css/AffectedByFocusTest.cpp',
3810 'css/CSSCalculationValueTest.cpp', 3810 'css/CSSCalculationValueTest.cpp',
3811 'css/CSSFontFaceTest.cpp', 3811 'css/CSSFontFaceTest.cpp',
3812 'css/CSSSelectorTest.cpp', 3812 'css/CSSSelectorTest.cpp',
3813 'css/CSSTestHelper.cpp', 3813 'css/CSSTestHelper.cpp',
3814 'css/CSSTestHelper.h', 3814 'css/CSSTestHelper.h',
3815 'css/CSSValueTest.cpp',
3815 'css/CSSValueTestHelper.h', 3816 'css/CSSValueTestHelper.h',
3816 'css/DragUpdateTest.cpp', 3817 'css/DragUpdateTest.cpp',
3818 'css/invalidation/DescendantInvalidationSetTest.cpp',
Timothy Loh 2015/06/02 00:42:03 ?? don't move unrelated lines around (also these a
3817 'css/MediaQueryEvaluatorTest.cpp', 3819 'css/MediaQueryEvaluatorTest.cpp',
3818 'css/MediaQueryListTest.cpp', 3820 'css/MediaQueryListTest.cpp',
3819 'css/MediaQueryMatcherTest.cpp', 3821 'css/MediaQueryMatcherTest.cpp',
3820 'css/MediaQuerySetTest.cpp', 3822 'css/MediaQuerySetTest.cpp',
3821 'css/MediaValuesTest.cpp', 3823 'css/MediaValuesTest.cpp',
3822 'css/RuleSetTest.cpp',
3823 'css/invalidation/DescendantInvalidationSetTest.cpp',
3824 'css/parser/CSSParserValuesTest.cpp', 3824 'css/parser/CSSParserValuesTest.cpp',
3825 'css/parser/CSSPropertyParserTest.cpp', 3825 'css/parser/CSSPropertyParserTest.cpp',
3826 'css/parser/CSSSelectorParserTest.cpp', 3826 'css/parser/CSSSelectorParserTest.cpp',
3827 'css/parser/CSSTokenizerTest.cpp', 3827 'css/parser/CSSTokenizerTest.cpp',
3828 'css/parser/MediaConditionTest.cpp', 3828 'css/parser/MediaConditionTest.cpp',
3829 'css/parser/SizesAttributeParserTest.cpp', 3829 'css/parser/SizesAttributeParserTest.cpp',
3830 'css/parser/SizesCalcParserTest.cpp', 3830 'css/parser/SizesCalcParserTest.cpp',
3831 'css/resolver/FontBuilderTest.cpp', 3831 'css/resolver/FontBuilderTest.cpp',
3832 'css/RuleSetTest.cpp',
3832 'dom/ActiveDOMObjectTest.cpp', 3833 'dom/ActiveDOMObjectTest.cpp',
3833 'dom/CrossThreadTaskTest.cpp', 3834 'dom/CrossThreadTaskTest.cpp',
3834 'dom/DOMImplementationTest.cpp', 3835 'dom/DOMImplementationTest.cpp',
3835 'dom/DocumentMarkerControllerTest.cpp', 3836 'dom/DocumentMarkerControllerTest.cpp',
3836 'dom/DocumentTest.cpp', 3837 'dom/DocumentTest.cpp',
3837 'dom/MainThreadTaskRunnerTest.cpp', 3838 'dom/MainThreadTaskRunnerTest.cpp',
3838 'dom/NthIndexCacheTest.cpp', 3839 'dom/NthIndexCacheTest.cpp',
3839 'dom/RangeTest.cpp', 3840 'dom/RangeTest.cpp',
3840 'dom/ScriptRunnerTest.cpp', 3841 'dom/ScriptRunnerTest.cpp',
3841 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3842 'dom/TreeScopeStyleSheetCollectionTest.cpp',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
3914 'style/ComputedStyleTest.cpp', 3915 'style/ComputedStyleTest.cpp',
3915 'style/OutlineValueTest.cpp', 3916 'style/OutlineValueTest.cpp',
3916 'style/SVGComputedStyleTest.cpp', 3917 'style/SVGComputedStyleTest.cpp',
3917 'testing/PrivateScriptTestTest.cpp', 3918 'testing/PrivateScriptTestTest.cpp',
3918 'timing/MemoryInfoTest.cpp', 3919 'timing/MemoryInfoTest.cpp',
3919 'workers/WorkerThreadTest.cpp', 3920 'workers/WorkerThreadTest.cpp',
3920 'xml/parser/SharedBufferReaderTest.cpp', 3921 'xml/parser/SharedBufferReaderTest.cpp',
3921 ], 3922 ],
3922 } 3923 }
3923 } 3924 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698