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

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: import chrome_build.gni in remoting_options.gni 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
« remoting/BUILD.gn ('K') | « remoting/remoting_options.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/BUILD.gn
diff --git a/remoting/webapp/BUILD.gn b/remoting/webapp/BUILD.gn
index f318ec70865b1f9b49d4e2f3cf347a4467ebf689..3bc132b387605cb347ce6a11c27bae2f35140bf6 100644
--- a/remoting/webapp/BUILD.gn
+++ b/remoting/webapp/BUILD.gn
@@ -35,12 +35,8 @@ 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"
- extra_files = [
- "crd/remoting_client_pnacl.nmf.jinja2",
- # TODO(garykac): Get correct path to this.
- #"<(PRODUCT_DIR)/remoting_client_plugin_newlib.pexe",
- ]
+ zip_path = "$root_build_dir/remoting-webapp.v2.zip"
+ extra_files = [ "crd/remoting_client_pnacl.nmf.jinja2" ]
}
app_remoting_webapp("ar_sample_app") {
« remoting/BUILD.gn ('K') | « remoting/remoting_options.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698