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

Unified Diff: Source/core/core.gypi

Issue 1330573002: Rename Caret.{h,cpp} to CaretBase to match class. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/editing/Caret.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 7bc9ac1fe53dc8b8cba671cf0adad1b098c625c8..e70b2aa55bb4b8870037a40d2a4343706c64724e 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1270,8 +1270,8 @@
'css/resolver/TransformBuilder.h',
'css/resolver/ViewportStyleResolver.cpp',
'css/resolver/ViewportStyleResolver.h',
- 'editing/Caret.cpp',
- 'editing/Caret.h',
+ 'editing/CaretBase.cpp',
+ 'editing/CaretBase.h',
'editing/CompositionUnderline.h',
'editing/CompositionUnderlineRangeFilter.cpp',
'editing/CompositionUnderlineRangeFilter.h',
« no previous file with comments | « no previous file | Source/core/editing/Caret.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698