| Index: remoting/webapp/build_template.gni
|
| diff --git a/remoting/webapp/build_template.gni b/remoting/webapp/build_template.gni
|
| index 3b8d9509f2ccb89951fc5f2f8caa3114315cec46..c1163d48be04c377d43191358e1228b7bbeef5d2 100644
|
| --- a/remoting/webapp/build_template.gni
|
| +++ b/remoting/webapp/build_template.gni
|
| @@ -228,7 +228,7 @@ template("desktop_remoting_webapp") {
|
| ]
|
|
|
| if (enable_pnacl) {
|
| - deps += [ "//remoting/client/plugin:remoting_client_plugin_newlib(//build/toolchain/nacl:newlib_pnacl)" ]
|
| + deps += [ "//remoting/client/plugin:remoting_client_plugin(//build/toolchain/nacl:newlib_pnacl)" ]
|
| }
|
|
|
| # Create a file that contains a list of all the resource files needed
|
|
|