| Index: ui/base/BUILD.gn
 | 
| diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
 | 
| index 5a139f340d31ae49455546a4c88562690b9e18e4..45576a6b5de2d7214dc809d37c1dfb38c4f40351 100644
 | 
| --- a/ui/base/BUILD.gn
 | 
| +++ b/ui/base/BUILD.gn
 | 
| @@ -215,6 +215,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",
 | 
| @@ -764,7 +766,7 @@ if (!is_android) {
 | 
|          "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",
 | 
| 
 |