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

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

Issue 1113323002: [Reland] Refactor the selection code in EventHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
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 1358 matching lines...) Expand 10 before | Expand all | Expand 10 after
1369 'editing/RemoveFormatCommand.h', 1369 'editing/RemoveFormatCommand.h',
1370 'editing/RemoveNodeCommand.cpp', 1370 'editing/RemoveNodeCommand.cpp',
1371 'editing/RemoveNodeCommand.h', 1371 'editing/RemoveNodeCommand.h',
1372 'editing/RemoveNodePreservingChildrenCommand.cpp', 1372 'editing/RemoveNodePreservingChildrenCommand.cpp',
1373 'editing/RemoveNodePreservingChildrenCommand.h', 1373 'editing/RemoveNodePreservingChildrenCommand.h',
1374 'editing/RenderedPosition.cpp', 1374 'editing/RenderedPosition.cpp',
1375 'editing/RenderedPosition.h', 1375 'editing/RenderedPosition.h',
1376 'editing/ReplaceNodeWithSpanCommand.cpp', 1376 'editing/ReplaceNodeWithSpanCommand.cpp',
1377 'editing/ReplaceNodeWithSpanCommand.h', 1377 'editing/ReplaceNodeWithSpanCommand.h',
1378 'editing/ReplaceSelectionCommand.cpp', 1378 'editing/ReplaceSelectionCommand.cpp',
1379 'editing/SelectionController.cpp',
1379 'editing/SelectionType.h', 1380 'editing/SelectionType.h',
1380 'editing/SetNodeAttributeCommand.cpp', 1381 'editing/SetNodeAttributeCommand.cpp',
1381 'editing/SetNodeAttributeCommand.h', 1382 'editing/SetNodeAttributeCommand.h',
1382 'editing/SimplifyMarkupCommand.cpp', 1383 'editing/SimplifyMarkupCommand.cpp',
1383 'editing/SmartReplaceCF.cpp', 1384 'editing/SmartReplaceCF.cpp',
1384 'editing/SmartReplaceICU.cpp', 1385 'editing/SmartReplaceICU.cpp',
1385 'editing/SpellCheckRequester.cpp', 1386 'editing/SpellCheckRequester.cpp',
1386 'editing/SpellCheckRequester.h', 1387 'editing/SpellCheckRequester.h',
1387 'editing/SpellChecker.cpp', 1388 'editing/SpellChecker.cpp',
1388 'editing/SpellChecker.h', 1389 'editing/SpellChecker.h',
(...skipping 2480 matching lines...) Expand 10 before | Expand all | Expand 10 after
3869 'paint/LayerClipRecorderTest.cpp', 3870 'paint/LayerClipRecorderTest.cpp',
3870 'paint/LayoutObjectDrawingRecorderTest.cpp', 3871 'paint/LayoutObjectDrawingRecorderTest.cpp',
3871 'paint/TextPainterTest.cpp', 3872 'paint/TextPainterTest.cpp',
3872 'streams/ReadableStreamReaderTest.cpp', 3873 'streams/ReadableStreamReaderTest.cpp',
3873 'streams/ReadableStreamTest.cpp', 3874 'streams/ReadableStreamTest.cpp',
3874 'testing/PrivateScriptTestTest.cpp', 3875 'testing/PrivateScriptTestTest.cpp',
3875 'xml/parser/SharedBufferReaderTest.cpp', 3876 'xml/parser/SharedBufferReaderTest.cpp',
3876 ], 3877 ],
3877 } 3878 }
3878 } 3879 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/editing/SelectionController.h » ('j') | Source/core/editing/SelectionController.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698