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

Side by Side Diff: chrome/app/theme/theme_resources.grd

Issue 2897015: Clean up browser_resources.grd:... (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 | « chrome/app/theme/star_small.png ('k') | chrome/browser/browser_resources.grd » ('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/theme_resources.h" type="rc_header"> 4 <output filename="grit/theme_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="grit/theme_resources_map.cc" type="resource_map_source" /> 7 <output filename="grit/theme_resources_map.cc" type="resource_map_source" />
8 <output filename="grit/theme_resources_map.h" type="resource_map_header" /> 8 <output filename="grit/theme_resources_map.h" type="resource_map_header" />
9 <output filename="theme_resources.pak" type="data_package" /> 9 <output filename="theme_resources.pak" type="data_package" />
10 <output filename="theme_resources.rc" type="rc_all" /> 10 <output filename="theme_resources.rc" type="rc_all" />
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 <include name="IDR_BLOCKED_PLUGINS" file="blocked_plugins.png" type="BINDA TA" /> 42 <include name="IDR_BLOCKED_PLUGINS" file="blocked_plugins.png" type="BINDA TA" />
43 <include name="IDR_BLOCKED_POPUPS" file="blocked_popups.png" type="BINDATA " /> 43 <include name="IDR_BLOCKED_POPUPS" file="blocked_popups.png" type="BINDATA " />
44 <include name="IDR_BOOKMARKS_FAVICON" file="bookmarks_favicon.png" type="B INDATA" /> 44 <include name="IDR_BOOKMARKS_FAVICON" file="bookmarks_favicon.png" type="B INDATA" />
45 <include name="IDR_BOOKMARK_BAR_CHEVRONS" file="chevron.png" type="BINDATA " /> 45 <include name="IDR_BOOKMARK_BAR_CHEVRONS" file="chevron.png" type="BINDATA " />
46 <if expr="os != 'darwin'"> 46 <if expr="os != 'darwin'">
47 <include name="IDR_BOOKMARK_BAR_FOLDER" file="bookmark_bar_folder.png" t ype="BINDATA" /> 47 <include name="IDR_BOOKMARK_BAR_FOLDER" file="bookmark_bar_folder.png" t ype="BINDATA" />
48 </if> 48 </if>
49 <if expr="os == 'darwin'"> 49 <if expr="os == 'darwin'">
50 <include name="IDR_BOOKMARK_BAR_FOLDER" file="bookmark_bar_folder_mac.pn g" type="BINDATA" /> 50 <include name="IDR_BOOKMARK_BAR_FOLDER" file="bookmark_bar_folder_mac.pn g" type="BINDATA" />
51 </if> 51 </if>
52 <include name="IDR_BOOKMARK_BAR_RECENTLY_BOOKMARKED_ICON" file="star_small .png" type="BINDATA" />
53 <include name="IDR_BOOKMARK_MANAGER_RECENT_ICON" file="bookmark_manager_re cent.png" type="BINDATA" /> 52 <include name="IDR_BOOKMARK_MANAGER_RECENT_ICON" file="bookmark_manager_re cent.png" type="BINDATA" />
54 <include name="IDR_BOOKMARK_MANAGER_SEARCH_ICON" file="bookmark_manager_se arch.png" type="BINDATA" /> 53 <include name="IDR_BOOKMARK_MANAGER_SEARCH_ICON" file="bookmark_manager_se arch.png" type="BINDATA" />
55 <include name="IDR_BUBBLE_B" file="bubble_b.png" type="BINDATA" /> 54 <include name="IDR_BUBBLE_B" file="bubble_b.png" type="BINDATA" />
56 <include name="IDR_BUBBLE_BL" file="bubble_bl.png" type="BINDATA" /> 55 <include name="IDR_BUBBLE_BL" file="bubble_bl.png" type="BINDATA" />
57 <include name="IDR_BUBBLE_BR" file="bubble_br.png" type="BINDATA" /> 56 <include name="IDR_BUBBLE_BR" file="bubble_br.png" type="BINDATA" />
58 <include name="IDR_BUBBLE_B_ARROW" file="bubble_b_arrow.png" type="BINDATA " /> 57 <include name="IDR_BUBBLE_B_ARROW" file="bubble_b_arrow.png" type="BINDATA " />
59 <include name="IDR_BUBBLE_L" file="bubble_l.png" type="BINDATA" /> 58 <include name="IDR_BUBBLE_L" file="bubble_l.png" type="BINDATA" />
60 <include name="IDR_BUBBLE_L_ARROW" file="bubble_l_arrow.png" type="BINDATA " /> 59 <include name="IDR_BUBBLE_L_ARROW" file="bubble_l_arrow.png" type="BINDATA " />
61 <include name="IDR_BUBBLE_R" file="bubble_r.png" type="BINDATA" /> 60 <include name="IDR_BUBBLE_R" file="bubble_r.png" type="BINDATA" />
62 <include name="IDR_BUBBLE_R_ARROW" file="bubble_r_arrow.png" type="BINDATA " /> 61 <include name="IDR_BUBBLE_R_ARROW" file="bubble_r_arrow.png" type="BINDATA " />
63 <include name="IDR_BUBBLE_T" file="bubble_t.png" type="BINDATA" /> 62 <include name="IDR_BUBBLE_T" file="bubble_t.png" type="BINDATA" />
64 <include name="IDR_BUBBLE_TL" file="bubble_tl.png" type="BINDATA" /> 63 <include name="IDR_BUBBLE_TL" file="bubble_tl.png" type="BINDATA" />
65 <include name="IDR_BUBBLE_TR" file="bubble_tr.png" type="BINDATA" /> 64 <include name="IDR_BUBBLE_TR" file="bubble_tr.png" type="BINDATA" />
66 <include name="IDR_BUBBLE_T_ARROW" file="bubble_t_arrow.png" type="BINDATA " /> 65 <include name="IDR_BUBBLE_T_ARROW" file="bubble_t_arrow.png" type="BINDATA " />
67 <include name="IDR_BUTTON_MASK" file="button_mask.png" type="BINDATA" /> 66 <include name="IDR_BUTTON_MASK" file="button_mask.png" type="BINDATA" />
68 <include name="IDR_CLOSED_WINDOW" file="closed_window.png" type="BINDATA" />
69 <include name="IDR_CLOSE_BAR" file="close_bar.png" type="BINDATA" /> 67 <include name="IDR_CLOSE_BAR" file="close_bar.png" type="BINDATA" />
70 <include name="IDR_CLOSE_BAR_H" file="close_bar_h.png" type="BINDATA" /> 68 <include name="IDR_CLOSE_BAR_H" file="close_bar_h.png" type="BINDATA" />
71 <include name="IDR_CLOSE_BAR_MASK" file="close_bar_mask.png" type="BINDATA " /> 69 <include name="IDR_CLOSE_BAR_MASK" file="close_bar_mask.png" type="BINDATA " />
72 <include name="IDR_CLOSE_BAR_P" file="close_bar_p.png" type="BINDATA" /> 70 <include name="IDR_CLOSE_BAR_P" file="close_bar_p.png" type="BINDATA" />
73 <include name="IDR_CLOSE_BUTTON_MASK" file="close_button_mask.png" type="B INDATA" /> 71 <include name="IDR_CLOSE_BUTTON_MASK" file="close_button_mask.png" type="B INDATA" />
74 <include name="IDR_CONSTRAINED_BOTTOM_CENTER_V" file="constrained_bottom_c enter_v.png" type="BINDATA" /> 72 <include name="IDR_CONSTRAINED_BOTTOM_CENTER_V" file="constrained_bottom_c enter_v.png" type="BINDATA" />
75 <include name="IDR_CONSTRAINED_BOTTOM_LEFT_CORNER_V" file="constrained_bot tom_left_corner_v.png" type="BINDATA" /> 73 <include name="IDR_CONSTRAINED_BOTTOM_LEFT_CORNER_V" file="constrained_bot tom_left_corner_v.png" type="BINDATA" />
76 <include name="IDR_CONSTRAINED_BOTTOM_RIGHT_CORNER_V" file="constrained_bo ttom_right_corner_v.png" type="BINDATA" /> 74 <include name="IDR_CONSTRAINED_BOTTOM_RIGHT_CORNER_V" file="constrained_bo ttom_right_corner_v.png" type="BINDATA" />
77 <include name="IDR_CONSTRAINED_LEFT_SIDE_V" file="constrained_left_side_v. png" type="BINDATA" /> 75 <include name="IDR_CONSTRAINED_LEFT_SIDE_V" file="constrained_left_side_v. png" type="BINDATA" />
78 <include name="IDR_CONSTRAINED_RIGHT_SIDE_V" file="constrained_right_side_ v.png" type="BINDATA" /> 76 <include name="IDR_CONSTRAINED_RIGHT_SIDE_V" file="constrained_right_side_ v.png" type="BINDATA" />
79 <include name="IDR_CONSTRAINED_TOP_CENTER_V" file="constrained_top_center_ v.png" type="BINDATA" /> 77 <include name="IDR_CONSTRAINED_TOP_CENTER_V" file="constrained_top_center_ v.png" type="BINDATA" />
80 <include name="IDR_CONSTRAINED_TOP_LEFT_CORNER_V" file="constrained_top_le ft_corner_v.png" type="BINDATA" /> 78 <include name="IDR_CONSTRAINED_TOP_LEFT_CORNER_V" file="constrained_top_le ft_corner_v.png" type="BINDATA" />
81 <include name="IDR_CONSTRAINED_TOP_RIGHT_CORNER_V" file="constrained_top_r ight_corner_v.png" type="BINDATA" /> 79 <include name="IDR_CONSTRAINED_TOP_RIGHT_CORNER_V" file="constrained_top_r ight_corner_v.png" type="BINDATA" />
82 <include name="IDR_CONTENT_STAR_D" file="content_star_d.png" type="BINDATA " /> 80 <include name="IDR_CONTENT_STAR_D" file="content_star_d.png" type="BINDATA " />
83 <include name="IDR_CONTENT_STAR_OFF" file="content_star_off.png" type="BIN DATA" /> 81 <include name="IDR_CONTENT_STAR_OFF" file="content_star_off.png" type="BIN DATA" />
84 <include name="IDR_CONTENT_STAR_ON" file="content_star_on.png" type="BINDA TA" /> 82 <include name="IDR_CONTENT_STAR_ON" file="content_star_on.png" type="BINDA TA" />
85 <include name="IDR_CONTENT_TOP_CENTER" file="content_top_center.png" type= "BINDATA" /> 83 <include name="IDR_CONTENT_TOP_CENTER" file="content_top_center.png" type= "BINDATA" />
86 <include name="IDR_CONTENT_TOP_LEFT_CORNER" file="content_top_left_corner. png" type="BINDATA" /> 84 <include name="IDR_CONTENT_TOP_LEFT_CORNER" file="content_top_left_corner. png" type="BINDATA" />
87 <include name="IDR_CONTENT_TOP_LEFT_CORNER_MASK" file="content_top_left_co rner_mask.png" type="BINDATA" /> 85 <include name="IDR_CONTENT_TOP_LEFT_CORNER_MASK" file="content_top_left_co rner_mask.png" type="BINDATA" />
88 <include name="IDR_CONTENT_TOP_RIGHT_CORNER" file="content_top_right_corne r.png" type="BINDATA" /> 86 <include name="IDR_CONTENT_TOP_RIGHT_CORNER" file="content_top_right_corne r.png" type="BINDATA" />
89 <include name="IDR_CONTENT_TOP_RIGHT_CORNER_MASK" file="content_top_right_ corner_mask.png" type="BINDATA" /> 87 <include name="IDR_CONTENT_TOP_RIGHT_CORNER_MASK" file="content_top_right_ corner_mask.png" type="BINDATA" />
90 <include name="IDR_COOKIE_ICON" file="cookie.png" type="BINDATA" /> 88 <include name="IDR_COOKIE_ICON" file="cookie.png" type="BINDATA" />
91 <include name="IDR_COOKIE_STORAGE_ICON" file="cookie_storage.png" type="BI NDATA" /> 89 <include name="IDR_COOKIE_STORAGE_ICON" file="cookie_storage.png" type="BI NDATA" />
92 <include name="IDR_DEFAULT_THUMBNAIL" file="default_thumbnail.png" type="B INDATA" /> 90 <include name="IDR_DEFAULT_THUMBNAIL" file="default_thumbnail.png" type="B INDATA" />
93 <include name="IDR_DOCK_HIGH" file="dock_tab_high.png" type="BINDATA" /> 91 <include name="IDR_DOCK_HIGH" file="dock_tab_high.png" type="BINDATA" />
94 <include name="IDR_DOCK_MAX" file="dock_tab_max.png" type="BINDATA" /> 92 <include name="IDR_DOCK_MAX" file="dock_tab_max.png" type="BINDATA" />
95 <include name="IDR_DOCK_WIDE" file="dock_tab_wide.png" type="BINDATA" /> 93 <include name="IDR_DOCK_WIDE" file="dock_tab_wide.png" type="BINDATA" />
96 <include name="IDR_DOWNLOADS_FAVICON" file="downloads_favicon.png" type="B INDATA" /> 94 <include name="IDR_DOWNLOADS_FAVICON" file="downloads_favicon.png" type="B INDATA" />
97 <include name="IDR_DOWNLOADS_SECTION" file="downloads_section.png" type="B INDATA" />
98 <include name="IDR_DOWNLOAD_ANIMATION_BEGIN" file="download_animation_begi n.png" type="BINDATA" /> 95 <include name="IDR_DOWNLOAD_ANIMATION_BEGIN" file="download_animation_begi n.png" type="BINDATA" />
99 <include name="IDR_DOWNLOAD_BUTTON_CENTER_BOTTOM" file="download_button_ce nter_bottom.png" type="BINDATA" /> 96 <include name="IDR_DOWNLOAD_BUTTON_CENTER_BOTTOM" file="download_button_ce nter_bottom.png" type="BINDATA" />
100 <include name="IDR_DOWNLOAD_BUTTON_CENTER_BOTTOM_H" file="download_button_ center_bottom_h.png" type="BINDATA" /> 97 <include name="IDR_DOWNLOAD_BUTTON_CENTER_BOTTOM_H" file="download_button_ center_bottom_h.png" type="BINDATA" />
101 <include name="IDR_DOWNLOAD_BUTTON_CENTER_BOTTOM_P" file="download_button_ center_bottom_p.png" type="BINDATA" /> 98 <include name="IDR_DOWNLOAD_BUTTON_CENTER_BOTTOM_P" file="download_button_ center_bottom_p.png" type="BINDATA" />
102 <include name="IDR_DOWNLOAD_BUTTON_CENTER_MIDDLE" file="download_button_ce nter_middle.png" type="BINDATA" /> 99 <include name="IDR_DOWNLOAD_BUTTON_CENTER_MIDDLE" file="download_button_ce nter_middle.png" type="BINDATA" />
103 <include name="IDR_DOWNLOAD_BUTTON_CENTER_MIDDLE_H" file="download_button_ center_middle_h.png" type="BINDATA" /> 100 <include name="IDR_DOWNLOAD_BUTTON_CENTER_MIDDLE_H" file="download_button_ center_middle_h.png" type="BINDATA" />
104 <include name="IDR_DOWNLOAD_BUTTON_CENTER_MIDDLE_P" file="download_button_ center_middle_p.png" type="BINDATA" /> 101 <include name="IDR_DOWNLOAD_BUTTON_CENTER_MIDDLE_P" file="download_button_ center_middle_p.png" type="BINDATA" />
105 <include name="IDR_DOWNLOAD_BUTTON_CENTER_TOP" file="download_button_cente r_top.png" type="BINDATA" /> 102 <include name="IDR_DOWNLOAD_BUTTON_CENTER_TOP" file="download_button_cente r_top.png" type="BINDATA" />
106 <include name="IDR_DOWNLOAD_BUTTON_CENTER_TOP_H" file="download_button_cen ter_top_h.png" type="BINDATA" /> 103 <include name="IDR_DOWNLOAD_BUTTON_CENTER_TOP_H" file="download_button_cen ter_top_h.png" type="BINDATA" />
107 <include name="IDR_DOWNLOAD_BUTTON_CENTER_TOP_P" file="download_button_cen ter_top_p.png" type="BINDATA" /> 104 <include name="IDR_DOWNLOAD_BUTTON_CENTER_TOP_P" file="download_button_cen ter_top_p.png" type="BINDATA" />
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 <include name="IDR_FORWARD_D" file="forward_d.png" type="BINDATA" /> 167 <include name="IDR_FORWARD_D" file="forward_d.png" type="BINDATA" />
171 <include name="IDR_FORWARD_H" file="forward_h.png" type="BINDATA" /> 168 <include name="IDR_FORWARD_H" file="forward_h.png" type="BINDATA" />
172 <include name="IDR_FORWARD_MASK" file="forward_mask.png" type="BINDATA" /> 169 <include name="IDR_FORWARD_MASK" file="forward_mask.png" type="BINDATA" />
173 <include name="IDR_FORWARD_P" file="forward_p.png" type="BINDATA" /> 170 <include name="IDR_FORWARD_P" file="forward_p.png" type="BINDATA" />
174 <include name="IDR_FROZEN_TAB_ICON" file="frozen_tab.png" type="BINDATA" / > 171 <include name="IDR_FROZEN_TAB_ICON" file="frozen_tab.png" type="BINDATA" / >
175 <include name="IDR_FULLSCREEN_MENU_BUTTON" file="fullscreen_menu_button.pn g" type="BINDATA" /> 172 <include name="IDR_FULLSCREEN_MENU_BUTTON" file="fullscreen_menu_button.pn g" type="BINDATA" />
176 <include name="IDR_GEOLOCATION_ALLOWED_LOCATIONBAR_ICON" file="geolocation _allowed_locationbar_icon.png" type="BINDATA" /> 173 <include name="IDR_GEOLOCATION_ALLOWED_LOCATIONBAR_ICON" file="geolocation _allowed_locationbar_icon.png" type="BINDATA" />
177 <include name="IDR_GEOLOCATION_DENIED_LOCATIONBAR_ICON" file="geolocation_ denied_locationbar_icon.png" type="BINDATA" /> 174 <include name="IDR_GEOLOCATION_DENIED_LOCATIONBAR_ICON" file="geolocation_ denied_locationbar_icon.png" type="BINDATA" />
178 <include name="IDR_GEOLOCATION_INFOBAR_ICON" file="geolocation_infobar_ico n.png" type="BINDATA" /> 175 <include name="IDR_GEOLOCATION_INFOBAR_ICON" file="geolocation_infobar_ico n.png" type="BINDATA" />
179 <include name="IDR_HISTORY_FAVICON" file="history_favicon.png" type="BINDA TA" /> 176 <include name="IDR_HISTORY_FAVICON" file="history_favicon.png" type="BINDA TA" />
180 <include name="IDR_HISTORY_SECTION" file="history_section.png" type="BINDA TA" />
181 <include name="IDR_HOME" file="home.png" type="BINDATA" /> 177 <include name="IDR_HOME" file="home.png" type="BINDATA" />
182 <include name="IDR_HOME_H" file="home_h.png" type="BINDATA" /> 178 <include name="IDR_HOME_H" file="home_h.png" type="BINDATA" />
183 <include name="IDR_HOME_P" file="home_p.png" type="BINDATA" /> 179 <include name="IDR_HOME_P" file="home_p.png" type="BINDATA" />
184 <include name="IDR_INFOBAR_ALT_NAV_URL" file="infobar_didyoumean.png" type ="BINDATA" /> 180 <include name="IDR_INFOBAR_ALT_NAV_URL" file="infobar_didyoumean.png" type ="BINDATA" />
185 <include name="IDR_INFOBAR_AUTOFILL" file="infobar_autofill.png" type="BIN DATA" /> 181 <include name="IDR_INFOBAR_AUTOFILL" file="infobar_autofill.png" type="BIN DATA" />
186 <include name="IDR_INFOBAR_MULTIPLE_DOWNLOADS" file="infobar_multiple_down loads.png" type="BINDATA" /> 182 <include name="IDR_INFOBAR_MULTIPLE_DOWNLOADS" file="infobar_multiple_down loads.png" type="BINDATA" />
187 <include name="IDR_INFOBAR_PLUGIN_CRASHED" file="infobar_plugin_crashed.pn g" type="BINDATA" /> 183 <include name="IDR_INFOBAR_PLUGIN_CRASHED" file="infobar_plugin_crashed.pn g" type="BINDATA" />
188 <include name="IDR_INFOBAR_PLUGIN_INSTALL" file="infobar_plugin.png" type= "BINDATA" /> 184 <include name="IDR_INFOBAR_PLUGIN_INSTALL" file="infobar_plugin.png" type= "BINDATA" />
189 <include name="IDR_INFOBAR_QUESTION_MARK" file="infobar_questionmark.png" type="BINDATA" /> 185 <include name="IDR_INFOBAR_QUESTION_MARK" file="infobar_questionmark.png" type="BINDATA" />
190 <include name="IDR_INFOBAR_RESTORE_SESSION" file="infobar_restore.png" typ e="BINDATA" /> 186 <include name="IDR_INFOBAR_RESTORE_SESSION" file="infobar_restore.png" typ e="BINDATA" />
(...skipping 26 matching lines...) Expand all
217 <include name="IDR_MENU_CHROME" file="menu_chrome.png" type="BINDATA" /> 213 <include name="IDR_MENU_CHROME" file="menu_chrome.png" type="BINDATA" />
218 <include name="IDR_MENU_CHROME_RTL" file="menu_chrome_rtl.png" type="BINDA TA" /> 214 <include name="IDR_MENU_CHROME_RTL" file="menu_chrome_rtl.png" type="BINDA TA" />
219 <include name="IDR_MENU_MARKER" file="menu_marker.png" type="BINDATA" /> 215 <include name="IDR_MENU_MARKER" file="menu_marker.png" type="BINDATA" />
220 <include name="IDR_MENU_PAGE" file="menu_page.png" type="BINDATA" /> 216 <include name="IDR_MENU_PAGE" file="menu_page.png" type="BINDATA" />
221 <include name="IDR_MENU_PAGE_RTL" file="menu_page_rtl.png" type="BINDATA" /> 217 <include name="IDR_MENU_PAGE_RTL" file="menu_page_rtl.png" type="BINDATA" />
222 <include name="IDR_MINIMIZE_BUTTON_MASK" file="minimize_button_mask.png" t ype="BINDATA" /> 218 <include name="IDR_MINIMIZE_BUTTON_MASK" file="minimize_button_mask.png" t ype="BINDATA" />
223 <include name="IDR_NEWTAB_BUTTON" file="newtab.png" type="BINDATA" /> 219 <include name="IDR_NEWTAB_BUTTON" file="newtab.png" type="BINDATA" />
224 <include name="IDR_NEWTAB_BUTTON_H" file="newtab_h.png" type="BINDATA" /> 220 <include name="IDR_NEWTAB_BUTTON_H" file="newtab_h.png" type="BINDATA" />
225 <include name="IDR_NEWTAB_BUTTON_MASK" file="newtab_button_mask.png" type= "BINDATA" /> 221 <include name="IDR_NEWTAB_BUTTON_MASK" file="newtab_button_mask.png" type= "BINDATA" />
226 <include name="IDR_NEWTAB_BUTTON_P" file="newtab_p.png" type="BINDATA" /> 222 <include name="IDR_NEWTAB_BUTTON_P" file="newtab_p.png" type="BINDATA" />
227 <include name="IDR_NEWTAB_CHECKBOX_BLACK" file="checkbox_black.png" type=" BINDATA" />
228 <include name="IDR_NEWTAB_CHECKBOX_WHITE" file="checkbox_white.png" type=" BINDATA" />
229 <include name="IDR_NEWTAB_CHROME_WELCOME_PAGE_FAVICON" file="ntp_welcome_f avicon.png" type="BINDATA" /> 223 <include name="IDR_NEWTAB_CHROME_WELCOME_PAGE_FAVICON" file="ntp_welcome_f avicon.png" type="BINDATA" />
230 <include name="IDR_NEWTAB_CHROME_WELCOME_PAGE_THUMBNAIL" file="ntp_welcome _thumb.png" type="BINDATA" /> 224 <include name="IDR_NEWTAB_CHROME_WELCOME_PAGE_THUMBNAIL" file="ntp_welcome _thumb.png" type="BINDATA" />
231 <include name="IDR_NEWTAB_CLOSE" file="ntp_close.png" type="BINDATA" />
232 <include name="IDR_NEWTAB_CLOSED_WINDOW" file="closed_window.png" type="BI NDATA" /> 225 <include name="IDR_NEWTAB_CLOSED_WINDOW" file="closed_window.png" type="BI NDATA" />
233 <include name="IDR_NEWTAB_CLOSE_H" file="ntp_close_h.png" type="BINDATA" / >
234 <include name="IDR_NEWTAB_CLOSE_P" file="ntp_close_p.png" type="BINDATA" / >
235 <include name="IDR_NEWTAB_EXTENSIONS_PROMO" file="ntp_extensions_promo.png " type="BINDATA" /> 226 <include name="IDR_NEWTAB_EXTENSIONS_PROMO" file="ntp_extensions_promo.png " type="BINDATA" />
236 <include name="IDR_NEWTAB_LIST_OFF" file="ntp_list_off.png" type="BINDATA" /> 227 <include name="IDR_NEWTAB_LIST_OFF" file="ntp_list_off.png" type="BINDATA" />
237 <include name="IDR_NEWTAB_LIST_OFF_H" file="ntp_list_off_h.png" type="BIND ATA" /> 228 <include name="IDR_NEWTAB_LIST_OFF_H" file="ntp_list_off_h.png" type="BIND ATA" />
238 <include name="IDR_NEWTAB_LIST_OFF_P" file="ntp_list_off_p.png" type="BIND ATA" /> 229 <include name="IDR_NEWTAB_LIST_OFF_P" file="ntp_list_off_p.png" type="BIND ATA" />
239 <include name="IDR_NEWTAB_LIST_ON" file="ntp_list_on.png" type="BINDATA" / > 230 <include name="IDR_NEWTAB_LIST_ON" file="ntp_list_on.png" type="BINDATA" / >
240 <include name="IDR_NEWTAB_LIST_ON_H" file="ntp_list_on_h.png" type="BINDAT A" /> 231 <include name="IDR_NEWTAB_LIST_ON_H" file="ntp_list_on_h.png" type="BINDAT A" />
241 <include name="IDR_NEWTAB_LIST_ON_P" file="ntp_list_on_p.png" type="BINDAT A" /> 232 <include name="IDR_NEWTAB_LIST_ON_P" file="ntp_list_on_p.png" type="BINDAT A" />
242 <include name="IDR_NEWTAB_MENU_MASK" file="ntp_menu_mask.png" type="BINDAT A" /> 233 <include name="IDR_NEWTAB_MENU_MASK" file="ntp_menu_mask.png" type="BINDAT A" />
243 <include name="IDR_NEWTAB_OPTION" file="ntp_option.png" type="BINDATA" /> 234 <include name="IDR_NEWTAB_OPTION" file="ntp_option.png" type="BINDATA" />
244 <include name="IDR_NEWTAB_OPTION_H" file="ntp_option_h.png" type="BINDATA" /> 235 <include name="IDR_NEWTAB_OPTION_H" file="ntp_option_h.png" type="BINDATA" />
245 <include name="IDR_NEWTAB_OPTION_P" file="ntp_option_p.png" type="BINDATA" /> 236 <include name="IDR_NEWTAB_OPTION_P" file="ntp_option_p.png" type="BINDATA" />
246 <include name="IDR_NEWTAB_PIN_OFF" file="ntp_pin_off.png" type="BINDATA" / >
247 <include name="IDR_NEWTAB_PIN_OFF_H" file="ntp_pin_off_h.png" type="BINDAT A" />
248 <include name="IDR_NEWTAB_PIN_OFF_P" file="ntp_pin_off_p.png" type="BINDAT A" />
249 <include name="IDR_NEWTAB_PIN_ON" file="ntp_pin_on.png" type="BINDATA" />
250 <include name="IDR_NEWTAB_PIN_ON_H" file="ntp_pin_on_h.png" type="BINDATA" />
251 <include name="IDR_NEWTAB_PIN_ON_P" file="ntp_pin_on_p.png" type="BINDATA" />
252 <include name="IDR_NEWTAB_REMOVE_ICON" file="ntp_x_icon_small.png" type="B INDATA" /> 237 <include name="IDR_NEWTAB_REMOVE_ICON" file="ntp_x_icon_small.png" type="B INDATA" />
253 <include name="IDR_NEWTAB_REMOVE_THUMBNAIL" file="ntp_x_icon.png" type="BI NDATA" /> 238 <include name="IDR_NEWTAB_REMOVE_THUMBNAIL" file="ntp_x_icon.png" type="BI NDATA" />
254 <include name="IDR_NEWTAB_REMOVE_THUMBNAIL_ACTIVE" file="ntp_x_icon_active .png" type="BINDATA" /> 239 <include name="IDR_NEWTAB_REMOVE_THUMBNAIL_ACTIVE" file="ntp_x_icon_active .png" type="BINDATA" />
255 <include name="IDR_NEWTAB_REMOVE_THUMBNAIL_HOVER" file="ntp_x_icon_hover.p ng" type="BINDATA" /> 240 <include name="IDR_NEWTAB_REMOVE_THUMBNAIL_HOVER" file="ntp_x_icon_hover.p ng" type="BINDATA" />
256 <include name="IDR_NEWTAB_THEMES_GALLERY_FAVICON" file="ntp_themes_gallery _favicon.png" type="BINDATA" /> 241 <include name="IDR_NEWTAB_THEMES_GALLERY_FAVICON" file="ntp_themes_gallery _favicon.png" type="BINDATA" />
257 <include name="IDR_NEWTAB_THEMES_GALLERY_THUMBNAIL" file="ntp_themes_galle ry_thumb.png" type="BINDATA" /> 242 <include name="IDR_NEWTAB_THEMES_GALLERY_THUMBNAIL" file="ntp_themes_galle ry_thumb.png" type="BINDATA" />
258 <include name="IDR_NEWTAB_THUMB_OFF" file="ntp_thumb_off.png" type="BINDAT A" /> 243 <include name="IDR_NEWTAB_THUMB_OFF" file="ntp_thumb_off.png" type="BINDAT A" />
259 <include name="IDR_NEWTAB_THUMB_OFF_H" file="ntp_thumb_off_h.png" type="BI NDATA" /> 244 <include name="IDR_NEWTAB_THUMB_OFF_H" file="ntp_thumb_off_h.png" type="BI NDATA" />
260 <include name="IDR_NEWTAB_THUMB_OFF_P" file="ntp_thumb_off_p.png" type="BI NDATA" /> 245 <include name="IDR_NEWTAB_THUMB_OFF_P" file="ntp_thumb_off_p.png" type="BI NDATA" />
261 <include name="IDR_NEWTAB_THUMB_ON" file="ntp_thumb_on.png" type="BINDATA" /> 246 <include name="IDR_NEWTAB_THUMB_ON" file="ntp_thumb_on.png" type="BINDATA" />
(...skipping 27 matching lines...) Expand all
289 <include name="IDR_OMNIBOX_MORE_DARK" file="omnibox_more_dark.png" type="B INDATA" /> 274 <include name="IDR_OMNIBOX_MORE_DARK" file="omnibox_more_dark.png" type="B INDATA" />
290 <include name="IDR_OMNIBOX_MORE_SELECTED" file="omnibox_more_selected.png" type="BINDATA" /> 275 <include name="IDR_OMNIBOX_MORE_SELECTED" file="omnibox_more_selected.png" type="BINDATA" />
291 <include name="IDR_OMNIBOX_SEARCH" file="omnibox_search.png" type="BINDATA " /> 276 <include name="IDR_OMNIBOX_SEARCH" file="omnibox_search.png" type="BINDATA " />
292 <include name="IDR_OMNIBOX_SEARCH_DARK" file="omnibox_search_dark.png" typ e="BINDATA" /> 277 <include name="IDR_OMNIBOX_SEARCH_DARK" file="omnibox_search_dark.png" typ e="BINDATA" />
293 <include name="IDR_OMNIBOX_SEARCH_SELECTED" file="omnibox_search_selected. png" type="BINDATA" /> 278 <include name="IDR_OMNIBOX_SEARCH_SELECTED" file="omnibox_search_selected. png" type="BINDATA" />
294 <include name="IDR_OMNIBOX_STAR" file="omnibox_star.png" type="BINDATA" /> 279 <include name="IDR_OMNIBOX_STAR" file="omnibox_star.png" type="BINDATA" />
295 <include name="IDR_OMNIBOX_STAR_DARK" file="omnibox_star_dark.png" type="B INDATA" /> 280 <include name="IDR_OMNIBOX_STAR_DARK" file="omnibox_star_dark.png" type="B INDATA" />
296 <include name="IDR_OMNIBOX_STAR_LIT" file="omnibox_star_lit.png" type="BIN DATA" /> 281 <include name="IDR_OMNIBOX_STAR_LIT" file="omnibox_star_lit.png" type="BIN DATA" />
297 <include name="IDR_OMNIBOX_STAR_SELECTED" file="omnibox_star_selected.png" type="BINDATA" /> 282 <include name="IDR_OMNIBOX_STAR_SELECTED" file="omnibox_star_selected.png" type="BINDATA" />
298 <include name="IDR_OTR_ICON" file="otr_icon.png" type="BINDATA" /> 283 <include name="IDR_OTR_ICON" file="otr_icon.png" type="BINDATA" />
299 <include name="IDR_OTR_ICON_STANDALONE" file="otr_icon_standalone.png" typ e="BINDATA" />
300 <include name="IDR_PAGEINFO_BAD" file="pageinfo_bad.png" type="BINDATA" /> 284 <include name="IDR_PAGEINFO_BAD" file="pageinfo_bad.png" type="BINDATA" />
301 <include name="IDR_PAGEINFO_GOOD" file="pageinfo_good.png" type="BINDATA" /> 285 <include name="IDR_PAGEINFO_GOOD" file="pageinfo_good.png" type="BINDATA" />
302 <include name="IDR_PLUGIN" file="plugin.png" type="BINDATA" /> 286 <include name="IDR_PLUGIN" file="plugin.png" type="BINDATA" />
303 <include name="IDR_RELOAD" file="reload.png" type="BINDATA" /> 287 <include name="IDR_RELOAD" file="reload.png" type="BINDATA" />
304 <include name="IDR_RELOAD_H" file="reload_h.png" type="BINDATA" /> 288 <include name="IDR_RELOAD_H" file="reload_h.png" type="BINDATA" />
305 <include name="IDR_RELOAD_P" file="reload_p.png" type="BINDATA" /> 289 <include name="IDR_RELOAD_P" file="reload_p.png" type="BINDATA" />
306 <include name="IDR_RESTORE_BUTTON_MASK" file="restore_button_mask.png" typ e="BINDATA" /> 290 <include name="IDR_RESTORE_BUTTON_MASK" file="restore_button_mask.png" typ e="BINDATA" />
307 <include name="IDR_SAD_FAVICON" file="sadfavicon.png" type="BINDATA" /> 291 <include name="IDR_SAD_FAVICON" file="sadfavicon.png" type="BINDATA" />
308 <include name="IDR_SAD_TAB" file="sadtab.png" type="BINDATA" /> 292 <include name="IDR_SAD_TAB" file="sadtab.png" type="BINDATA" />
309 <include name="IDR_SEARCH_ENGINE_DIALOG_TOP" file="search_engine_top.png" type="BINDATA" /> 293 <include name="IDR_SEARCH_ENGINE_DIALOG_TOP" file="search_engine_top.png" type="BINDATA" />
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 </if> 447 </if>
464 448
465 <if expr="pp_ifdef('chromeos')"> 449 <if expr="pp_ifdef('chromeos')">
466 <include name="IDR_NOTIFICATION_MENU" file="notification_menu.png" type= "BINDATA" /> 450 <include name="IDR_NOTIFICATION_MENU" file="notification_menu.png" type= "BINDATA" />
467 </if> 451 </if>
468 452
469 <if expr="pp_ifdef('chromeos') or pp_ifdef('toolkit_views')"> 453 <if expr="pp_ifdef('chromeos') or pp_ifdef('toolkit_views')">
470 <include name="IDR_COMPACTNAV_BACK" file="compactnav_back.png" type="BIN DATA" /> 454 <include name="IDR_COMPACTNAV_BACK" file="compactnav_back.png" type="BIN DATA" />
471 <include name="IDR_COMPACTNAV_FORWARD" file="compactnav_forward.png" typ e="BINDATA" /> 455 <include name="IDR_COMPACTNAV_FORWARD" file="compactnav_forward.png" typ e="BINDATA" />
472 <include name="IDR_COMPACTNAV_SEPARATOR" file="compactnav_separator.png" type="BINDATA" /> 456 <include name="IDR_COMPACTNAV_SEPARATOR" file="compactnav_separator.png" type="BINDATA" />
473 <include name="IDR_FILEBROWSER_BACK" file="filebrowse_back.png" type="BI NDATA" />
474 <include name="IDR_FILEBROWSER_FULLSCREEN" file="filebrowse_fullscreen.p ng" type="BINDATA" />
475 <include name="IDR_FILEBROWSER_FWD" file="filebrowse_forward.png" type=" BINDATA" /> 457 <include name="IDR_FILEBROWSER_FWD" file="filebrowse_forward.png" type=" BINDATA" />
476 <include name="IDR_FILEBROWSER_MENU" file="filebrowse_menu.png" type="BI NDATA" />
477 <include name="IDR_FILEBROWSER_UPLOAD" file="filebrowse_upload.png" type ="BINDATA" /> 458 <include name="IDR_FILEBROWSER_UPLOAD" file="filebrowse_upload.png" type ="BINDATA" />
478 <include name="IDR_ICON_APP" file="icon_app.png" type="BINDATA" /> 459 <include name="IDR_ICON_APP" file="icon_app.png" type="BINDATA" />
479 <include name="IDR_ICON_FILE" file="icon_file.png" type="BINDATA" />
480 <include name="IDR_ICON_FOLDER" file="icon_folder.png" type="BINDATA" />
481 <include name="IDR_ICON_MEDIA" file="icon_media.png" type="BINDATA" />
482 <include name="IDR_ICON_PHOTO" file="icon_photo.png" type="BINDATA" />
483 <include name="IDR_ICON_WEBPAGE" file="icon_webpage.png" type="BINDATA" /> 460 <include name="IDR_ICON_WEBPAGE" file="icon_webpage.png" type="BINDATA" />
484 <include name="IDR_LOGIN_DEFAULT_USER" file="login_default.png" type="BI NDATA" /> 461 <include name="IDR_LOGIN_DEFAULT_USER" file="login_default.png" type="BI NDATA" />
485 <include name="IDR_LOGIN_OTHER_USER" file="login_other.png" type="BINDAT A" /> 462 <include name="IDR_LOGIN_OTHER_USER" file="login_other.png" type="BINDAT A" />
486 <include name="IDR_MEDIAPLAYER_FULL_SCREEN" file="mediaplayer_full_scree n.png" type="BINDATA" />
487 <include name="IDR_MEDIAPLAYER_MENU" file="mediaplayer_menu.png" type="B INDATA" /> 463 <include name="IDR_MEDIAPLAYER_MENU" file="mediaplayer_menu.png" type="B INDATA" />
488 <include name="IDR_MEDIAPLAYER_NEXT" file="mediaplayer_next.png" type="B INDATA" />
489 <include name="IDR_MEDIAPLAYER_PAUSE" file="mediaplayer_pause.png" type= "BINDATA" />
490 <include name="IDR_MEDIAPLAYER_PLAY" file="mediaplayer_play.png" type="B INDATA" />
491 <include name="IDR_MEDIAPLAYER_PLAYLIST" file="mediaplayer_playlist.png" type="BINDATA" />
492 <include name="IDR_MEDIAPLAYER_PREV" file="mediaplayer_prev.png" type="B INDATA" />
493 <include name="IDR_MEDIAPLAYER_VOL_HIGH" file="mediaplayer_vol_high.png" type="BINDATA" />
494 <include name="IDR_NOTIFICATION_LOW_BATTERY" file="notification_battery_ low.png" type="BINDATA" /> 464 <include name="IDR_NOTIFICATION_LOW_BATTERY" file="notification_battery_ low.png" type="BINDATA" />
495 <include name="IDR_NOTIFICATION_NETWORK_FAILED" file="notification_netwo rk_failed.png" type="BINDATA" /> 465 <include name="IDR_NOTIFICATION_NETWORK_FAILED" file="notification_netwo rk_failed.png" type="BINDATA" />
496 <include name="IDR_NOTIFICATION_NETWORK_OPEN" file="notification_network _open.png" type="BINDATA" /> 466 <include name="IDR_NOTIFICATION_NETWORK_OPEN" file="notification_network _open.png" type="BINDATA" />
497 <include name="IDR_NOTIFICATION_NETWORK_WARNING" file="notification_netw ork_warning.png" type="BINDATA" /> 467 <include name="IDR_NOTIFICATION_NETWORK_WARNING" file="notification_netw ork_warning.png" type="BINDATA" />
498 <include name="IDR_SPINNER" file="spinner.png" type="BINDATA" /> 468 <include name="IDR_SPINNER" file="spinner.png" type="BINDATA" />
499 <include name="IDR_STATUSBAR_BATTERY_CHARGED" file="statusbar_battery_ch arged.png" type="BINDATA" /> 469 <include name="IDR_STATUSBAR_BATTERY_CHARGED" file="statusbar_battery_ch arged.png" type="BINDATA" />
500 <include name="IDR_STATUSBAR_BATTERY_CHARGING_1" file="statusbar_battery 1c.png" type="BINDATA" /> 470 <include name="IDR_STATUSBAR_BATTERY_CHARGING_1" file="statusbar_battery 1c.png" type="BINDATA" />
501 <include name="IDR_STATUSBAR_BATTERY_CHARGING_10" file="statusbar_batter y10c.png" type="BINDATA" /> 471 <include name="IDR_STATUSBAR_BATTERY_CHARGING_10" file="statusbar_batter y10c.png" type="BINDATA" />
502 <include name="IDR_STATUSBAR_BATTERY_CHARGING_11" file="statusbar_batter y11c.png" type="BINDATA" /> 472 <include name="IDR_STATUSBAR_BATTERY_CHARGING_11" file="statusbar_batter y11c.png" type="BINDATA" />
503 <include name="IDR_STATUSBAR_BATTERY_CHARGING_12" file="statusbar_batter y12c.png" type="BINDATA" /> 473 <include name="IDR_STATUSBAR_BATTERY_CHARGING_12" file="statusbar_batter y12c.png" type="BINDATA" />
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 gtk-theme mode. Other platforms don't need these. --> 541 gtk-theme mode. Other platforms don't need these. -->
572 <include name="IDR_OMNIBOX_HISTORY_TRANSPARENT" file="omnibox_history_tr ansparent.png" type="BINDATA" /> 542 <include name="IDR_OMNIBOX_HISTORY_TRANSPARENT" file="omnibox_history_tr ansparent.png" type="BINDATA" />
573 <include name="IDR_OMNIBOX_HISTORY_DARK_TRANSPARENT" file="omnibox_histo ry_dark_transparent.png" type="BINDATA" /> 543 <include name="IDR_OMNIBOX_HISTORY_DARK_TRANSPARENT" file="omnibox_histo ry_dark_transparent.png" type="BINDATA" />
574 <include name="IDR_OMNIBOX_HTTP_TRANSPARENT" file="omnibox_http_transpar ent.png" type="BINDATA" /> 544 <include name="IDR_OMNIBOX_HTTP_TRANSPARENT" file="omnibox_http_transpar ent.png" type="BINDATA" />
575 <include name="IDR_OMNIBOX_HTTP_DARK_TRANSPARENT" file="omnibox_http_dar k_transparent.png" type="BINDATA" /> 545 <include name="IDR_OMNIBOX_HTTP_DARK_TRANSPARENT" file="omnibox_http_dar k_transparent.png" type="BINDATA" />
576 </if> 546 </if>
577 </includes> 547 </includes>
578 </release> 548 </release>
579 </grit> 549 </grit>
580 550
OLDNEW
« no previous file with comments | « chrome/app/theme/star_small.png ('k') | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698