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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1994883002: [Editing][CodeHealth] Extract new FrameCaret class from FrameSelection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/CaretBase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 6de78a8c9af921c37d87dee26024a4ab794b82ea..32cb03db8cbc6dce133c7c7f10a0da2a45bd5ce9 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1468,6 +1468,8 @@
'editing/EditorKeyBindings.cpp',
'editing/EphemeralRange.cpp',
'editing/EphemeralRange.h',
+ 'editing/FrameCaret.cpp',
+ 'editing/FrameCaret.h',
'editing/FrameSelection.cpp',
'editing/GranularityStrategy.cpp',
'editing/InputMethodController.cpp',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/CaretBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698