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

Unified Diff: remoting/host/version.h.in

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/constants_mac.cc ('k') | remoting/remoting_enable.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/version.h.in
diff --git a/remoting/host/version.h.in b/remoting/host/version.h.in
new file mode 100644
index 0000000000000000000000000000000000000000..ee16817612f419895ff55f63453dce51e7c25ee2
--- /dev/null
+++ b/remoting/host/version.h.in
@@ -0,0 +1,20 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// version.h is generated from version.h.in. Edit the source!
+
+#include "build/build_config.h"
+
+#ifndef REMOTING_VERSION_H_
+#define REMOTING_VERSION_H_
+
+#if defined(OS_MACOSX)
+
+#define HOST_BUNDLE_NAME "@MAC_HOST_BUNDLE_NAME@"
+
+#define PREFPANE_BUNDLE_NAME "@MAC_PREFPANE_BUNDLE_NAME@"
+
+#endif // defined(OS_MACOSX)
+
+#endif // REMOTING_VERSION_H_
« no previous file with comments | « remoting/host/constants_mac.cc ('k') | remoting/remoting_enable.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698