| Index: remoting/BUILD.gn
|
| diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
|
| index 51aa81790e682e631484cef33937b1c6ae7a4804..7f71b22030826155657a82d957840838697fa735 100644
|
| --- a/remoting/BUILD.gn
|
| +++ b/remoting/BUILD.gn
|
| @@ -62,10 +62,10 @@ group("remoting_all") {
|
| }
|
|
|
| if (enable_me2me_host) {
|
| - deps += [
|
| - "//remoting/host:remoting_me2me_host",
|
| - "//remoting/host:remoting_me2me_host_archive",
|
| - ]
|
| + deps += [ "//remoting/host:remoting_me2me_host" ]
|
| + if (is_chrome_branded) {
|
| + deps += [ "//remoting/host:remoting_me2me_host_archive" ]
|
| + }
|
| }
|
|
|
| if (enable_pnacl) {
|
|
|