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

Unified Diff: Source/core/core.gypi

Issue 1293683003: Move DocumentMarker related files to editing/markers/ from dom/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-08-14T15:39:22 Created 5 years, 4 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/dom/RenderedDocumentMarker.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 0521deb4a9054a6a03522f7007b0bfd093eca13e..3a6ab63f3369a37575eeb2459ef65c78ed1909c2 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1288,6 +1288,10 @@
'editing/DeleteFromTextNodeCommand.cpp',
'editing/DeleteFromTextNodeCommand.h',
'editing/DeleteSelectionCommand.cpp',
+ 'editing/DocumentMarker.cpp',
+ 'editing/DocumentMarker.h',
+ 'editing/DocumentMarkerController.cpp',
+ 'editing/DocumentMarkerController.h',
'editing/DragCaretController.cpp',
'editing/DragCaretController.h',
'editing/EditCommand.cpp',
@@ -2245,8 +2249,6 @@
'dom/DocumentLifecycleNotifier.cpp',
'dom/DocumentLifecycleNotifier.h',
'dom/DocumentLifecycleObserver.h',
- 'dom/DocumentMarker.cpp',
- 'dom/DocumentMarkerController.cpp',
'dom/DocumentOrderedList.cpp',
'dom/DocumentOrderedList.h',
'dom/DocumentOrderedMap.cpp',
@@ -3724,7 +3726,6 @@
'dom/AttrTest.cpp',
'dom/CrossThreadTaskTest.cpp',
'dom/DOMImplementationTest.cpp',
- 'dom/DocumentMarkerControllerTest.cpp',
'dom/DocumentTest.cpp',
'dom/MainThreadTaskRunnerTest.cpp',
'dom/NthIndexCacheTest.cpp',
@@ -3736,6 +3737,7 @@
'dom/TreeScopeTest.cpp',
'dom/shadow/ComposedTreeTraversalTest.cpp',
'editing/CompositionUnderlineRangeFilterTest.cpp',
+ 'editing/DocumentMarkerControllerTest.cpp',
'editing/EditingStrategyTest.cpp',
'editing/EditingTestBase.cpp',
'editing/EditingTestBase.h',
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/dom/RenderedDocumentMarker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698