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

Unified Diff: remoting/host/security_key/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/predefines_win.gni ('k') | remoting/host/win/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/security_key/BUILD.gn
diff --git a/remoting/host/security_key/BUILD.gn b/remoting/host/security_key/BUILD.gn
index b67c51798942b4ce3fedf3eec32348c8c2712a14..ff462ab14c319b98afc89c6cf50abd5b5f0a027f 100644
--- a/remoting/host/security_key/BUILD.gn
+++ b/remoting/host/security_key/BUILD.gn
@@ -59,7 +59,8 @@ if (is_win) {
executable("remote_security_key") {
configs += [ "//build/config/compiler:wexit_time_destructors" ]
- defines = host_predefines + [ "BINARY=BINARY_REMOTE_SECURITY_KEY" ]
+ defines =
+ host_predefines + [ "REMOTING_HOST_BINARY=BINARY_REMOTE_SECURITY_KEY" ]
deps = [
"//build/win:default_exe_manifest",
« no previous file with comments | « remoting/host/predefines_win.gni ('k') | remoting/host/win/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698