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

Unified Diff: remoting/host/constants_mac.cc

Issue 2034513002: Adding mac support for Remoting host GN builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding Carbon.framework Created 4 years, 6 months 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/version.h.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/constants_mac.cc
diff --git a/remoting/host/constants_mac.cc b/remoting/host/constants_mac.cc
index f29196f3f5c758949ab3a2e6c025f11794132457..47574825704fe26856dc0344c60aaef041c5c7c0 100644
--- a/remoting/host/constants_mac.cc
+++ b/remoting/host/constants_mac.cc
@@ -4,6 +4,10 @@
#include "remoting/host/constants_mac.h"
+#if defined(GN_BUILD)
+#include "remoting/host/version.h"
+#endif
+
namespace remoting {
#define SERVICE_NAME "org.chromium.chromoting"
« no previous file with comments | « remoting/host/BUILD.gn ('k') | remoting/host/version.h.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698