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

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: no find copies, please 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 1657 matching lines...) Expand 10 before | Expand all | Expand 10 after
1668 'rendering/HitTestingTransformState.cpp', 1668 'rendering/HitTestingTransformState.cpp',
1669 'rendering/HitTestingTransformState.h', 1669 'rendering/HitTestingTransformState.h',
1670 'rendering/ImageQualityController.cpp', 1670 'rendering/ImageQualityController.cpp',
1671 'rendering/ImageQualityController.h', 1671 'rendering/ImageQualityController.h',
1672 'rendering/InlineBox.cpp', 1672 'rendering/InlineBox.cpp',
1673 'rendering/InlineFlowBox.cpp', 1673 'rendering/InlineFlowBox.cpp',
1674 'rendering/InlineIterator.h', 1674 'rendering/InlineIterator.h',
1675 'rendering/InlineTextBox.cpp', 1675 'rendering/InlineTextBox.cpp',
1676 'rendering/LayerFragment.h', 1676 'rendering/LayerFragment.h',
1677 'rendering/LayoutState.cpp', 1677 'rendering/LayoutState.cpp',
1678 'rendering/MultiColumnRow.cpp',
1679 'rendering/MultiColumnRow.h',
1678 'rendering/OrderIterator.cpp', 1680 'rendering/OrderIterator.cpp',
1679 'rendering/OrderIterator.h', 1681 'rendering/OrderIterator.h',
1680 'rendering/PaintInfo.cpp', 1682 'rendering/PaintInfo.cpp',
1681 'rendering/PaintInfo.h', 1683 'rendering/PaintInfo.h',
1682 'rendering/PaintInvalidationState.cpp', 1684 'rendering/PaintInvalidationState.cpp',
1683 'rendering/PaintInvalidationState.h', 1685 'rendering/PaintInvalidationState.h',
1684 'rendering/PaintPhase.cpp', 1686 'rendering/PaintPhase.cpp',
1685 'rendering/PaintPhase.h', 1687 'rendering/PaintPhase.h',
1686 'rendering/PointerEventsHitRules.cpp', 1688 'rendering/PointerEventsHitRules.cpp',
1687 'rendering/PointerEventsHitRules.h', 1689 'rendering/PointerEventsHitRules.h',
(...skipping 2069 matching lines...) Expand 10 before | Expand all | Expand 10 after
3757 'rendering/style/RenderStyleTest.cpp', 3759 'rendering/style/RenderStyleTest.cpp',
3758 'rendering/style/SVGRenderStyleTest.cpp', 3760 'rendering/style/SVGRenderStyleTest.cpp',
3759 'streams/ReadableStreamTest.cpp', 3761 'streams/ReadableStreamTest.cpp',
3760 'testing/PrivateScriptTestTest.cpp', 3762 'testing/PrivateScriptTestTest.cpp',
3761 'testing/UnitTestHelpers.cpp', 3763 'testing/UnitTestHelpers.cpp',
3762 'testing/UnitTestHelpers.h', 3764 'testing/UnitTestHelpers.h',
3763 'xml/parser/SharedBufferReaderTest.cpp', 3765 'xml/parser/SharedBufferReaderTest.cpp',
3764 ], 3766 ],
3765 } 3767 }
3766 } 3768 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/rendering/MultiColumnRow.h » ('j') | Source/core/rendering/MultiColumnRow.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698