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

Unified Diff: remoting/host/win/core.rc.jinja2

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/win/BUILD.gn ('k') | remoting/host/win/version.rc.jinja2 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/core.rc.jinja2
diff --git a/remoting/host/win/core.rc.jinja2 b/remoting/host/win/core.rc.jinja2
index a4d2c328990b94cc5d6c1271c8477ab5e92081d3..15bb176df733b747e7f455006b358c4ee707a121 100644
--- a/remoting/host/win/core.rc.jinja2
+++ b/remoting/host/win/core.rc.jinja2
@@ -14,7 +14,7 @@
LANGUAGE {{ lang | GetPrimaryLanguage }}, {{ lang | GetSublanguage }}
-#if (BINARY == BINARY_CORE)
+#if (REMOTING_HOST_BINARY == BINARY_CORE)
STRINGTABLE
BEGIN
@@ -29,7 +29,7 @@ END
IDI_CHROME_REMOTE_DESKTOP ICON "remoting/resources/chromoting.ico"
-#endif // (BINARY == BINARY_CORE)
+#endif // (REMOTING_HOST_BINARY == BINARY_CORE)
IDD_DISCONNECT DIALOGEX 0, 0, 145, 24
STYLE DS_SETFONT | WS_POPUP
« no previous file with comments | « remoting/host/win/BUILD.gn ('k') | remoting/host/win/version.rc.jinja2 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698