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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « remoting/host/constants_mac.cc ('k') | remoting/remoting_enable.gni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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_MACOSX)
13
14 #define HOST_BUNDLE_NAME "@MAC_HOST_BUNDLE_NAME@"
15
16 #define PREFPANE_BUNDLE_NAME "@MAC_PREFPANE_BUNDLE_NAME@"
17
18 #endif // defined(OS_MACOSX)
19
20 #endif // REMOTING_VERSION_H_
OLDNEW
« 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