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

Side by Side Diff: app/resources/app_resources.grd

Issue 1765006: cros: Use Vista-style window decorations. (Closed)
Patch Set: Created 10 years, 8 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 | « app/app.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/app_resources.h" type="rc_header"> 4 <output filename="grit/app_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="app_resources.rc" type="rc_all" /> 7 <output filename="app_resources.rc" type="rc_all" />
8 <output filename="app_resources.pak" type="data_package" /> 8 <output filename="app_resources.pak" type="data_package" />
9 </outputs> 9 </outputs>
10 <release seq="1"> 10 <release seq="1">
11 <includes> 11 <includes>
12 12
13 <include name="IDR_DEFAULT_FAVICON" file="default_favicon.png" type="BINDA TA" /> 13 <include name="IDR_DEFAULT_FAVICON" file="default_favicon.png" type="BINDA TA" />
14 14
15 <if expr="os == 'win32'"> 15 <if expr="pp_ifdef('toolkit_views')">
16 <!-- Window controls for Windows, in the style of Vista --> 16 <!-- Window controls for Windows and Chrome OS, in the style of Vista -- >
17 <include name="IDR_CLOSE" file="close.png" type="BINDATA" /> 17 <include name="IDR_CLOSE" file="close.png" type="BINDATA" />
18 <include name="IDR_CLOSE_H" file="close_h.png" type="BINDATA" /> 18 <include name="IDR_CLOSE_H" file="close_h.png" type="BINDATA" />
19 <include name="IDR_CLOSE_P" file="close_p.png" type="BINDATA" /> 19 <include name="IDR_CLOSE_P" file="close_p.png" type="BINDATA" />
20 <include name="IDR_CLOSE_SA" file="close_sa.png" type="BINDATA" /> 20 <include name="IDR_CLOSE_SA" file="close_sa.png" type="BINDATA" />
21 <include name="IDR_CLOSE_SA_H" file="close_sa_h.png" type="BINDATA" /> 21 <include name="IDR_CLOSE_SA_H" file="close_sa_h.png" type="BINDATA" />
22 <include name="IDR_CLOSE_SA_P" file="close_sa_p.png" type="BINDATA" /> 22 <include name="IDR_CLOSE_SA_P" file="close_sa_p.png" type="BINDATA" />
23 <include name="IDR_RESTORE" file="restore.png" type="BINDATA" /> 23 <include name="IDR_RESTORE" file="restore.png" type="BINDATA" />
24 <include name="IDR_RESTORE_H" file="restore_h.png" type="BINDATA" /> 24 <include name="IDR_RESTORE_H" file="restore_h.png" type="BINDATA" />
25 <include name="IDR_RESTORE_P" file="restore_p.png" type="BINDATA" /> 25 <include name="IDR_RESTORE_P" file="restore_p.png" type="BINDATA" />
26 <include name="IDR_MAXIMIZE" file="maximize.png" type="BINDATA" /> 26 <include name="IDR_MAXIMIZE" file="maximize.png" type="BINDATA" />
27 <include name="IDR_MAXIMIZE_H" file="maximize_h.png" type="BINDATA" /> 27 <include name="IDR_MAXIMIZE_H" file="maximize_h.png" type="BINDATA" />
28 <include name="IDR_MAXIMIZE_P" file="maximize_p.png" type="BINDATA" /> 28 <include name="IDR_MAXIMIZE_P" file="maximize_p.png" type="BINDATA" />
29 <include name="IDR_MINIMIZE" file="minimize.png" type="BINDATA" /> 29 <include name="IDR_MINIMIZE" file="minimize.png" type="BINDATA" />
30 <include name="IDR_MINIMIZE_H" file="minimize_h.png" type="BINDATA" /> 30 <include name="IDR_MINIMIZE_H" file="minimize_h.png" type="BINDATA" />
31 <include name="IDR_MINIMIZE_P" file="minimize_p.png" type="BINDATA" /> 31 <include name="IDR_MINIMIZE_P" file="minimize_p.png" type="BINDATA" />
32 </if> 32 </if>
33 33
34 <if expr="os == 'linux2' or os == 'freebsd7' or os == 'openbsd4'"> 34 <if expr="not pp_ifdef('toolkit_views') and (os == 'linux2' or os == 'free bsd7' or os == 'openbsd4')">
Evan Martin 2010/04/27 02:50:42 We really should use toolkit_gtk, but we don't eve
35 <!-- Window controls for Linux/BSD, in the style of Metacity --> 35 <!-- Window controls for Linux/BSD, in the style of Metacity -->
36 <include name="IDR_CLOSE" file="linux_close.png" type="BINDATA" /> 36 <include name="IDR_CLOSE" file="linux_close.png" type="BINDATA" />
37 <include name="IDR_CLOSE_H" file="linux_close_h.png" type="BINDATA" /> 37 <include name="IDR_CLOSE_H" file="linux_close_h.png" type="BINDATA" />
38 <include name="IDR_CLOSE_P" file="linux_close_p.png" type="BINDATA" /> 38 <include name="IDR_CLOSE_P" file="linux_close_p.png" type="BINDATA" />
39 <include name="IDR_CLOSE_SA" file="linux_close.png" type="BINDATA" /> 39 <include name="IDR_CLOSE_SA" file="linux_close.png" type="BINDATA" />
40 <include name="IDR_CLOSE_SA_H" file="linux_close_h.png" type="BINDATA" / > 40 <include name="IDR_CLOSE_SA_H" file="linux_close_h.png" type="BINDATA" / >
41 <include name="IDR_CLOSE_SA_P" file="linux_close_p.png" type="BINDATA" / > 41 <include name="IDR_CLOSE_SA_P" file="linux_close_p.png" type="BINDATA" / >
42 <include name="IDR_RESTORE" file="linux_restore.png" type="BINDATA" /> 42 <include name="IDR_RESTORE" file="linux_restore.png" type="BINDATA" />
43 <include name="IDR_RESTORE_H" file="linux_restore_h.png" type="BINDATA" /> 43 <include name="IDR_RESTORE_H" file="linux_restore_h.png" type="BINDATA" />
44 <include name="IDR_RESTORE_P" file="linux_restore_p.png" type="BINDATA" /> 44 <include name="IDR_RESTORE_P" file="linux_restore_p.png" type="BINDATA" />
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 <include name="IDR_INFOBARBUTTON_LEFT_P" file="infobarbutton_l_p.png" type ="BINDATA" /> 146 <include name="IDR_INFOBARBUTTON_LEFT_P" file="infobarbutton_l_p.png" type ="BINDATA" />
147 <include name="IDR_INFOBARBUTTON_CENTER_P" file="infobarbutton_c_p.png" ty pe="BINDATA" /> 147 <include name="IDR_INFOBARBUTTON_CENTER_P" file="infobarbutton_c_p.png" ty pe="BINDATA" />
148 <include name="IDR_INFOBARBUTTON_RIGHT_P" file="infobarbutton_r_p.png" typ e="BINDATA" /> 148 <include name="IDR_INFOBARBUTTON_RIGHT_P" file="infobarbutton_r_p.png" typ e="BINDATA" />
149 <include name="IDR_INFOBARBUTTON_BOTTOM_LEFT_P" file="infobarbutton_bl_p.p ng" type="BINDATA" /> 149 <include name="IDR_INFOBARBUTTON_BOTTOM_LEFT_P" file="infobarbutton_bl_p.p ng" type="BINDATA" />
150 <include name="IDR_INFOBARBUTTON_BOTTOM_P" file="infobarbutton_b_p.png" ty pe="BINDATA" /> 150 <include name="IDR_INFOBARBUTTON_BOTTOM_P" file="infobarbutton_b_p.png" ty pe="BINDATA" />
151 <include name="IDR_INFOBARBUTTON_BOTTOM_RIGHT_P" file="infobarbutton_br_p. png" type="BINDATA" /> 151 <include name="IDR_INFOBARBUTTON_BOTTOM_RIGHT_P" file="infobarbutton_br_p. png" type="BINDATA" />
152 <include name="IDR_INFOBARBUTTON_MENU_DROPARROW" file="infobarbutton_menu_ droparrow.png" type="BINDATA" /> 152 <include name="IDR_INFOBARBUTTON_MENU_DROPARROW" file="infobarbutton_menu_ droparrow.png" type="BINDATA" />
153 </includes> 153 </includes>
154 </release> 154 </release>
155 </grit> 155 </grit>
OLDNEW
« no previous file with comments | « app/app.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698