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

Unified Diff: Source/core/core.gypi

Issue 1325563002: Avoid style clobbering in setCompositionFromExistingText. (2nd land) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Release Range on document detach and remove selectionStart/End Created 5 years, 3 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 63f5a48276453c8bec616c23524e83f48da0fb6f..5756363daef1b135450c8b61c50a6f52fa6392fe 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1280,8 +1280,6 @@
'editing/CaretBase.cpp',
'editing/CaretBase.h',
'editing/CompositionUnderline.h',
- 'editing/CompositionUnderlineRangeFilter.cpp',
- 'editing/CompositionUnderlineRangeFilter.h',
'editing/DOMSelection.cpp',
'editing/DOMSelection.h',
'editing/DragCaretController.cpp',
@@ -3764,7 +3762,6 @@
'dom/TreeScopeStyleSheetCollectionTest.cpp',
'dom/TreeScopeTest.cpp',
'dom/shadow/ComposedTreeTraversalTest.cpp',
- 'editing/CompositionUnderlineRangeFilterTest.cpp',
'editing/EditingStrategyTest.cpp',
'editing/EditingTestBase.cpp',
'editing/EditingTestBase.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