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

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-14T22:49:39 Rebase 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') | 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 b1a787826937420172f9a4dd0b798c6999b62e10..2fd47491a51cd7a487a7f928911b45b8a3ed66b2 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1336,6 +1336,11 @@
'editing/iterators/CharacterIterator.cpp',
'editing/iterators/SimplifiedBackwardsTextIterator.cpp',
'editing/iterators/WordAwareIterator.cpp',
+ 'editing/markers/DocumentMarker.cpp',
+ 'editing/markers/DocumentMarker.h',
+ 'editing/markers/DocumentMarkerController.cpp',
+ 'editing/markers/DocumentMarkerController.h',
+ 'editing/markers/RenderedDocumentMarker.h',
'editing/MarkupAccumulator.cpp',
'editing/MarkupAccumulator.h',
'editing/MarkupFormatter.cpp',
@@ -2249,8 +2254,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',
@@ -3725,7 +3728,6 @@
'dom/AttrTest.cpp',
'dom/CrossThreadTaskTest.cpp',
'dom/DOMImplementationTest.cpp',
- 'dom/DocumentMarkerControllerTest.cpp',
'dom/DocumentTest.cpp',
'dom/MainThreadTaskRunnerTest.cpp',
'dom/NthIndexCacheTest.cpp',
@@ -3745,6 +3747,7 @@
'editing/iterators/CharacterIteratorTest.cpp',
'editing/iterators/SearchBufferTest.cpp',
'editing/iterators/TextIteratorTest.cpp',
+ 'editing/markers/DocumentMarkerControllerTest.cpp',
'editing/PositionTest.cpp',
'editing/StyledMarkupSerializerTest.cpp',
'editing/SurroundingTextTest.cpp',
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698