blob: 51ea8504a12b31040344997e3d60f813663e29d8 [file] [log] [blame]
// 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_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_