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

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, 6 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 1355 matching lines...) Expand 10 before | Expand all | Expand 10 after
1366 'editing/RemoveFormatCommand.h', 1366 'editing/RemoveFormatCommand.h',
1367 'editing/RemoveNodeCommand.cpp', 1367 'editing/RemoveNodeCommand.cpp',
1368 'editing/RemoveNodeCommand.h', 1368 'editing/RemoveNodeCommand.h',
1369 'editing/RemoveNodePreservingChildrenCommand.cpp', 1369 'editing/RemoveNodePreservingChildrenCommand.cpp',
1370 'editing/RemoveNodePreservingChildrenCommand.h', 1370 'editing/RemoveNodePreservingChildrenCommand.h',
1371 'editing/RenderedPosition.cpp', 1371 'editing/RenderedPosition.cpp',
1372 'editing/RenderedPosition.h', 1372 'editing/RenderedPosition.h',
1373 'editing/ReplaceNodeWithSpanCommand.cpp', 1373 'editing/ReplaceNodeWithSpanCommand.cpp',
1374 'editing/ReplaceNodeWithSpanCommand.h', 1374 'editing/ReplaceNodeWithSpanCommand.h',
1375 'editing/ReplaceSelectionCommand.cpp', 1375 'editing/ReplaceSelectionCommand.cpp',
1376 'editing/SelectionController.cpp',
1377 'editing/SelectionController.h',
1376 'editing/SelectionType.h', 1378 'editing/SelectionType.h',
1377 'editing/SetNodeAttributeCommand.cpp', 1379 'editing/SetNodeAttributeCommand.cpp',
1378 'editing/SetNodeAttributeCommand.h', 1380 'editing/SetNodeAttributeCommand.h',
1379 'editing/SimplifyMarkupCommand.cpp', 1381 'editing/SimplifyMarkupCommand.cpp',
1380 'editing/SmartReplaceCF.cpp', 1382 'editing/SmartReplaceCF.cpp',
1381 'editing/SmartReplaceICU.cpp', 1383 'editing/SmartReplaceICU.cpp',
1382 'editing/SpellCheckRequester.cpp', 1384 'editing/SpellCheckRequester.cpp',
1383 'editing/SpellCheckRequester.h', 1385 'editing/SpellCheckRequester.h',
1384 'editing/SpellChecker.cpp', 1386 'editing/SpellChecker.cpp',
1385 'editing/SpellChecker.h', 1387 'editing/SpellChecker.h',
(...skipping 2511 matching lines...) Expand 10 before | Expand all | Expand 10 after
3897 'layout/LayoutTestHelper.h', 3899 'layout/LayoutTestHelper.h',
3898 'layout/LayoutThemeTest.cpp', 3900 'layout/LayoutThemeTest.cpp',
3899 'layout/MultiColumnFragmentainerGroupTest.cpp', 3901 'layout/MultiColumnFragmentainerGroupTest.cpp',
3900 'layout/OverflowModelTest.cpp', 3902 'layout/OverflowModelTest.cpp',
3901 'layout/shapes/BoxShapeTest.cpp', 3903 'layout/shapes/BoxShapeTest.cpp',
3902 'loader/FrameFetchContextTest.cpp', 3904 'loader/FrameFetchContextTest.cpp',
3903 'loader/LinkHeaderTest.cpp', 3905 'loader/LinkHeaderTest.cpp',
3904 'loader/LinkLoaderTest.cpp', 3906 'loader/LinkLoaderTest.cpp',
3905 'loader/MixedContentCheckerTest.cpp', 3907 'loader/MixedContentCheckerTest.cpp',
3906 'page/ContextMenuControllerTest.cpp', 3908 'page/ContextMenuControllerTest.cpp',
3909 'page/EventHandlerTest.cpp',
3907 'page/NetworkStateNotifierTest.cpp', 3910 'page/NetworkStateNotifierTest.cpp',
3908 'page/PagePopupClientTest.cpp', 3911 'page/PagePopupClientTest.cpp',
3909 'page/PrintContextTest.cpp', 3912 'page/PrintContextTest.cpp',
3910 'page/scrolling/ScrollStateTest.cpp', 3913 'page/scrolling/ScrollStateTest.cpp',
3911 'paint/DisplayItemListPaintTest.cpp', 3914 'paint/DisplayItemListPaintTest.cpp',
3912 'paint/LayerClipRecorderTest.cpp', 3915 'paint/LayerClipRecorderTest.cpp',
3913 'paint/LayoutObjectDrawingRecorderTest.cpp', 3916 'paint/LayoutObjectDrawingRecorderTest.cpp',
3914 'paint/TextPainterTest.cpp', 3917 'paint/TextPainterTest.cpp',
3915 'streams/ReadableStreamReaderTest.cpp', 3918 'streams/ReadableStreamReaderTest.cpp',
3916 'streams/ReadableStreamTest.cpp', 3919 'streams/ReadableStreamTest.cpp',
3917 'style/ComputedStyleTest.cpp', 3920 'style/ComputedStyleTest.cpp',
3918 'style/OutlineValueTest.cpp', 3921 'style/OutlineValueTest.cpp',
3919 'style/SVGComputedStyleTest.cpp', 3922 'style/SVGComputedStyleTest.cpp',
3920 'testing/PrivateScriptTestTest.cpp', 3923 'testing/PrivateScriptTestTest.cpp',
3921 'timing/MemoryInfoTest.cpp', 3924 'timing/MemoryInfoTest.cpp',
3922 'workers/WorkerThreadTest.cpp', 3925 'workers/WorkerThreadTest.cpp',
3923 'xml/parser/SharedBufferReaderTest.cpp', 3926 'xml/parser/SharedBufferReaderTest.cpp',
3924 ], 3927 ],
3925 } 3928 }
3926 } 3929 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/editing/SelectionController.h » ('j') | Source/core/editing/SelectionController.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698