| Index: ui/base/BUILD.gn
|
| diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
|
| index 0143c06f091608c28d6c30525767cbd1dc641e21..c2bbbeb408fcb0e1f61cb002df5bd6ea446dfe71 100644
|
| --- a/ui/base/BUILD.gn
|
| +++ b/ui/base/BUILD.gn
|
| @@ -216,6 +216,8 @@ component("base") {
|
| "text/bytes_formatting.h",
|
| "theme_provider.cc",
|
| "theme_provider.h",
|
| + "touch/selection_bound.cc",
|
| + "touch/selection_bound.h",
|
| "touch/touch_device.h",
|
| "touch/touch_editing_controller.cc",
|
| "touch/touch_editing_controller.h",
|
| @@ -765,7 +767,7 @@ test("ui_unittests") {
|
| "models/tree_node_model_unittest.cc",
|
| "test/data/resource.h",
|
| "text/bytes_formatting_unittest.cc",
|
| - "touch/touch_editing_controller_unittest.cc",
|
| + "touch/selection_bound_unittest.cc",
|
| "view_prop_unittest.cc",
|
| "webui/web_ui_util_unittest.cc",
|
| "x/selection_requestor_unittest.cc",
|
|
|