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

Unified Diff: Source/core/core.gypi

Issue 1148633010: Refactoring: Separate MarkupAccumulator into MarkupFormatter and MarkupAccumulator (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 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/editing/MarkupAccumulator.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 73ae90b8111c1698755cfb099e211318e0cfdf8e..be3fb4a0a0300fd619b8eef537354ca495d040e9 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1350,6 +1350,8 @@
'editing/iterators/WordAwareIterator.cpp',
'editing/MarkupAccumulator.cpp',
'editing/MarkupAccumulator.h',
+ 'editing/MarkupFormatter.cpp',
+ 'editing/MarkupFormatter.h',
'editing/MergeIdenticalElementsCommand.cpp',
'editing/MergeIdenticalElementsCommand.h',
'editing/MoveSelectionCommand.cpp',
« no previous file with comments | « no previous file | Source/core/editing/MarkupAccumulator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698