Chromium Code Reviews| Index: remoting/BUILD.gn |
| diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn |
| index a630f569f83aa11510eb0cee45c2f507b898860c..9832ff4286546f447068d72adcd8d51e3718bada 100644 |
| --- a/remoting/BUILD.gn |
| +++ b/remoting/BUILD.gn |
| @@ -60,7 +60,10 @@ group("remoting_all") { |
| } |
| if (is_linux && !is_chromeos) { |
| - deps += [ "//remoting/host/linux:remoting_dev_me2me_host" ] |
| + deps += [ |
| + "//remoting/host/linux:remoting_dev_me2me_host", |
| + "//remoting/host/linux:remoting_user_session", |
| + ] |
| } |
| } |