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

Unified Diff: remoting/build/config/BUILD.gn

Issue 2308813002: Moving CRD Windows targets to subdirectories. (Closed)
Patch Set: The exec needs to be called native_messaging_host for downstream installers to work. Created 4 years, 3 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 | « remoting/BUILD.gn ('k') | remoting/host/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/build/config/BUILD.gn
diff --git a/remoting/build/config/BUILD.gn b/remoting/build/config/BUILD.gn
index dea58eb7f171a7f33186ba591f76f57aef25d9fb..a06726775ca06ed1ad5ce158714c4d47ed08f012 100644
--- a/remoting/build/config/BUILD.gn
+++ b/remoting/build/config/BUILD.gn
@@ -4,6 +4,7 @@
import("//build/config/features.gni")
import("//build/util/version.gni")
+import("//remoting/remoting_options.gni")
# TODO(nicholss): Move this and other defines to version.h.in.
# Various remoting targets need this version definition.
@@ -16,3 +17,19 @@ config("enable_webrtc_remoting_client") {
defines = [ "ENABLE_WEBRTC_REMOTING_CLIENT=1" ]
}
}
+
+config("remoting_me2me_host") {
+ defines = []
+
+ if (is_mac && is_official_build) {
+ defines += [ "USE_REMOTING_MACOSX_INTERNAL" ]
+ }
+
+ if (is_win && remoting_multi_process != 0 && remoting_rdp_session != 0) {
+ defines += [ "REMOTING_RDP_SESSION" ]
+ }
+
+ if (remoting_multi_process != 0) {
+ defines += [ "REMOTING_MULTI_PROCESS" ]
+ }
+}
« no previous file with comments | « remoting/BUILD.gn ('k') | remoting/host/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698