Chromium Code Reviews| Index: remoting/remoting_host.gypi |
| diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi |
| index ea048a9047f12d487201c7a174a827767e27441f..cc180fa12818626c3b7d6850d0d96953ce5eb48a 100644 |
| --- a/remoting/remoting_host.gypi |
| +++ b/remoting/remoting_host.gypi |
| @@ -535,6 +535,14 @@ |
| }], # mac_breakpad==1 |
| ], # conditions |
| }], # OS=mac |
| + ['OS=="linux"', { |
| + 'copies': [ |
| + { |
| + 'destination': '<(PRODUCT_DIR)', |
| + 'files': [ 'host/linux/linux_me2me_host.py' ], |
| + }, |
| + ], |
| + }], # OS=linux |
| ], # end of 'conditions' |
| }, # end of target 'remoting_me2me_host' |
| { |