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

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

Issue 883293004: [New Multicolumn] Preparatory work for nested multicol support. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Place the new files in ../layout/ , since that's where they'll end up soon anyway. Created 5 years, 10 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 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 'layout/LayoutThemeChromiumFontProviderWin.cpp', 623 'layout/LayoutThemeChromiumFontProviderWin.cpp',
624 'layout/LayoutThemeChromiumLinux.cpp', 624 'layout/LayoutThemeChromiumLinux.cpp',
625 'layout/LayoutThemeChromiumLinux.h', 625 'layout/LayoutThemeChromiumLinux.h',
626 'layout/LayoutThemeChromiumMac.h', 626 'layout/LayoutThemeChromiumMac.h',
627 'layout/LayoutThemeChromiumMac.mm', 627 'layout/LayoutThemeChromiumMac.mm',
628 'layout/LayoutThemeChromiumSkia.cpp', 628 'layout/LayoutThemeChromiumSkia.cpp',
629 'layout/LayoutThemeChromiumSkia.h', 629 'layout/LayoutThemeChromiumSkia.h',
630 'layout/LayoutThemeChromiumWin.cpp', 630 'layout/LayoutThemeChromiumWin.cpp',
631 'layout/LayoutThemeChromiumWin.h', 631 'layout/LayoutThemeChromiumWin.h',
632 'layout/LayoutTreeAsText.cpp', 632 'layout/LayoutTreeAsText.cpp',
633 'layout/MultiColumnFragmentainerGroup.cpp',
634 'layout/MultiColumnFragmentainerGroup.h',
633 'layout/ScrollAlignment.cpp', 635 'layout/ScrollAlignment.cpp',
634 'layout/SubtreeLayoutScope.cpp', 636 'layout/SubtreeLayoutScope.cpp',
635 'layout/SubtreeLayoutScope.h', 637 'layout/SubtreeLayoutScope.h',
636 'layout/TextAutosizer.cpp', 638 'layout/TextAutosizer.cpp',
637 'layout/TextAutosizer.h', 639 'layout/TextAutosizer.h',
638 'layout/TextRunConstructor.cpp', 640 'layout/TextRunConstructor.cpp',
639 'layout/TextRunConstructor.h', 641 'layout/TextRunConstructor.h',
640 'layout/VerticalPositionCache.h', 642 'layout/VerticalPositionCache.h',
641 'layout/compositing/CompositedLayerMapping.cpp', 643 'layout/compositing/CompositedLayerMapping.cpp',
642 'layout/compositing/CompositedLayerMapping.h', 644 'layout/compositing/CompositedLayerMapping.h',
(...skipping 3102 matching lines...) Expand 10 before | Expand all | Expand 10 after
3745 'html/LinkRelAttributeTest.cpp', 3747 'html/LinkRelAttributeTest.cpp',
3746 'html/TimeRangesTest.cpp', 3748 'html/TimeRangesTest.cpp',
3747 'html/forms/FileInputTypeTest.cpp', 3749 'html/forms/FileInputTypeTest.cpp',
3748 'html/parser/HTMLParserThreadTest.cpp', 3750 'html/parser/HTMLParserThreadTest.cpp',
3749 'html/parser/HTMLSrcsetParserTest.cpp', 3751 'html/parser/HTMLSrcsetParserTest.cpp',
3750 'html/track/vtt/BufferedLineReaderTest.cpp', 3752 'html/track/vtt/BufferedLineReaderTest.cpp',
3751 'html/track/vtt/VTTScannerTest.cpp', 3753 'html/track/vtt/VTTScannerTest.cpp',
3752 'layout/LayoutTableCellTest.cpp', 3754 'layout/LayoutTableCellTest.cpp',
3753 'layout/LayoutTableRowTest.cpp', 3755 'layout/LayoutTableRowTest.cpp',
3754 'layout/LayoutThemeTest.cpp', 3756 'layout/LayoutThemeTest.cpp',
3757 'layout/MultiColumnFragmentainerGroupTest.cpp',
3755 'layout/shapes/BoxShapeTest.cpp', 3758 'layout/shapes/BoxShapeTest.cpp',
3756 'layout/style/OutlineValueTest.cpp', 3759 'layout/style/OutlineValueTest.cpp',
3757 'layout/style/LayoutStyleTest.cpp', 3760 'layout/style/LayoutStyleTest.cpp',
3758 'layout/style/SVGLayoutStyleTest.cpp', 3761 'layout/style/SVGLayoutStyleTest.cpp',
3759 'loader/LinkHeaderTest.cpp', 3762 'loader/LinkHeaderTest.cpp',
3760 'loader/MixedContentCheckerTest.cpp', 3763 'loader/MixedContentCheckerTest.cpp',
3761 'page/ContextMenuControllerTest.cpp', 3764 'page/ContextMenuControllerTest.cpp',
3762 'page/NetworkStateNotifierTest.cpp', 3765 'page/NetworkStateNotifierTest.cpp',
3763 'page/PrintContextTest.cpp', 3766 'page/PrintContextTest.cpp',
3764 'paint/LayerClipRecorderTest.cpp', 3767 'paint/LayerClipRecorderTest.cpp',
3765 'paint/RenderDrawingRecorderTest.cpp', 3768 'paint/RenderDrawingRecorderTest.cpp',
3766 'paint/TextPainterTest.cpp', 3769 'paint/TextPainterTest.cpp',
3767 'paint/ViewDisplayListTest.cpp', 3770 'paint/ViewDisplayListTest.cpp',
3768 'rendering/RenderBlockTest.cpp', 3771 'rendering/RenderBlockTest.cpp',
3769 'rendering/RenderInlineTest.cpp', 3772 'rendering/RenderInlineTest.cpp',
3770 'rendering/RenderMultiColumnFlowThreadTest.cpp', 3773 'rendering/RenderMultiColumnFlowThreadTest.cpp',
3771 'rendering/RenderOverflowTest.cpp', 3774 'rendering/RenderOverflowTest.cpp',
3772 'rendering/RenderPartTest.cpp', 3775 'rendering/RenderPartTest.cpp',
3773 'rendering/RenderingTestHelper.cpp', 3776 'rendering/RenderingTestHelper.cpp',
3774 'rendering/RenderingTestHelper.h', 3777 'rendering/RenderingTestHelper.h',
3775 'streams/ExclusiveStreamReaderTest.cpp', 3778 'streams/ExclusiveStreamReaderTest.cpp',
3776 'streams/ReadableStreamTest.cpp', 3779 'streams/ReadableStreamTest.cpp',
3777 'testing/PrivateScriptTestTest.cpp', 3780 'testing/PrivateScriptTestTest.cpp',
3778 'testing/UnitTestHelpers.cpp', 3781 'testing/UnitTestHelpers.cpp',
3779 'testing/UnitTestHelpers.h', 3782 'testing/UnitTestHelpers.h',
3780 'xml/parser/SharedBufferReaderTest.cpp', 3783 'xml/parser/SharedBufferReaderTest.cpp',
3781 ], 3784 ],
3782 } 3785 }
3783 } 3786 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/layout/MultiColumnFragmentainerGroup.h » ('j') | Source/core/layout/MultiColumnFragmentainerGroup.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698