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

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

Issue 2685783004: Add EditingStyleUtitilies.{cpp,h} to BUILD.gn (Closed)
Patch Set: keep the original copyright comment Created 3 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/EditingStyle.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "DOMSelection.cpp", 14 "DOMSelection.cpp",
15 "DOMSelection.h", 15 "DOMSelection.h",
16 "DragCaret.cpp", 16 "DragCaret.cpp",
17 "DragCaret.h", 17 "DragCaret.h",
18 "EditingBehavior.cpp", 18 "EditingBehavior.cpp",
19 "EditingBehavior.h", 19 "EditingBehavior.h",
20 "EditingStrategy.cpp", 20 "EditingStrategy.cpp",
21 "EditingStrategy.h", 21 "EditingStrategy.h",
22 "EditingStyle.cpp", 22 "EditingStyle.cpp",
23 "EditingStyleUtilities.cpp",
24 "EditingStyleUtilities.h",
23 "EditingUtilities.cpp", 25 "EditingUtilities.cpp",
24 "EditingUtilities.h", 26 "EditingUtilities.h",
25 "Editor.cpp", 27 "Editor.cpp",
26 "EditorKeyBindings.cpp", 28 "EditorKeyBindings.cpp",
27 "EphemeralRange.cpp", 29 "EphemeralRange.cpp",
28 "EphemeralRange.h", 30 "EphemeralRange.h",
29 "FrameCaret.cpp", 31 "FrameCaret.cpp",
30 "FrameCaret.h", 32 "FrameCaret.h",
31 "FrameSelection.cpp", 33 "FrameSelection.cpp",
32 "GranularityStrategy.cpp", 34 "GranularityStrategy.cpp",
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 "//third_party/WebKit/Source:config", 268 "//third_party/WebKit/Source:config",
267 "//third_party/WebKit/Source:inside_blink", 269 "//third_party/WebKit/Source:inside_blink",
268 ] 270 ]
269 271
270 deps = [ 272 deps = [
271 "//testing/gmock", 273 "//testing/gmock",
272 "//testing/gtest", 274 "//testing/gtest",
273 "//third_party/WebKit/Source/core:core", 275 "//third_party/WebKit/Source/core:core",
274 ] 276 ]
275 } 277 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/EditingStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698