diff options
author | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-17 22:49:25 +0000 |
---|---|---|
committer | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-17 22:49:25 +0000 |
commit | c57bee0461f313d9766f1a24b7398877a4633b8c (patch) | |
tree | f1a8f85864a3a021d31e6ac5b5de02220bb480cc /remoting/branding_Chromium | |
parent | c8579842d01f4301607eace4412ef70dfd5e4278 (diff) | |
download | chromium_src-c57bee0461f313d9766f1a24b7398877a4633b8c.zip chromium_src-c57bee0461f313d9766f1a24b7398877a4633b8c.tar.gz chromium_src-c57bee0461f313d9766f1a24b7398877a4633b8c.tar.bz2 |
[Chromoting] Cleanup branding variables in Chromoting gyp file.
Also remote tabs that crept into the remoting.gyp file.
Review URL: https://chromiumcodereview.appspot.com/10829327
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152182 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/branding_Chromium')
-rw-r--r-- | remoting/branding_Chromium | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/remoting/branding_Chromium b/remoting/branding_Chromium new file mode 100644 index 0000000..f60a473 --- /dev/null +++ b/remoting/branding_Chromium @@ -0,0 +1,20 @@ +COMPANY_FULLNAME=The Chromium Authors +PRODUCT_FULLNAME=Chromoting +COPYRIGHT=Copyright (c) 2012 The Chromium Authors. All Rights Reserved. +HOST_PLUGIN_FILE_NAME=Chromoting Host +HOST_PLUGIN_FILE_DESCRIPTION=Allow another user to access your computer securely over the Internet. +HOST_FILE_NAME=Chromoting Host +HOST_FILE_DESCRIPTION=Chromoting Host +HOST_SERVICE_FILE_NAME=Chromoting Host Service +HOST_SERVICE_FILE_DESCRIPTION=Chromoting Host Service +HOST_CONTROLLER_FILE_DESCRIPTION=Chromoting Host Controller +MAC_BUNDLE_ID=org.chromium.Chromium +MAC_CREATOR=Cr24 +MAC_HOST_BUNDLE_ID=org.chromium.chromoting.remoting_me2me_host +MAC_UNINSTALLER_NAME=Chromoting Host Uninstaller +MAC_UNINSTALLER_BUNDLE_PREFIX=org.chromium.pkg +MAC_UNINSTALLER_BUNDLE_ID=org.chromium.remoting.host_uninstaller +MAC_UNINSTALLER_BUNDLE_NAME=Chromoting Host Uninstaller +MAC_PREFPANE_BUNDLE_ID=org.chromium.remoting.preferences +MAC_PREFPANE_BUNDLE_NAME=Chromoting Host Preferences +MAC_PREFPANE_ICON_LABEL=Chromoting
Host |