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

Unified Diff: remoting/host/installer/win/BUILD.gn

Issue 2410163003: Enable remoting_me2me_host_archive in official build (Closed)
Patch Set: Update comment Created 4 years, 2 months 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
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/installer/win/BUILD.gn
diff --git a/remoting/host/installer/win/BUILD.gn b/remoting/host/installer/win/BUILD.gn
index 372ff3745fba12395328a3bc7b5bc5acf9f22e02..befbc4e97b8d640dd307b77b7fc90383adb1314f 100644
--- a/remoting/host/installer/win/BUILD.gn
+++ b/remoting/host/installer/win/BUILD.gn
@@ -140,5 +140,9 @@ if (is_chrome_branded && !is_component_build && target_cpu == "x86") {
}
} else {
group("remoting_host_installation") {
+ # We still want to build host archive on unsupported platforms.
joedow 2016/10/13 21:37:53 I'd update 'platforms' here since this applies to
Hzj_jie 2016/10/13 22:51:57 Done.
+ deps = [
+ "//remoting/host:remoting_me2me_host_archive",
+ ]
}
}
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698