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

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

Issue 132043002: Rename WebCore::ScrollBehavior to ScrollAlignmentBehavior (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase and fix another #inlcude Created 6 years, 11 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/editing/FrameSelection.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 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'animation/ElementAnimation.idl', 4 'animation/ElementAnimation.idl',
5 'css/CSS.idl', 5 'css/CSS.idl',
6 'css/CSSCharsetRule.idl', 6 'css/CSSCharsetRule.idl',
7 'css/CSSFontFaceLoadEvent.idl', 7 'css/CSSFontFaceLoadEvent.idl',
8 'css/CSSFontFaceRule.idl', 8 'css/CSSFontFaceRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 1561 matching lines...) Expand 10 before | Expand all | Expand 10 after
1572 'rendering/RenderTreeAsText.cpp', 1572 'rendering/RenderTreeAsText.cpp',
1573 'rendering/RenderVTTCue.cpp', 1573 'rendering/RenderVTTCue.cpp',
1574 'rendering/RenderVTTCue.h', 1574 'rendering/RenderVTTCue.h',
1575 'rendering/RenderVideo.cpp', 1575 'rendering/RenderVideo.cpp',
1576 'rendering/RenderVideo.h', 1576 'rendering/RenderVideo.h',
1577 'rendering/RenderView.cpp', 1577 'rendering/RenderView.cpp',
1578 'rendering/RenderWidget.cpp', 1578 'rendering/RenderWidget.cpp',
1579 'rendering/RenderWordBreak.cpp', 1579 'rendering/RenderWordBreak.cpp',
1580 'rendering/RenderWordBreak.h', 1580 'rendering/RenderWordBreak.h',
1581 'rendering/RootInlineBox.cpp', 1581 'rendering/RootInlineBox.cpp',
1582 'rendering/ScrollBehavior.cpp', 1582 'rendering/ScrollAlignment.cpp',
1583 'rendering/SubtreeLayoutScope.cpp', 1583 'rendering/SubtreeLayoutScope.cpp',
1584 'rendering/SubtreeLayoutScope.h', 1584 'rendering/SubtreeLayoutScope.h',
1585 'rendering/TableLayout.h', 1585 'rendering/TableLayout.h',
1586 'rendering/TextAutosizer.cpp', 1586 'rendering/TextAutosizer.cpp',
1587 'rendering/TextAutosizer.h', 1587 'rendering/TextAutosizer.h',
1588 'rendering/TrailingFloatsRootInlineBox.h', 1588 'rendering/TrailingFloatsRootInlineBox.h',
1589 'rendering/VerticalPositionCache.h', 1589 'rendering/VerticalPositionCache.h',
1590 'rendering/animation/WebAnimationProvider.cpp', 1590 'rendering/animation/WebAnimationProvider.cpp',
1591 'rendering/animation/WebAnimationProvider.h', 1591 'rendering/animation/WebAnimationProvider.h',
1592 'rendering/break_lines.cpp', 1592 'rendering/break_lines.cpp',
(...skipping 1668 matching lines...) Expand 10 before | Expand all | Expand 10 after
3261 'html/track/vtt/BufferedLineReaderTest.cpp', 3261 'html/track/vtt/BufferedLineReaderTest.cpp',
3262 'html/track/vtt/VTTScannerTest.cpp', 3262 'html/track/vtt/VTTScannerTest.cpp',
3263 'frame/ImageBitmapTest.cpp', 3263 'frame/ImageBitmapTest.cpp',
3264 'rendering/RenderOverflowTest.cpp', 3264 'rendering/RenderOverflowTest.cpp',
3265 'rendering/shapes/BoxShapeTest.cpp', 3265 'rendering/shapes/BoxShapeTest.cpp',
3266 'testing/UnitTestHelpers.h', 3266 'testing/UnitTestHelpers.h',
3267 'testing/UnitTestHelpers.cpp', 3267 'testing/UnitTestHelpers.cpp',
3268 ], 3268 ],
3269 } 3269 }
3270 } 3270 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/editing/FrameSelection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698