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

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

Issue 625073002: Merge RenderWidget into single subclass, RenderPart (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments Created 6 years, 2 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 | « Source/core/accessibility/AXRenderObject.cpp ('k') | Source/core/dom/Document.cpp » ('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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1745 matching lines...) Expand 10 before | Expand all | Expand 10 after
1756 'rendering/RenderThemeChromiumMac.h', 1756 'rendering/RenderThemeChromiumMac.h',
1757 'rendering/RenderThemeChromiumMac.mm', 1757 'rendering/RenderThemeChromiumMac.mm',
1758 'rendering/RenderThemeChromiumSkia.cpp', 1758 'rendering/RenderThemeChromiumSkia.cpp',
1759 'rendering/RenderThemeChromiumSkia.h', 1759 'rendering/RenderThemeChromiumSkia.h',
1760 'rendering/RenderTreeAsText.cpp', 1760 'rendering/RenderTreeAsText.cpp',
1761 'rendering/RenderVTTCue.cpp', 1761 'rendering/RenderVTTCue.cpp',
1762 'rendering/RenderVTTCue.h', 1762 'rendering/RenderVTTCue.h',
1763 'rendering/RenderVideo.cpp', 1763 'rendering/RenderVideo.cpp',
1764 'rendering/RenderVideo.h', 1764 'rendering/RenderVideo.h',
1765 'rendering/RenderView.cpp', 1765 'rendering/RenderView.cpp',
1766 'rendering/RenderWidget.cpp',
1767 'rendering/RenderWordBreak.cpp', 1766 'rendering/RenderWordBreak.cpp',
1768 'rendering/RenderWordBreak.h', 1767 'rendering/RenderWordBreak.h',
1769 'rendering/RootInlineBox.cpp', 1768 'rendering/RootInlineBox.cpp',
1770 'rendering/ScrollAlignment.cpp', 1769 'rendering/ScrollAlignment.cpp',
1771 'rendering/SubtreeLayoutScope.cpp', 1770 'rendering/SubtreeLayoutScope.cpp',
1772 'rendering/SubtreeLayoutScope.h', 1771 'rendering/SubtreeLayoutScope.h',
1773 'rendering/TableLayout.h', 1772 'rendering/TableLayout.h',
1774 'rendering/TextAutosizer.cpp', 1773 'rendering/TextAutosizer.cpp',
1775 'rendering/TextAutosizer.h', 1774 'rendering/TextAutosizer.h',
1776 'rendering/TextPainter.cpp', 1775 'rendering/TextPainter.cpp',
(...skipping 1823 matching lines...) Expand 10 before | Expand all | Expand 10 after
3600 'rendering/shapes/BoxShapeTest.cpp', 3599 'rendering/shapes/BoxShapeTest.cpp',
3601 'rendering/style/OutlineValueTest.cpp', 3600 'rendering/style/OutlineValueTest.cpp',
3602 'testing/PrivateScriptTestTest.cpp', 3601 'testing/PrivateScriptTestTest.cpp',
3603 'streams/ReadableStreamTest.cpp', 3602 'streams/ReadableStreamTest.cpp',
3604 'testing/UnitTestHelpers.cpp', 3603 'testing/UnitTestHelpers.cpp',
3605 'testing/UnitTestHelpers.h', 3604 'testing/UnitTestHelpers.h',
3606 'xml/parser/SharedBufferReaderTest.cpp', 3605 'xml/parser/SharedBufferReaderTest.cpp',
3607 ], 3606 ],
3608 } 3607 }
3609 } 3608 }
OLDNEW
« no previous file with comments | « Source/core/accessibility/AXRenderObject.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698