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

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

Issue 1640623002: Move SelectionAdjust to its own file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-01-27T14:51:58 Created 4 years, 11 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/SelectionAdjuster.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 7fcec7adc684ac3dd887a8faf8dcf49b895abdc1..b24bcb3077048348fd5ee1731ced73e2118ada85 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1399,6 +1399,8 @@
'editing/PositionWithAffinity.h',
'editing/RenderedPosition.cpp',
'editing/RenderedPosition.h',
+ 'editing/SelectionAdjuster.cpp',
+ 'editing/SelectionAdjuster.h',
'editing/SelectionController.cpp',
'editing/SelectionController.h',
'editing/SelectionEditor.cpp',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/SelectionAdjuster.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698