chromium/remoting/host/version.h.in

// Copyright 2016 The Chromium Authors
// Use of this source code 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_APPLE)

#define HOST_BUNDLE_NAME "@MAC_HOST_BUNDLE_NAME@"
#define NATIVE_MESSAGING_HOST_BUNDLE_NAME \
  "@MAC_NATIVE_MESSAGING_HOST_BUNDLE_NAME@"
#define REMOTE_ASSISTANCE_HOST_BUNDLE_NAME \
  "@MAC_REMOTE_ASSISTANCE_HOST_BUNDLE_NAME@"

#endif  // defined(OS_APPLE)

#endif  // REMOTING_VERSION_H_