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

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

Issue 1226273002: CSSValue Immediates: Make CSSPrimitiveValue store a tagged pointer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@cssvalue_patch_2_attempt_2
Patch Set: Rebase Created 5 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
« no previous file with comments | « no previous file | Source/core/css/CSSPrimitiveValue.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 3661 matching lines...) Expand 10 before | Expand all | Expand 10 after
3672 'animation/animatable/AnimatableNeutralTest.cpp', 3672 'animation/animatable/AnimatableNeutralTest.cpp',
3673 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp', 3673 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp',
3674 'animation/animatable/AnimatableUnknownTest.cpp', 3674 'animation/animatable/AnimatableUnknownTest.cpp',
3675 'animation/animatable/AnimatableValueTestHelper.cpp', 3675 'animation/animatable/AnimatableValueTestHelper.cpp',
3676 'animation/animatable/AnimatableValueTestHelper.h', 3676 'animation/animatable/AnimatableValueTestHelper.h',
3677 'animation/animatable/AnimatableValueTestHelperTest.cpp', 3677 'animation/animatable/AnimatableValueTestHelperTest.cpp',
3678 'clipboard/DataObjectTest.cpp', 3678 'clipboard/DataObjectTest.cpp',
3679 'css/AffectedByFocusTest.cpp', 3679 'css/AffectedByFocusTest.cpp',
3680 'css/CSSCalculationValueTest.cpp', 3680 'css/CSSCalculationValueTest.cpp',
3681 'css/CSSFontFaceTest.cpp', 3681 'css/CSSFontFaceTest.cpp',
3682 'css/CSSPrimitiveValueTest.cpp',
3682 'css/CSSSelectorTest.cpp', 3683 'css/CSSSelectorTest.cpp',
3683 'css/CSSTestHelper.cpp', 3684 'css/CSSTestHelper.cpp',
3684 'css/CSSTestHelper.h', 3685 'css/CSSTestHelper.h',
3685 'css/CSSValueTest.cpp', 3686 'css/CSSValueTest.cpp',
3686 'css/CSSValueTestHelper.h', 3687 'css/CSSValueTestHelper.h',
3687 'css/DragUpdateTest.cpp', 3688 'css/DragUpdateTest.cpp',
3688 'css/MediaQueryEvaluatorTest.cpp', 3689 'css/MediaQueryEvaluatorTest.cpp',
3689 'css/MediaQueryListTest.cpp', 3690 'css/MediaQueryListTest.cpp',
3690 'css/MediaQueryMatcherTest.cpp', 3691 'css/MediaQueryMatcherTest.cpp',
3691 'css/MediaQuerySetTest.cpp', 3692 'css/MediaQuerySetTest.cpp',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
3797 'style/OutlineValueTest.cpp', 3798 'style/OutlineValueTest.cpp',
3798 'style/SVGComputedStyleTest.cpp', 3799 'style/SVGComputedStyleTest.cpp',
3799 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3800 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3800 'testing/PrivateScriptTestTest.cpp', 3801 'testing/PrivateScriptTestTest.cpp',
3801 'timing/MemoryInfoTest.cpp', 3802 'timing/MemoryInfoTest.cpp',
3802 'workers/WorkerThreadTest.cpp', 3803 'workers/WorkerThreadTest.cpp',
3803 'xml/parser/SharedBufferReaderTest.cpp', 3804 'xml/parser/SharedBufferReaderTest.cpp',
3804 ], 3805 ],
3805 } 3806 }
3806 } 3807 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/CSSPrimitiveValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698