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

Unified Diff: remoting/host/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 | « no previous file | remoting/host/it2me/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index e696b8b637c6d71dae40dc4ff45f935fa232c33e..481a95943dedf0edd2fa90db216add5182bea8a4 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -605,7 +605,8 @@ if (enable_remoting_host) {
configs += [ "//build/config/compiler:wexit_time_destructors" ]
if (is_win) {
- defines = host_predefines + [ "BINARY=BINARY_REMOTING_START_HOST" ]
+ defines = host_predefines +
+ [ "REMOTING_HOST_BINARY=BINARY_REMOTING_START_HOST" ]
deps += [
"//build/win:default_exe_manifest",
« no previous file with comments | « no previous file | remoting/host/it2me/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698