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

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

Issue 136193008: Remove unused Editor::*SelectionListLevel*(), and ModifySelectionListLevel.{cpp,h}. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/Editor.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 888 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 'editing/InsertNodeBeforeCommand.cpp', 899 'editing/InsertNodeBeforeCommand.cpp',
900 'editing/InsertNodeBeforeCommand.h', 900 'editing/InsertNodeBeforeCommand.h',
901 'editing/InsertParagraphSeparatorCommand.cpp', 901 'editing/InsertParagraphSeparatorCommand.cpp',
902 'editing/InsertParagraphSeparatorCommand.h', 902 'editing/InsertParagraphSeparatorCommand.h',
903 'editing/InsertTextCommand.cpp', 903 'editing/InsertTextCommand.cpp',
904 'editing/InsertTextCommand.h', 904 'editing/InsertTextCommand.h',
905 'editing/MarkupAccumulator.cpp', 905 'editing/MarkupAccumulator.cpp',
906 'editing/MarkupAccumulator.h', 906 'editing/MarkupAccumulator.h',
907 'editing/MergeIdenticalElementsCommand.cpp', 907 'editing/MergeIdenticalElementsCommand.cpp',
908 'editing/MergeIdenticalElementsCommand.h', 908 'editing/MergeIdenticalElementsCommand.h',
909 'editing/ModifySelectionListLevel.cpp',
910 'editing/ModifySelectionListLevel.h',
911 'editing/MoveSelectionCommand.cpp', 909 'editing/MoveSelectionCommand.cpp',
912 'editing/PlainTextRange.cpp', 910 'editing/PlainTextRange.cpp',
913 'editing/PlainTextRange.h', 911 'editing/PlainTextRange.h',
914 'editing/RemoveCSSPropertyCommand.cpp', 912 'editing/RemoveCSSPropertyCommand.cpp',
915 'editing/RemoveCSSPropertyCommand.h', 913 'editing/RemoveCSSPropertyCommand.h',
916 'editing/RemoveFormatCommand.cpp', 914 'editing/RemoveFormatCommand.cpp',
917 'editing/RemoveFormatCommand.h', 915 'editing/RemoveFormatCommand.h',
918 'editing/RemoveNodeCommand.cpp', 916 'editing/RemoveNodeCommand.cpp',
919 'editing/RemoveNodeCommand.h', 917 'editing/RemoveNodeCommand.h',
920 'editing/RemoveNodePreservingChildrenCommand.cpp', 918 'editing/RemoveNodePreservingChildrenCommand.cpp',
(...skipping 2331 matching lines...) Expand 10 before | Expand all | Expand 10 after
3252 'html/track/vtt/BufferedLineReaderTest.cpp', 3250 'html/track/vtt/BufferedLineReaderTest.cpp',
3253 'html/track/vtt/VTTScannerTest.cpp', 3251 'html/track/vtt/VTTScannerTest.cpp',
3254 'frame/ImageBitmapTest.cpp', 3252 'frame/ImageBitmapTest.cpp',
3255 'rendering/RenderOverflowTest.cpp', 3253 'rendering/RenderOverflowTest.cpp',
3256 'rendering/shapes/BoxShapeTest.cpp', 3254 'rendering/shapes/BoxShapeTest.cpp',
3257 'testing/UnitTestHelpers.h', 3255 'testing/UnitTestHelpers.h',
3258 'testing/UnitTestHelpers.cpp', 3256 'testing/UnitTestHelpers.cpp',
3259 ], 3257 ],
3260 } 3258 }
3261 } 3259 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/editing/Editor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698