Chromium Code Reviews| Index: remoting/remoting_all.gyp |
| diff --git a/remoting/remoting_all.gyp b/remoting/remoting_all.gyp |
| index 72579c06e9bcc83e700ee368d0cf69de45da95f9..f275439b546b60eb5bebfca5b6eeae7ecbf11942 100644 |
| --- a/remoting/remoting_all.gyp |
| +++ b/remoting/remoting_all.gyp |
| @@ -72,6 +72,11 @@ |
| '../remoting/remoting.gyp:remoting_me2me_native_messaging_host', |
| ], |
| }], |
| + ['disable_nacl==0 and disable_nacl_untrusted==0', { |
| + 'dependencies': [ |
| + '../remoting/remoting.gyp:remoting_key_tester', |
|
Dirk Pranke
2015/04/16 20:55:09
You might want to add a comment here on this depen
garykac
2015/04/16 21:38:47
Done.
|
| + ], |
| + }], |
| ], |
| }, # end of target 'remoting_all' |