summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorgarykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-27 20:30:40 +0000
committergarykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-27 20:30:40 +0000
commit521d0e2a6756aa2b07a49cec8ab437c587c67487 (patch)
treeb92dd7598f9f840397b248b71e382d6a387ad2b0 /remoting
parent29c23abfa432dbbd4ec4e1e209d02dd634610a6f (diff)
downloadchromium_src-521d0e2a6756aa2b07a49cec8ab437c587c67487.zip
chromium_src-521d0e2a6756aa2b07a49cec8ab437c587c67487.tar.gz
chromium_src-521d0e2a6756aa2b07a49cec8ab437c587c67487.tar.bz2
[Chromoting] Update uninstaller to include icons. Cleanup filenames.
Review URL: https://chromiumcodereview.appspot.com/10239015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134339 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r--remoting/host/installer/mac/uninstaller/remoting_uninstaller-Info.plist2
-rw-r--r--remoting/host/installer/mac/uninstaller/remoting_uninstaller.h (renamed from remoting/host/installer/mac/uninstaller/remoting_uninstaller_delegate.h)0
-rw-r--r--remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm (renamed from remoting/host/installer/mac/uninstaller/remoting_uninstaller_delegate.mm)2
-rw-r--r--remoting/remoting.gyp4
4 files changed, 5 insertions, 3 deletions
diff --git a/remoting/host/installer/mac/uninstaller/remoting_uninstaller-Info.plist b/remoting/host/installer/mac/uninstaller/remoting_uninstaller-Info.plist
index 00edd5d..f435845 100644
--- a/remoting/host/installer/mac/uninstaller/remoting_uninstaller-Info.plist
+++ b/remoting/host/installer/mac/uninstaller/remoting_uninstaller-Info.plist
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
- <string></string>
+ <string>remoting_uninstaller</string>
<key>CFBundleIdentifier</key>
<string>BUNDLE_ID</string>
<key>CFBundleInfoDictionaryVersion</key>
diff --git a/remoting/host/installer/mac/uninstaller/remoting_uninstaller_delegate.h b/remoting/host/installer/mac/uninstaller/remoting_uninstaller.h
index 5346c6d..5346c6d 100644
--- a/remoting/host/installer/mac/uninstaller/remoting_uninstaller_delegate.h
+++ b/remoting/host/installer/mac/uninstaller/remoting_uninstaller.h
diff --git a/remoting/host/installer/mac/uninstaller/remoting_uninstaller_delegate.mm b/remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm
index 9fff5ad..7f8dfd9 100644
--- a/remoting/host/installer/mac/uninstaller/remoting_uninstaller_delegate.mm
+++ b/remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "remoting/host/installer/mac/uninstaller/remoting_uninstaller_delegate.h"
+#include "remoting/host/installer/mac/uninstaller/remoting_uninstaller.h"
#import <Cocoa/Cocoa.h>
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 53927b1..ef1ac4e 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -258,7 +258,8 @@
'<(DEPTH)/base/base.gyp:base',
],
'sources': [
- 'host/installer/mac/uninstaller/remoting_uninstaller_delegate.mm',
+ 'host/installer/mac/uninstaller/remoting_uninstaller.h',
+ 'host/installer/mac/uninstaller/remoting_uninstaller.mm',
],
'xcode_settings': {
'INFOPLIST_FILE': 'host/installer/mac/uninstaller/remoting_uninstaller-Info.plist',
@@ -266,6 +267,7 @@
'INFOPLIST_PREPROCESSOR_DEFINITIONS': 'VERSION_FULL="<(version_full)" VERSION_SHORT="<(version_short)" BUNDLE_NAME="<(bundle_name)" BUNDLE_ID="<(bundle_id)" COPYRIGHT_BY="<(copyright_by)"',
},
'mac_bundle_resources': [
+ 'host/installer/mac/uninstaller/remoting_uninstaller.icns',
'host/installer/mac/uninstaller/remoting_uninstaller.xib',
'host/installer/mac/uninstaller/remoting_uninstaller-Info.plist',
],