1// Copyright 2016 The Chromium Authors. All rights reserved.
2// Use of this source is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// version.h is generated from version.h.in.  Edit the source!
6
7#include "build/build_config.h"
8
9#ifndef REMOTING_VERSION_H_
10#define REMOTING_VERSION_H_
11
12#if defined(OS_APPLE)
13
14#define HOST_BUNDLE_NAME "@MAC_HOST_BUNDLE_NAME@"
15#define NATIVE_MESSAGING_HOST_BUNDLE_NAME \
16  "@MAC_NATIVE_MESSAGING_HOST_BUNDLE_NAME@"
17#define REMOTE_ASSISTANCE_HOST_BUNDLE_NAME \
18  "@MAC_REMOTE_ASSISTANCE_HOST_BUNDLE_NAME@"
19
20#endif  // defined(OS_APPLE)
21
22#endif  // REMOTING_VERSION_H_
23