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

Side by Side Diff: third_party/WebKit/Source/core/editing/BUILD.gn

Issue 2826373002: Move CompositionUnderlineVectorBuilder.* from web/ -> core/editing/. (Closed)
Patch Set: 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 unified diff | Download patch
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//third_party/WebKit/Source/core/core.gni") 5 import("//third_party/WebKit/Source/core/core.gni")
6 6
7 blink_core_sources("editing") { 7 blink_core_sources("editing") {
8 split_count = 5 8 split_count = 5
9 sources = [ 9 sources = [
10 "CaretDisplayItemClient.cpp", 10 "CaretDisplayItemClient.cpp",
11 "CaretDisplayItemClient.h", 11 "CaretDisplayItemClient.h",
12 "CompositionUnderline.cpp", 12 "CompositionUnderline.cpp",
13 "CompositionUnderline.h", 13 "CompositionUnderline.h",
14 "CompositionUnderlineVectorBuilder.cpp",
15 "CompositionUnderlineVectorBuilder.h",
14 "DOMSelection.cpp", 16 "DOMSelection.cpp",
15 "DOMSelection.h", 17 "DOMSelection.h",
16 "DragCaret.cpp", 18 "DragCaret.cpp",
17 "DragCaret.h", 19 "DragCaret.h",
18 "EditingBehavior.cpp", 20 "EditingBehavior.cpp",
19 "EditingBehavior.h", 21 "EditingBehavior.h",
20 "EditingBehaviorTypes.h", 22 "EditingBehaviorTypes.h",
21 "EditingBoundary.h", 23 "EditingBoundary.h",
22 "EditingStrategy.cpp", 24 "EditingStrategy.cpp",
23 "EditingStrategy.h", 25 "EditingStrategy.h",
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "//third_party/WebKit/Source:config", 312 "//third_party/WebKit/Source:config",
311 "//third_party/WebKit/Source:inside_blink", 313 "//third_party/WebKit/Source:inside_blink",
312 ] 314 ]
313 315
314 deps = [ 316 deps = [
315 "//testing/gmock", 317 "//testing/gmock",
316 "//testing/gtest", 318 "//testing/gtest",
317 "//third_party/WebKit/Source/core:core", 319 "//third_party/WebKit/Source/core:core",
318 ] 320 ]
319 } 321 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698