Chromium Code Reviews| Index: remoting/BUILD.gn |
| diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn |
| index 832549a2f0e44f36e59147a2d9ca42ed166a8bf0..51aa81790e682e631484cef33937b1c6ae7a4804 100644 |
| --- a/remoting/BUILD.gn |
| +++ b/remoting/BUILD.gn |
| @@ -64,7 +64,7 @@ group("remoting_all") { |
| if (enable_me2me_host) { |
| deps += [ |
| "//remoting/host:remoting_me2me_host", |
| - #"//remoting/host:remoting_me2me_host_archive", |
| + "//remoting/host:remoting_me2me_host_archive", |
|
Sergey Ulanov
2015/11/04 06:59:32
when looking again at this, this doesn't look quit
Dirk Pranke
2015/11/05 01:24:06
Ah, you're right. Will fix.
|
| ] |
| } |