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

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

Issue 2803583002: Rename PendingSelection to LayoutSelection (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",
(...skipping 21 matching lines...) Expand all
32 "EphemeralRange.cpp", 32 "EphemeralRange.cpp",
33 "EphemeralRange.h", 33 "EphemeralRange.h",
34 "FrameCaret.cpp", 34 "FrameCaret.cpp",
35 "FrameCaret.h", 35 "FrameCaret.h",
36 "FrameSelection.cpp", 36 "FrameSelection.cpp",
37 "FrameSelection.h", 37 "FrameSelection.h",
38 "GranularityStrategy.cpp", 38 "GranularityStrategy.cpp",
39 "GranularityStrategy.h", 39 "GranularityStrategy.h",
40 "InputMethodController.cpp", 40 "InputMethodController.cpp",
41 "InputMethodController.h", 41 "InputMethodController.h",
42 "PendingSelection.cpp", 42 "LayoutSelection.cpp",
43 "PendingSelection.h", 43 "LayoutSelection.h",
44 "PlainTextRange.cpp", 44 "PlainTextRange.cpp",
45 "PlainTextRange.h", 45 "PlainTextRange.h",
46 "Position.cpp", 46 "Position.cpp",
47 "Position.h", 47 "Position.h",
48 "PositionIterator.cpp", 48 "PositionIterator.cpp",
49 "PositionIterator.h", 49 "PositionIterator.h",
50 "PositionWithAffinity.cpp", 50 "PositionWithAffinity.cpp",
51 "PositionWithAffinity.h", 51 "PositionWithAffinity.h",
52 "RelocatablePosition.cpp", 52 "RelocatablePosition.cpp",
53 "RelocatablePosition.h", 53 "RelocatablePosition.h",
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 "//third_party/WebKit/Source:config", 305 "//third_party/WebKit/Source:config",
306 "//third_party/WebKit/Source:inside_blink", 306 "//third_party/WebKit/Source:inside_blink",
307 ] 307 ]
308 308
309 deps = [ 309 deps = [
310 "//testing/gmock", 310 "//testing/gmock",
311 "//testing/gtest", 311 "//testing/gtest",
312 "//third_party/WebKit/Source/core:core", 312 "//third_party/WebKit/Source/core:core",
313 ] 313 ]
314 } 314 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698