Chromium Code Reviews| Index: remoting/webapp/BUILD.gn |
| diff --git a/remoting/webapp/BUILD.gn b/remoting/webapp/BUILD.gn |
| index f318ec70865b1f9b49d4e2f3cf347a4467ebf689..f9e9d149305c6b7253d0c9e94e08e41863ab52af 100644 |
| --- a/remoting/webapp/BUILD.gn |
| +++ b/remoting/webapp/BUILD.gn |
| @@ -35,11 +35,15 @@ action("credits") { |
| desktop_remoting_webapp("webapp") { |
| webapp_type = "desktop" |
| output_dir = "$root_build_dir/remoting/remoting-webapp.v2" |
| - zip_path = "$root_build_dir/remoting/remoting-webapp.v2.zip" |
| + zip_path = "$root_build_dir/remoting-webapp.v2.zip" |
| + |
| + pexe_dir = get_label_info( |
|
Sergey Ulanov
2015/11/03 18:21:37
I don't think you need this. desktop_remoting_weba
Dirk Pranke
2015/11/03 21:10:20
So it does. Will fix.
|
| + "//remoting/client/plugin:remoting_client_plugin_newlib(//build/toolchain/nacl:newlib_pnacl)", |
| + "root_out_dir") |
| + |
| extra_files = [ |
| "crd/remoting_client_pnacl.nmf.jinja2", |
| - # TODO(garykac): Get correct path to this. |
| - #"<(PRODUCT_DIR)/remoting_client_plugin_newlib.pexe", |
| + "$pexe_dir/remoting_client_plugin_newlib.pexe", |
| ] |
| } |