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

Unified Diff: Source/core/core.gypi

Issue 353603003: Move PositionWithAffinity class to editing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2014-06-26T05:52:09 rebase for commit Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/dom/Position.h » ('j') | no next file with comments »
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 d562b4a66f80da7ee8c1ed28dc8d02e771f0fa6b..f888b236a35ada7c09271036f9fd0b66ae639a08 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1019,6 +1019,8 @@
'editing/MoveSelectionCommand.cpp',
'editing/PlainTextRange.cpp',
'editing/PlainTextRange.h',
+ 'editing/PositionWithAffinity.cpp',
+ 'editing/PositionWithAffinity.h',
'editing/RemoveCSSPropertyCommand.cpp',
'editing/RemoveCSSPropertyCommand.h',
'editing/RemoveFormatCommand.cpp',
« no previous file with comments | « no previous file | Source/core/dom/Position.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698