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

Unified Diff: third_party/WebKit/Source/core/editing/BUILD.gn

Issue 2826373002: Move CompositionUnderlineVectorBuilder.* from web/ -> core/editing/. (Closed)
Patch Set: Change CompositionUnderlineVectorBuilder to have an explicit method to build a Vector, rather than … Created 3 years, 8 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
Index: third_party/WebKit/Source/core/editing/BUILD.gn
diff --git a/third_party/WebKit/Source/core/editing/BUILD.gn b/third_party/WebKit/Source/core/editing/BUILD.gn
index 8e4b9775a78e3d8ec2421501b10c9cb3ecc49414..ad7b059f3f7fdf8211656e224eddd3d48f0ed07b 100644
--- a/third_party/WebKit/Source/core/editing/BUILD.gn
+++ b/third_party/WebKit/Source/core/editing/BUILD.gn
@@ -11,6 +11,8 @@ blink_core_sources("editing") {
"CaretDisplayItemClient.h",
"CompositionUnderline.cpp",
"CompositionUnderline.h",
+ "CompositionUnderlineVectorBuilder.cpp",
+ "CompositionUnderlineVectorBuilder.h",
"DOMSelection.cpp",
"DOMSelection.h",
"DragCaret.cpp",

Powered by Google App Engine
This is Rietveld 408576698