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

Side by Side Diff: remoting/host/plugin/constants.h

Issue 10829327: [Chromoting] Cleanup branding variables in Chromoting gyp file. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef REMOTING_HOST_PLUGIN_CONSTANTS_H_ 5 #ifndef REMOTING_HOST_PLUGIN_CONSTANTS_H_
6 #define REMOTING_HOST_PLUGIN_CONSTANTS_H_ 6 #define REMOTING_HOST_PLUGIN_CONSTANTS_H_
7 7
8 // Warning: If you modify any macro in this file, make sure to modify 8 // Warning: If you modify any macro in this file, make sure to modify
9 // the following files too: 9 // the following files too:
10 // - remoting/branding_Chrome
11 // - remoting/branding_Chromium
10 // - remoting/remoting.gyp 12 // - remoting/remoting.gyp
11 // - remoting/chromium_branding
12 // - remoting/google_chrome_branding
13 // - remoting/host/plugin/host_plugin.ver 13 // - remoting/host/plugin/host_plugin.ver
14 14
15 #define HOST_PLUGIN_DESCRIPTION \ 15 #define HOST_PLUGIN_DESCRIPTION \
16 "Allow another user to access your computer securely over the Internet." 16 "Allow another user to access your computer securely over the Internet."
17 #define HOST_PLUGIN_MIME_TYPE "application/vnd.chromium.remoting-host" 17 #define HOST_PLUGIN_MIME_TYPE "application/vnd.chromium.remoting-host"
18 18
19 #if defined(GOOGLE_CHROME_BUILD) 19 #if defined(GOOGLE_CHROME_BUILD)
20 #define HOST_PLUGIN_NAME "Chrome Remote Desktop Host" 20 #define HOST_PLUGIN_NAME "Chrome Remote Desktop Host"
21 #else 21 #else
22 #define HOST_PLUGIN_NAME "Chromoting Host" 22 #define HOST_PLUGIN_NAME "Chromoting Host"
23 #endif // defined(GOOGLE_CHROME_BUILD) 23 #endif // defined(GOOGLE_CHROME_BUILD)
24 24
25 #endif // REMOTING_HOST_PLUGIN_CONSTANTS_H_ 25 #endif // REMOTING_HOST_PLUGIN_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698