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_ |