Chromium Code Reviews| Index: remoting/remoting_key_tester.gypi |
| diff --git a/remoting/remoting_key_tester.gypi b/remoting/remoting_key_tester.gypi |
| index ca8c5029a621ffee6aedac8c6a131c1597c21b28..1d9e766d2d0098713bef00e72c4224d3a97d3d50 100644 |
| --- a/remoting/remoting_key_tester.gypi |
| +++ b/remoting/remoting_key_tester.gypi |
| @@ -95,6 +95,10 @@ |
| '-lppapi_stub', |
| '-lppapi_cpp', |
| ], |
| + 'dependencies': [ |
| + # TODO(mseaborn): Remove need for this (https://crbug.com/456902). |
|
Łukasz Anforowicz
2015/02/09 20:57:07
Mark, do you also want/need a similar TODO comment
Mark Seaborn
2015/02/17 22:56:35
I thought about doing that, but since ncbray is ac
|
| + '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
| + ], |
| }, # end of target 'remoting_key_tester_pexe' |
| ], |
| }] |