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

Side by Side Diff: chrome/app/theme/distribution_resources.rc

Issue 24011: chrome_resources take 2 (Closed)
Patch Set: rebase Created 11 years, 10 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
« no previous file with comments | « chrome/app/theme/SConscript ('k') | chrome/app/theme/theme_dll.vcproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Resources used by common/*.
2 //
3 // Paths in this file are relative to the current file.
4
5 #include "theme_resources.h"
6
7 /////////////////////////////////////////////////////////////////////////////
8 //
9 // data resources
10 //
11
12 #if defined(GOOGLE_CHROME_BUILD)
13 IDR_ABOUT_BACKGROUND BINDATA "google_chrome/about_background.png"
14 IDR_ABOUT_BACKGROUND_RTL BINDATA "google_chrome/about_background_rtl. png"
15 IDR_ABOUT_BACKGROUND_COLOR BINDATA "google_chrome/about_background_colo r.png"
16 IDR_DISTRIBUTOR_LOGO BINDATA "google_chrome/distributor_logo.png"
17 IDR_DISTRIBUTOR_LOGO_LIGHT BINDATA "google_chrome/distributor_logo_ligh t.png"
18 IDR_PRODUCT_LOGO BINDATA "google_chrome/product_logo.png"
19 IDR_WIZARD_ICON BINDATA "google_chrome/wizard_icon.png"
20 IDR_WIZARD_ICON_RTL BINDATA "google_chrome/wizard_icon_rtl.png"
21 #else
22 IDR_ABOUT_BACKGROUND BINDATA "chromium/about_background.png"
23 IDR_ABOUT_BACKGROUND_RTL BINDATA "chromium/about_background_rtl.png"
24 IDR_ABOUT_BACKGROUND_COLOR BINDATA "chromium/about_background_color.png "
25 IDR_PRODUCT_LOGO BINDATA "chromium/product_logo.png"
26 IDR_WIZARD_ICON BINDATA "chromium/wizard_icon.png"
27 IDR_WIZARD_ICON_RTL BINDATA "chromium/wizard_icon_rtl.png"
28 #endif
OLDNEW
« no previous file with comments | « chrome/app/theme/SConscript ('k') | chrome/app/theme/theme_dll.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698