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

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

Issue 3052011: Make the resize gripper invisible.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | app/resources/resize_gripper.png » ('j') | 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.pak" type="data_package" /> 7 <output filename="app_resources.pak" type="data_package" />
8 <output filename="app_resources.rc" type="rc_all" /> 8 <output filename="app_resources.rc" type="rc_all" />
9 </outputs> 9 </outputs>
10 <release seq="1"> 10 <release seq="1">
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 <if expr="pp_ifdef('toolkit_views')"> 51 <if expr="pp_ifdef('toolkit_views')">
52 <include name="IDR_MINIMIZE" file="minimize.png" type="BINDATA" /> 52 <include name="IDR_MINIMIZE" file="minimize.png" type="BINDATA" />
53 <include name="IDR_MINIMIZE_H" file="minimize_h.png" type="BINDATA" /> 53 <include name="IDR_MINIMIZE_H" file="minimize_h.png" type="BINDATA" />
54 <include name="IDR_MINIMIZE_P" file="minimize_p.png" type="BINDATA" /> 54 <include name="IDR_MINIMIZE_P" file="minimize_p.png" type="BINDATA" />
55 </if> 55 </if>
56 <if expr="not pp_ifdef('toolkit_views') and (os == 'linux2' or os.find('bs d') != -1)"> 56 <if expr="not pp_ifdef('toolkit_views') and (os == 'linux2' or os.find('bs d') != -1)">
57 <include name="IDR_MINIMIZE" file="linux_minimize.png" type="BINDATA" /> 57 <include name="IDR_MINIMIZE" file="linux_minimize.png" type="BINDATA" />
58 <include name="IDR_MINIMIZE_H" file="linux_minimize_h.png" type="BINDATA " /> 58 <include name="IDR_MINIMIZE_H" file="linux_minimize_h.png" type="BINDATA " />
59 <include name="IDR_MINIMIZE_P" file="linux_minimize_p.png" type="BINDATA " /> 59 <include name="IDR_MINIMIZE_P" file="linux_minimize_p.png" type="BINDATA " />
60 </if> 60 </if>
61 <include name="IDR_RESIZE_GRIPPER" file="resize_gripper.png" type="BINDATA " />
62 <if expr="pp_ifdef('toolkit_views')"> 61 <if expr="pp_ifdef('toolkit_views')">
63 <include name="IDR_RESTORE" file="restore.png" type="BINDATA" /> 62 <include name="IDR_RESTORE" file="restore.png" type="BINDATA" />
64 <include name="IDR_RESTORE_H" file="restore_h.png" type="BINDATA" /> 63 <include name="IDR_RESTORE_H" file="restore_h.png" type="BINDATA" />
65 <include name="IDR_RESTORE_P" file="restore_p.png" type="BINDATA" /> 64 <include name="IDR_RESTORE_P" file="restore_p.png" type="BINDATA" />
66 </if> 65 </if>
67 <if expr="not pp_ifdef('toolkit_views') and (os == 'linux2' or os.find('bs d') != -1)"> 66 <if expr="not pp_ifdef('toolkit_views') and (os == 'linux2' or os.find('bs d') != -1)">
68 <include name="IDR_RESTORE" file="linux_restore.png" type="BINDATA" /> 67 <include name="IDR_RESTORE" file="linux_restore.png" type="BINDATA" />
69 <include name="IDR_RESTORE_H" file="linux_restore_h.png" type="BINDATA" /> 68 <include name="IDR_RESTORE_H" file="linux_restore_h.png" type="BINDATA" />
70 <include name="IDR_RESTORE_P" file="linux_restore_p.png" type="BINDATA" /> 69 <include name="IDR_RESTORE_P" file="linux_restore_p.png" type="BINDATA" />
71 </if> 70 </if>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 <include name="IDR_APP_TOP_RIGHT" file="app_top_right.png" type="BINDATA " /> 102 <include name="IDR_APP_TOP_RIGHT" file="app_top_right.png" type="BINDATA " />
104 <include name="IDR_CLOSE_SA" file="close_sa.png" type="BINDATA" /> 103 <include name="IDR_CLOSE_SA" file="close_sa.png" type="BINDATA" />
105 <include name="IDR_CLOSE_SA_H" file="close_sa_h.png" type="BINDATA" /> 104 <include name="IDR_CLOSE_SA_H" file="close_sa_h.png" type="BINDATA" />
106 <include name="IDR_CLOSE_SA_P" file="close_sa_p.png" type="BINDATA" /> 105 <include name="IDR_CLOSE_SA_P" file="close_sa_p.png" type="BINDATA" />
107 <include name="IDR_MENU_ARROW" file="menu_arrow.png" type="BINDATA" /> 106 <include name="IDR_MENU_ARROW" file="menu_arrow.png" type="BINDATA" />
108 <include name="IDR_MENU_CHECK" file="menu_check.png" type="BINDATA" /> 107 <include name="IDR_MENU_CHECK" file="menu_check.png" type="BINDATA" />
109 </if> 108 </if>
110 </includes> 109 </includes>
111 </release> 110 </release>
112 </grit> 111 </grit>
OLDNEW
« no previous file with comments | « no previous file | app/resources/resize_gripper.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698