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

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

Issue 1122323002: Cleanup: Remove LayoutRegion. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase master Created 5 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/layout/GeneratedChildren.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 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 'layout/LayoutMultiColumnSpannerPlaceholder.h', 636 'layout/LayoutMultiColumnSpannerPlaceholder.h',
637 'layout/LayoutObject.cpp', 637 'layout/LayoutObject.cpp',
638 'layout/LayoutObjectChildList.cpp', 638 'layout/LayoutObjectChildList.cpp',
639 'layout/LayoutPagedFlowThread.cpp', 639 'layout/LayoutPagedFlowThread.cpp',
640 'layout/LayoutPagedFlowThread.h', 640 'layout/LayoutPagedFlowThread.h',
641 'layout/LayoutPart.cpp', 641 'layout/LayoutPart.cpp',
642 'layout/LayoutProgress.cpp', 642 'layout/LayoutProgress.cpp',
643 'layout/LayoutProgress.h', 643 'layout/LayoutProgress.h',
644 'layout/LayoutQuote.cpp', 644 'layout/LayoutQuote.cpp',
645 'layout/LayoutQuote.h', 645 'layout/LayoutQuote.h',
646 'layout/LayoutRegion.cpp',
647 'layout/LayoutRegion.h',
648 'layout/LayoutReplaced.cpp', 646 'layout/LayoutReplaced.cpp',
649 'layout/LayoutReplica.cpp', 647 'layout/LayoutReplica.cpp',
650 'layout/LayoutReplica.h', 648 'layout/LayoutReplica.h',
651 'layout/LayoutRuby.cpp', 649 'layout/LayoutRuby.cpp',
652 'layout/LayoutRuby.h', 650 'layout/LayoutRuby.h',
653 'layout/LayoutRubyBase.cpp', 651 'layout/LayoutRubyBase.cpp',
654 'layout/LayoutRubyBase.h', 652 'layout/LayoutRubyBase.h',
655 'layout/LayoutRubyRun.cpp', 653 'layout/LayoutRubyRun.cpp',
656 'layout/LayoutRubyRun.h', 654 'layout/LayoutRubyRun.h',
657 'layout/LayoutRubyText.cpp', 655 'layout/LayoutRubyText.cpp',
(...skipping 3230 matching lines...) Expand 10 before | Expand all | Expand 10 after
3888 'streams/ReadableStreamTest.cpp', 3886 'streams/ReadableStreamTest.cpp',
3889 'style/ComputedStyleTest.cpp', 3887 'style/ComputedStyleTest.cpp',
3890 'style/OutlineValueTest.cpp', 3888 'style/OutlineValueTest.cpp',
3891 'style/SVGComputedStyleTest.cpp', 3889 'style/SVGComputedStyleTest.cpp',
3892 'testing/PrivateScriptTestTest.cpp', 3890 'testing/PrivateScriptTestTest.cpp',
3893 'timing/MemoryInfoTest.cpp', 3891 'timing/MemoryInfoTest.cpp',
3894 'xml/parser/SharedBufferReaderTest.cpp', 3892 'xml/parser/SharedBufferReaderTest.cpp',
3895 ], 3893 ],
3896 } 3894 }
3897 } 3895 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/layout/GeneratedChildren.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698