Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Unified Diff: remoting/webapp/BUILD.gn

Issue 1426113002: port remoting_me2me_host_archive to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix version and update comments Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]
}
« remoting/host/installer/linux/build_deb.py ('K') | « remoting/remoting_options.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698