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

Unified Diff: Source/core/core.gypi

Issue 1287263004: Move spell checker in core/editing/ related files into core/editing/spellcheck/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-08-17T10:33:57 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 0d511143b831cc94106d28ac174d18699f85d9f8..d0c56c968994ffc5e3e2bdb3c3798f888f6c4d0e 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1381,10 +1381,6 @@
'editing/SimplifyMarkupCommand.cpp',
'editing/SmartReplaceCF.cpp',
'editing/SmartReplaceICU.cpp',
- 'editing/SpellCheckRequester.cpp',
- 'editing/SpellCheckRequester.h',
- 'editing/SpellChecker.cpp',
- 'editing/SpellChecker.h',
'editing/SplitElementCommand.cpp',
'editing/SplitElementCommand.h',
'editing/SplitTextNodeCommand.cpp',
@@ -1397,8 +1393,6 @@
'editing/StyledMarkupSerializer.h',
'editing/SurroundingText.cpp',
'editing/SurroundingText.h',
- 'editing/TextCheckingHelper.cpp',
- 'editing/TextCheckingHelper.h',
'editing/TextInsertionBaseCommand.cpp',
'editing/TextInsertionBaseCommand.h',
'editing/TextOffset.cpp',
@@ -1414,6 +1408,12 @@
'editing/VisibleUnits.cpp',
'editing/WrapContentsInDummySpanCommand.cpp',
'editing/WrapContentsInDummySpanCommand.h',
+ 'editing/spellcheck/SpellCheckRequester.cpp',
+ 'editing/spellcheck/SpellCheckRequester.h',
+ 'editing/spellcheck/SpellChecker.cpp',
+ 'editing/spellcheck/SpellChecker.h',
+ 'editing/spellcheck/TextCheckingHelper.cpp',
+ 'editing/spellcheck/TextCheckingHelper.h',
'fetch/AccessControlStatus.h',
'fetch/CSSStyleSheetResource.cpp',
'fetch/CSSStyleSheetResource.h',
« 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