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

Unified Diff: Source/core/core.gypi

Issue 1236823002: Move DragCaretController class to its own file (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-07-13T15:55:28 --similarity=30 Created 5 years, 5 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
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/editing/DragCaretController.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 9dfcff8ac63ebc81d936f3f9b51e22369753b1c0..a086d514df27f7fcc72085735fdb16c58bb84a10 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1278,6 +1278,8 @@
'editing/DeleteFromTextNodeCommand.cpp',
'editing/DeleteFromTextNodeCommand.h',
'editing/DeleteSelectionCommand.cpp',
+ 'editing/DragCaretController.cpp',
+ 'editing/DragCaretController.h',
'editing/EditCommand.cpp',
'editing/EditingBehavior.cpp',
'editing/EditingBehavior.h',
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/editing/DragCaretController.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698