| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index 8a9f4b580f8c633b440b8de6180730821c846f41..f3f9ca7f970f6e024eb90b255fb392dfd1404383 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -289,6 +289,8 @@ static_library("content_shell_lib") {
|
| # Some tests rely on this tool at runtime. Note: it might be better if
|
| # the tests that needed it had this as a dep instead of adding it here.
|
| datadeps = [ "//tools/xdisplaycheck" ]
|
| +
|
| + deps += [ "//ui/events/devices" ]
|
| }
|
|
|
| if (is_android) {
|
|
|