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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 98216e8934d5e9df4e8e94168c8cda1e0039c819..82d26f768412789a5f329bf695d2304483f32a85 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1373,6 +1373,8 @@
'editing/ReplaceNodeWithSpanCommand.cpp',
'editing/ReplaceNodeWithSpanCommand.h',
'editing/ReplaceSelectionCommand.cpp',
+ 'editing/SelectionController.cpp',
+ 'editing/SelectionController.h',
'editing/SelectionType.h',
'editing/SetNodeAttributeCommand.cpp',
'editing/SetNodeAttributeCommand.h',
@@ -3904,6 +3906,7 @@
'loader/LinkLoaderTest.cpp',
'loader/MixedContentCheckerTest.cpp',
'page/ContextMenuControllerTest.cpp',
+ 'page/EventHandlerTest.cpp',
'page/NetworkStateNotifierTest.cpp',
'page/PagePopupClientTest.cpp',
'page/PrintContextTest.cpp',
« 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