summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome_dll_resource.h
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-05 21:47:49 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-05 21:47:49 +0000
commit75cf085b056a041258b6bf39301d92c3cb992a66 (patch)
treec08916df0a35d7fc3b5be892727934de4882ab82 /chrome/app/chrome_dll_resource.h
parentdb57d47b93d1bd4a7388a503b3e09856029396c0 (diff)
downloadchromium_src-75cf085b056a041258b6bf39301d92c3cb992a66.zip
chromium_src-75cf085b056a041258b6bf39301d92c3cb992a66.tar.gz
chromium_src-75cf085b056a041258b6bf39301d92c3cb992a66.tar.bz2
Fix the chrome app icon on windows
(and also the icon for the default plugin window). MSVS's resource compiler can only compile resources of the same type from a single .rc file, so we can't have ICON types scattered across rc files. This change moves all the icon files out of theme_resources.rc and puts them in chrome_dll.rc. This worked in the past because these were different dlls. This has the side benefit of not including the ico files in the linux/mac builds. BUG=26600 Review URL: http://codereview.chromium.org/361031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31131 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll_resource.h')
-rw-r--r--chrome/app/chrome_dll_resource.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h
index 810968b..40c50c1 100644
--- a/chrome/app/chrome_dll_resource.h
+++ b/chrome/app/chrome_dll_resource.h
@@ -8,6 +8,31 @@
#define IDR_MAINFRAME 101
+#define IDI_THROBBER_01 102
+#define IDI_THROBBER_02 103
+#define IDI_THROBBER_03 104
+#define IDI_THROBBER_04 105
+#define IDI_THROBBER_05 106
+#define IDI_THROBBER_06 107
+#define IDI_THROBBER_07 108
+#define IDI_THROBBER_08 109
+#define IDI_THROBBER_09 110
+#define IDI_THROBBER_10 111
+#define IDI_THROBBER_11 112
+#define IDI_THROBBER_12 113
+#define IDI_THROBBER_13 114
+#define IDI_THROBBER_14 115
+#define IDI_THROBBER_15 116
+#define IDI_THROBBER_16 117
+#define IDI_THROBBER_17 118
+#define IDI_THROBBER_18 119
+#define IDI_THROBBER_19 120
+#define IDI_THROBBER_20 121
+#define IDI_THROBBER_21 122
+#define IDI_THROBBER_22 123
+#define IDI_THROBBER_23 124
+#define IDI_THROBBER_24 125
+
// Values around 1600 are used by installer/setup/build/
#define IDD_IPC_SETTINGS 3000