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

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

Issue 1070143002: [Alignment] Single class for holding the alignment data. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased and got back previous setter names. Created 5 years, 8 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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 'style/PathStyleMotionPath.cpp', 814 'style/PathStyleMotionPath.cpp',
815 'style/PathStyleMotionPath.h', 815 'style/PathStyleMotionPath.h',
816 'style/QuotesData.cpp', 816 'style/QuotesData.cpp',
817 'style/QuotesData.h', 817 'style/QuotesData.h',
818 'style/ShadowData.cpp', 818 'style/ShadowData.cpp',
819 'style/ShadowData.h', 819 'style/ShadowData.h',
820 'style/ShadowList.cpp', 820 'style/ShadowList.cpp',
821 'style/ShadowList.h', 821 'style/ShadowList.h',
822 'style/StyleBackgroundData.cpp', 822 'style/StyleBackgroundData.cpp',
823 'style/StyleBoxData.cpp', 823 'style/StyleBoxData.cpp',
824 'style/StyleContentAlignmentData.h',
824 'style/StyleDeprecatedFlexibleBoxData.cpp', 825 'style/StyleDeprecatedFlexibleBoxData.cpp',
825 'style/StyleFetchedImage.cpp', 826 'style/StyleFetchedImage.cpp',
826 'style/StyleFetchedImageSet.cpp', 827 'style/StyleFetchedImageSet.cpp',
827 'style/StyleFilterData.cpp', 828 'style/StyleFilterData.cpp',
828 'style/StyleFlexibleBoxData.cpp', 829 'style/StyleFlexibleBoxData.cpp',
829 'style/StyleGeneratedImage.cpp', 830 'style/StyleGeneratedImage.cpp',
830 'style/StyleGridData.cpp', 831 'style/StyleGridData.cpp',
831 'style/StyleGridItemData.cpp', 832 'style/StyleGridItemData.cpp',
832 'style/StyleInheritedData.cpp', 833 'style/StyleInheritedData.cpp',
833 'style/StyleMotionData.cpp', 834 'style/StyleMotionData.cpp',
834 'style/StyleMotionData.h', 835 'style/StyleMotionData.h',
835 'style/StyleMotionPath.h', 836 'style/StyleMotionPath.h',
836 'style/StyleMultiColData.cpp', 837 'style/StyleMultiColData.cpp',
837 'style/StylePendingImage.h', 838 'style/StylePendingImage.h',
838 'style/StyleRareInheritedData.cpp', 839 'style/StyleRareInheritedData.cpp',
839 'style/StyleRareNonInheritedData.cpp', 840 'style/StyleRareNonInheritedData.cpp',
841 'style/StyleSelfAlignmentData.h',
840 'style/StyleSurroundData.cpp', 842 'style/StyleSurroundData.cpp',
841 'style/StyleTransformData.cpp', 843 'style/StyleTransformData.cpp',
842 'style/StyleVisualData.cpp', 844 'style/StyleVisualData.cpp',
843 'style/StyleWillChangeData.cpp', 845 'style/StyleWillChangeData.cpp',
844 'layout/svg/line/SVGInlineFlowBox.cpp', 846 'layout/svg/line/SVGInlineFlowBox.cpp',
845 'layout/svg/line/SVGInlineFlowBox.h', 847 'layout/svg/line/SVGInlineFlowBox.h',
846 'layout/svg/line/SVGInlineTextBox.cpp', 848 'layout/svg/line/SVGInlineTextBox.cpp',
847 'layout/svg/line/SVGInlineTextBox.h', 849 'layout/svg/line/SVGInlineTextBox.h',
848 'layout/svg/line/SVGRootInlineBox.cpp', 850 'layout/svg/line/SVGRootInlineBox.cpp',
849 'layout/svg/line/SVGRootInlineBox.h', 851 'layout/svg/line/SVGRootInlineBox.h',
(...skipping 3014 matching lines...) Expand 10 before | Expand all | Expand 10 after
3864 'paint/LayerClipRecorderTest.cpp', 3866 'paint/LayerClipRecorderTest.cpp',
3865 'paint/LayoutObjectDrawingRecorderTest.cpp', 3867 'paint/LayoutObjectDrawingRecorderTest.cpp',
3866 'paint/TextPainterTest.cpp', 3868 'paint/TextPainterTest.cpp',
3867 'streams/ReadableStreamReaderTest.cpp', 3869 'streams/ReadableStreamReaderTest.cpp',
3868 'streams/ReadableStreamTest.cpp', 3870 'streams/ReadableStreamTest.cpp',
3869 'testing/PrivateScriptTestTest.cpp', 3871 'testing/PrivateScriptTestTest.cpp',
3870 'xml/parser/SharedBufferReaderTest.cpp', 3872 'xml/parser/SharedBufferReaderTest.cpp',
3871 ], 3873 ],
3872 } 3874 }
3873 } 3875 }
OLDNEW
« no previous file with comments | « Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl ('k') | Source/core/css/CSSProperties.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698