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

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

Issue 2410163003: Enable remoting_me2me_host_archive in official build (Closed)
Patch Set: Update comments 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..0890883114290cdb4bbf6e533d6eb6860d42793c 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 under other configurations.
+ 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