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

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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 1359 matching lines...) Expand 10 before | Expand all | Expand 10 after
1370 'editing/RemoveFormatCommand.h', 1370 'editing/RemoveFormatCommand.h',
1371 'editing/RemoveNodeCommand.cpp', 1371 'editing/RemoveNodeCommand.cpp',
1372 'editing/RemoveNodeCommand.h', 1372 'editing/RemoveNodeCommand.h',
1373 'editing/RemoveNodePreservingChildrenCommand.cpp', 1373 'editing/RemoveNodePreservingChildrenCommand.cpp',
1374 'editing/RemoveNodePreservingChildrenCommand.h', 1374 'editing/RemoveNodePreservingChildrenCommand.h',
1375 'editing/RenderedPosition.cpp', 1375 'editing/RenderedPosition.cpp',
1376 'editing/RenderedPosition.h', 1376 'editing/RenderedPosition.h',
1377 'editing/ReplaceNodeWithSpanCommand.cpp', 1377 'editing/ReplaceNodeWithSpanCommand.cpp',
1378 'editing/ReplaceNodeWithSpanCommand.h', 1378 'editing/ReplaceNodeWithSpanCommand.h',
1379 'editing/ReplaceSelectionCommand.cpp', 1379 'editing/ReplaceSelectionCommand.cpp',
1380 'editing/SelectionController.cpp',
1380 'editing/SelectionType.h', 1381 'editing/SelectionType.h',
tkent 2015/05/20 03:31:01 Add SelectionController.h too.
Miyoung Shin(g) 2015/05/20 15:53:40 Done.
1381 'editing/SetNodeAttributeCommand.cpp', 1382 'editing/SetNodeAttributeCommand.cpp',
1382 'editing/SetNodeAttributeCommand.h', 1383 'editing/SetNodeAttributeCommand.h',
1383 'editing/SimplifyMarkupCommand.cpp', 1384 'editing/SimplifyMarkupCommand.cpp',
1384 'editing/SmartReplaceCF.cpp', 1385 'editing/SmartReplaceCF.cpp',
1385 'editing/SmartReplaceICU.cpp', 1386 'editing/SmartReplaceICU.cpp',
1386 'editing/SpellCheckRequester.cpp', 1387 'editing/SpellCheckRequester.cpp',
1387 'editing/SpellCheckRequester.h', 1388 'editing/SpellCheckRequester.h',
1388 'editing/SpellChecker.cpp', 1389 'editing/SpellChecker.cpp',
1389 'editing/SpellChecker.h', 1390 'editing/SpellChecker.h',
1390 'editing/SplitElementCommand.cpp', 1391 'editing/SplitElementCommand.cpp',
(...skipping 2508 matching lines...) Expand 10 before | Expand all | Expand 10 after
3899 'style/ComputedStyleTest.cpp', 3900 'style/ComputedStyleTest.cpp',
3900 'style/OutlineValueTest.cpp', 3901 'style/OutlineValueTest.cpp',
3901 'style/SVGComputedStyleTest.cpp', 3902 'style/SVGComputedStyleTest.cpp',
3902 'testing/PrivateScriptTestTest.cpp', 3903 'testing/PrivateScriptTestTest.cpp',
3903 'timing/MemoryInfoTest.cpp', 3904 'timing/MemoryInfoTest.cpp',
3904 'workers/WorkerThreadTest.cpp', 3905 'workers/WorkerThreadTest.cpp',
3905 'xml/parser/SharedBufferReaderTest.cpp', 3906 'xml/parser/SharedBufferReaderTest.cpp',
3906 ], 3907 ],
3907 } 3908 }
3908 } 3909 }
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