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

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

Issue 1287093004: Slimming Paint phase 2 compositing algorithm plumbing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Minor cleanup 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
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 983 matching lines...) Expand 10 before | Expand all | Expand 10 after
994 'clipboard/DataTransfer.cpp', 994 'clipboard/DataTransfer.cpp',
995 'clipboard/DataTransfer.h', 995 'clipboard/DataTransfer.h',
996 'clipboard/DataTransferItem.cpp', 996 'clipboard/DataTransferItem.cpp',
997 'clipboard/DataTransferItem.h', 997 'clipboard/DataTransferItem.h',
998 'clipboard/DataTransferItemList.cpp', 998 'clipboard/DataTransferItemList.cpp',
999 'clipboard/DataTransferItemList.h', 999 'clipboard/DataTransferItemList.h',
1000 'clipboard/DraggedIsolatedFileSystem.cpp', 1000 'clipboard/DraggedIsolatedFileSystem.cpp',
1001 'clipboard/DraggedIsolatedFileSystem.h', 1001 'clipboard/DraggedIsolatedFileSystem.h',
1002 'clipboard/Pasteboard.cpp', 1002 'clipboard/Pasteboard.cpp',
1003 'clipboard/Pasteboard.h', 1003 'clipboard/Pasteboard.h',
1004 'compositing/DisplayListCompositingBuilder.cpp',
1005 'compositing/DisplayListCompositingBuilder.h',
1004 'css/BasicShapeFunctions.cpp', 1006 'css/BasicShapeFunctions.cpp',
1005 'css/BinaryDataFontFaceSource.cpp', 1007 'css/BinaryDataFontFaceSource.cpp',
1006 'css/BinaryDataFontFaceSource.h', 1008 'css/BinaryDataFontFaceSource.h',
1007 'css/CSSBasicShapes.cpp', 1009 'css/CSSBasicShapes.cpp',
1008 'css/CSSBorderImage.cpp', 1010 'css/CSSBorderImage.cpp',
1009 'css/CSSBorderImage.h', 1011 'css/CSSBorderImage.h',
1010 'css/CSSBorderImageSliceValue.cpp', 1012 'css/CSSBorderImageSliceValue.cpp',
1011 'css/CSSBorderImageSliceValue.h', 1013 'css/CSSBorderImageSliceValue.h',
1012 'css/CSSCalculationValue.cpp', 1014 'css/CSSCalculationValue.cpp',
1013 'css/CSSCalculationValue.h', 1015 'css/CSSCalculationValue.h',
(...skipping 2672 matching lines...) Expand 10 before | Expand all | Expand 10 after
3686 'animation/animatable/AnimatableDoubleAndBoolTest.cpp', 3688 'animation/animatable/AnimatableDoubleAndBoolTest.cpp',
3687 'animation/animatable/AnimatableDoubleTest.cpp', 3689 'animation/animatable/AnimatableDoubleTest.cpp',
3688 'animation/animatable/AnimatableLengthTest.cpp', 3690 'animation/animatable/AnimatableLengthTest.cpp',
3689 'animation/animatable/AnimatableNeutralTest.cpp', 3691 'animation/animatable/AnimatableNeutralTest.cpp',
3690 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp', 3692 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp',
3691 'animation/animatable/AnimatableUnknownTest.cpp', 3693 'animation/animatable/AnimatableUnknownTest.cpp',
3692 'animation/animatable/AnimatableValueTestHelper.cpp', 3694 'animation/animatable/AnimatableValueTestHelper.cpp',
3693 'animation/animatable/AnimatableValueTestHelper.h', 3695 'animation/animatable/AnimatableValueTestHelper.h',
3694 'animation/animatable/AnimatableValueTestHelperTest.cpp', 3696 'animation/animatable/AnimatableValueTestHelperTest.cpp',
3695 'clipboard/DataObjectTest.cpp', 3697 'clipboard/DataObjectTest.cpp',
3698 'compositing/DisplayListCompositingBuilderTest.cpp',
3696 'css/AffectedByFocusTest.cpp', 3699 'css/AffectedByFocusTest.cpp',
3697 'css/CSSCalculationValueTest.cpp', 3700 'css/CSSCalculationValueTest.cpp',
3698 'css/CSSFontFaceTest.cpp', 3701 'css/CSSFontFaceTest.cpp',
3699 'css/CSSSelectorTest.cpp', 3702 'css/CSSSelectorTest.cpp',
3700 'css/CSSTestHelper.cpp', 3703 'css/CSSTestHelper.cpp',
3701 'css/CSSTestHelper.h', 3704 'css/CSSTestHelper.h',
3702 'css/CSSValueTestHelper.h', 3705 'css/CSSValueTestHelper.h',
3703 'css/DragUpdateTest.cpp', 3706 'css/DragUpdateTest.cpp',
3704 'css/MediaQueryEvaluatorTest.cpp', 3707 'css/MediaQueryEvaluatorTest.cpp',
3705 'css/MediaQueryListTest.cpp', 3708 'css/MediaQueryListTest.cpp',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
3818 'style/OutlineValueTest.cpp', 3821 'style/OutlineValueTest.cpp',
3819 'style/SVGComputedStyleTest.cpp', 3822 'style/SVGComputedStyleTest.cpp',
3820 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3823 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3821 'testing/PrivateScriptTestTest.cpp', 3824 'testing/PrivateScriptTestTest.cpp',
3822 'timing/MemoryInfoTest.cpp', 3825 'timing/MemoryInfoTest.cpp',
3823 'workers/WorkerThreadTest.cpp', 3826 'workers/WorkerThreadTest.cpp',
3824 'xml/parser/SharedBufferReaderTest.cpp', 3827 'xml/parser/SharedBufferReaderTest.cpp',
3825 ], 3828 ],
3826 } 3829 }
3827 } 3830 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698