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

Unified Diff: remoting/host/it2me/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/BUILD.gn ('k') | remoting/host/predefines_win.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/it2me/BUILD.gn
diff --git a/remoting/host/it2me/BUILD.gn b/remoting/host/it2me/BUILD.gn
index 3eaea244d7cfe2a34a9f84a963d45a746f8139f3..49aa142abf95ca7c2d1596c3adaa694450e142ef 100644
--- a/remoting/host/it2me/BUILD.gn
+++ b/remoting/host/it2me/BUILD.gn
@@ -79,7 +79,8 @@ if (!is_chromeos && enable_remoting_host) {
"it2me_native_messaging_host_entry_point.cc",
]
- defines = host_predefines + [ "BINARY=BINARY_REMOTE_ASSISTANCE_HOST" ]
+ defines = host_predefines +
+ [ "REMOTING_HOST_BINARY=BINARY_REMOTE_ASSISTANCE_HOST" ]
ldflags = [
# "/NODEFAULTLIB", TODO(zijiehe): Why IgnoreAllDefaultLibraries: true in
@@ -102,7 +103,8 @@ if (!is_chromeos && enable_remoting_host) {
"it2me_native_messaging_host_entry_point.cc",
]
- defines = host_predefines + [ "BINARY=BINARY_HOST_IT2ME_UIACCESS" ]
+ defines = host_predefines +
+ [ "REMOTING_HOST_BINARY=BINARY_HOST_IT2ME_UIACCESS" ]
ldflags = [
# "/NODEFAULTLIB", TODO(zijiehe): Why IgnoreAllDefaultLibraries: true in
« no previous file with comments | « remoting/host/BUILD.gn ('k') | remoting/host/predefines_win.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698