| OLD | NEW |
| (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_ | |
| OLD | NEW |