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

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

Issue 2553393002: Rename BINARY to REMOTING_HOST_BINARY (Closed)
Patch Set: Created 4 years 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/host/security_key/BUILD.gn ('k') | remoting/host/win/core.rc.jinja2 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/BUILD.gn
diff --git a/remoting/host/win/BUILD.gn b/remoting/host/win/BUILD.gn
index cf2dbcd8d8c829a40dc3d4a06289ab5358991609..cb204bf581ba3f54c1289050eb34347a7903684f 100644
--- a/remoting/host/win/BUILD.gn
+++ b/remoting/host/win/BUILD.gn
@@ -263,7 +263,7 @@ message_compiler("messages") {
executable("remoting_console") {
configs += [ "//build/config/compiler:wexit_time_destructors" ]
- defines = host_predefines + [ "BINARY=BINARY_HOST_ME2ME" ]
+ defines = host_predefines + [ "REMOTING_HOST_BINARY=BINARY_HOST_ME2ME" ]
deps = [
":dpi_aware_exe_manifest",
@@ -289,7 +289,7 @@ executable("remoting_me2me_host") {
"//remoting/build/config:remoting_me2me_host",
]
- defines = host_predefines + [ "BINARY=BINARY_HOST_ME2ME" ]
+ defines = host_predefines + [ "REMOTING_HOST_BINARY=BINARY_HOST_ME2ME" ]
deps = [
":dpi_aware_exe_manifest",
@@ -315,7 +315,7 @@ shared_library("remoting_core") {
"_ATL_CSTRING_EXPLICIT_CONSTRUCTORS",
"_ATL_NO_AUTOMATIC_NAMESPACE",
"_ATL_NO_EXCEPTIONS",
- "BINARY=BINARY_CORE",
+ "REMOTING_HOST_BINARY=BINARY_CORE",
"DAEMON_CONTROLLER_CLSID=\"$daemon_controller_clsid\"",
"RDP_DESKTOP_SESSION_CLSID=\"$rdp_desktop_session_clsid\"",
"HOST_IMPLEMENTATION",
@@ -422,7 +422,7 @@ executable("remoting_desktop") {
"//build/config/win:windowed",
]
- defines = host_predefines + [ "BINARY=BINARY_DESKTOP" ]
+ defines = host_predefines + [ "REMOTING_HOST_BINARY=BINARY_DESKTOP" ]
deps = [
":remoting_core",
@@ -449,7 +449,8 @@ executable("remoting_desktop") {
executable("remoting_native_messaging_host") {
configs += [ "//build/config/compiler:wexit_time_destructors" ]
- defines = host_predefines + [ "BINARY=BINARY_NATIVE_MESSAGING_HOST" ]
+ defines =
+ host_predefines + [ "REMOTING_HOST_BINARY=BINARY_NATIVE_MESSAGING_HOST" ]
deps = [
":remoting_core",
« no previous file with comments | « remoting/host/security_key/BUILD.gn ('k') | remoting/host/win/core.rc.jinja2 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698