OLD | NEW |
---|---|
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" context="default_ 100_percent"> | 4 <output filename="grit/theme_resources.h" type="rc_header" context="default_ 100_percent"> |
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" co ntext="default_100_percent" /> | 7 <output filename="grit/theme_resources_map.cc" type="resource_map_source" co ntext="default_100_percent" /> |
8 <output filename="grit/theme_resources_map.h" type="resource_map_header" con text="default_100_percent" /> | 8 <output filename="grit/theme_resources_map.h" type="resource_map_header" con text="default_100_percent" /> |
9 <output filename="theme_resources_100_percent.pak" type="data_package" conte xt="default_100_percent" /> | 9 <output filename="theme_resources_100_percent.pak" type="data_package" conte xt="default_100_percent" /> |
10 <output filename="theme_resources_200_percent.pak" type="data_package" conte xt="default_200_percent" /> | 10 <output filename="theme_resources_200_percent.pak" type="data_package" conte xt="default_200_percent" /> |
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
271 <structure type="chrome_scaled_image" name="IDR_HOMEPAGE_CHANGE_MENU" file ="protector_home_menu.png" /> | 271 <structure type="chrome_scaled_image" name="IDR_HOMEPAGE_CHANGE_MENU" file ="protector_home_menu.png" /> |
272 <if expr="not pp_ifdef('toolkit_views')"> | 272 <if expr="not pp_ifdef('toolkit_views')"> |
273 <structure type="chrome_scaled_image" name="IDR_HOME_H" file="home_hover .png" /> | 273 <structure type="chrome_scaled_image" name="IDR_HOME_H" file="home_hover .png" /> |
274 <structure type="chrome_scaled_image" name="IDR_HOME_P" file="home_press ed.png" /> | 274 <structure type="chrome_scaled_image" name="IDR_HOME_P" file="home_press ed.png" /> |
275 </if> | 275 </if> |
276 <if expr="pp_ifdef('toolkit_views')"> | 276 <if expr="pp_ifdef('toolkit_views')"> |
277 <structure type="chrome_scaled_image" name="IDR_HOME_H" file="ash/browse r_home_hover.png" /> | 277 <structure type="chrome_scaled_image" name="IDR_HOME_H" file="ash/browse r_home_hover.png" /> |
278 <structure type="chrome_scaled_image" name="IDR_HOME_P" file="ash/browse r_home_pressed.png" /> | 278 <structure type="chrome_scaled_image" name="IDR_HOME_P" file="ash/browse r_home_pressed.png" /> |
279 </if> | 279 </if> |
280 <if expr="pp_ifdef('chromeos')"> | 280 <if expr="pp_ifdef('chromeos')"> |
281 <structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER24" file="i con_add_user24.png" /> | 281 <structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER24" file="i con_add_user24.png" /> |
Nikita (slow)
2012/08/01 23:51:30
nit: Please remove IDR_ICON_ADD_USER24 and binary
| |
282 <structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER24_WHITE" f ile="icon_add_user24_white.png" /> | 282 <structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER_WHITE" fil e="icon_add_user_white.png" /> |
283 <structure type="chrome_scaled_image" name="IDR_ICON_POWER24" file="icon _power24.png" /> | 283 <structure type="chrome_scaled_image" name="IDR_ICON_POWER24" file="icon _power24.png" /> |
Nikita (slow)
2012/08/01 23:51:30
nit: Please remove IDR_ICON_POWER24 + binary resou
| |
284 <structure type="chrome_scaled_image" name="IDR_ICON_POWER24_WHITE" file ="icon_power24_white.png" /> | 284 <structure type="chrome_scaled_image" name="IDR_ICON_POWER_WHITE" file=" icon_power_white.png" /> |
285 </if> | 285 </if> |
286 <if expr="is_win"> | 286 <if expr="is_win"> |
287 <structure type="chrome_scaled_image" name="IDR_INCOGNITO_SWITCH_OFF" fi le="incognito_switch_off.png" /> | 287 <structure type="chrome_scaled_image" name="IDR_INCOGNITO_SWITCH_OFF" fi le="incognito_switch_off.png" /> |
288 <structure type="chrome_scaled_image" name="IDR_INCOGNITO_SWITCH_ON" fil e="incognito_switch_on.png" /> | 288 <structure type="chrome_scaled_image" name="IDR_INCOGNITO_SWITCH_ON" fil e="incognito_switch_on.png" /> |
289 <structure type="chrome_scaled_image" name="IDR_INCOMPATIBILITY_DOT_ACTI VE" file="incompatibility_dot_active.png" /> | 289 <structure type="chrome_scaled_image" name="IDR_INCOMPATIBILITY_DOT_ACTI VE" file="incompatibility_dot_active.png" /> |
290 <structure type="chrome_scaled_image" name="IDR_INCOMPATIBILITY_DOT_INAC TIVE" file="incompatibility_dot_inactive.png" /> | 290 <structure type="chrome_scaled_image" name="IDR_INCOMPATIBILITY_DOT_INAC TIVE" file="incompatibility_dot_inactive.png" /> |
291 </if> | 291 </if> |
292 <structure type="chrome_scaled_image" name="IDR_INFO" file="info_small.png " /> | 292 <structure type="chrome_scaled_image" name="IDR_INFO" file="info_small.png " /> |
293 <if expr="pp_ifdef('toolkit_views')"> | 293 <if expr="pp_ifdef('toolkit_views')"> |
294 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_BOTTOM_H" file="infobarbutton_b_hover.png" /> | 294 <structure type="chrome_scaled_image" name="IDR_INFOBARBUTTON_BOTTOM_H" file="infobarbutton_b_hover.png" /> |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
404 </if> | 404 </if> |
405 <structure type="chrome_scaled_image" name="IDR_MAXIMIZE_BUTTON_MASK" file ="maximize_button_mask.png" /> | 405 <structure type="chrome_scaled_image" name="IDR_MAXIMIZE_BUTTON_MASK" file ="maximize_button_mask.png" /> |
406 <structure type="chrome_scaled_image" name="IDR_MEDIA_STREAM_CAPTURE_LED" file="media_stream_capture_led.png" /> | 406 <structure type="chrome_scaled_image" name="IDR_MEDIA_STREAM_CAPTURE_LED" file="media_stream_capture_led.png" /> |
407 <structure type="chrome_scaled_image" name="IDR_MINIMIZE_BUTTON_MASK" file ="minimize_button_mask.png" /> | 407 <structure type="chrome_scaled_image" name="IDR_MINIMIZE_BUTTON_MASK" file ="minimize_button_mask.png" /> |
408 <if expr="pp_ifdef('chromeos')"> | 408 <if expr="pp_ifdef('chromeos')"> |
409 <structure type="chrome_scaled_image" name="IDR_MIRROR_FLIP" file="mirro r_flip.png" /> | 409 <structure type="chrome_scaled_image" name="IDR_MIRROR_FLIP" file="mirro r_flip.png" /> |
410 </if> | 410 </if> |
411 <structure type="chrome_scaled_image" name="IDR_MOBILE" file="mobile.png" /> | 411 <structure type="chrome_scaled_image" name="IDR_MOBILE" file="mobile.png" /> |
412 <structure type="chrome_scaled_image" name="IDR_MOBILE_LIT" file="mobile_l it.png" /> | 412 <structure type="chrome_scaled_image" name="IDR_MOBILE_LIT" file="mobile_l it.png" /> |
413 <if expr="pp_ifdef('chromeos')"> | 413 <if expr="pp_ifdef('chromeos')"> |
414 <structure type="chrome_scaled_image" name="IDR_NETWORK_HIDE_PASSWORD" f ile="network_hide_password.png" /> | |
415 <structure type="chrome_scaled_image" name="IDR_NETWORK_HIDE_PASSWORD_HO VER" file="network_hide_password_hover.png" /> | |
416 <structure type="chrome_scaled_image" name="IDR_NETWORK_SHOW_PASSWORD" f ile="network_show_password.png" /> | |
414 <structure type="chrome_scaled_image" name="IDR_NETWORK_SHOW_PASSWORD_HO VER" file="network_show_password_hover.png" /> | 417 <structure type="chrome_scaled_image" name="IDR_NETWORK_SHOW_PASSWORD_HO VER" file="network_show_password_hover.png" /> |
415 <structure type="chrome_scaled_image" name="IDR_NETWORK_SHOW_PASSWORD_OF F" file="network_show_password_off.png" /> | |
416 <structure type="chrome_scaled_image" name="IDR_NETWORK_SHOW_PASSWORD_ON " file="network_show_password_on.png" /> | |
417 </if> | 418 </if> |
418 <if expr="not pp_ifdef('toolkit_views')"> | 419 <if expr="not pp_ifdef('toolkit_views')"> |
419 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON" file="new tab.png" /> | 420 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON" file="new tab.png" /> |
420 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_H" file="n ewtab_hover.png" /> | 421 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_H" file="n ewtab_hover.png" /> |
421 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_MASK" file ="newtab_button_mask.png" /> | 422 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_MASK" file ="newtab_button_mask.png" /> |
422 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_P" file="n ewtab_pressed.png" /> | 423 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_P" file="n ewtab_pressed.png" /> |
423 </if> | 424 </if> |
424 <if expr="pp_ifdef('toolkit_views')"> | 425 <if expr="pp_ifdef('toolkit_views')"> |
425 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON" file="ash /newtab.png" /> | 426 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON" file="ash /newtab.png" /> |
426 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_MASK" file ="ash/newtab_button_mask.png" /> | 427 <structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON_MASK" file ="ash/newtab_button_mask.png" /> |
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
869 <if expr="not is_macosx"> | 870 <if expr="not is_macosx"> |
870 <include name="IDR_STATUS_TRAY_ICON" file="chromium/product_logo_22.pn g" type="BINDATA" /> | 871 <include name="IDR_STATUS_TRAY_ICON" file="chromium/product_logo_22.pn g" type="BINDATA" /> |
871 <include name="IDR_STATUS_TRAY_ICON_PRESSED" file="chromium/product_lo go_22.png" type="BINDATA" /> | 872 <include name="IDR_STATUS_TRAY_ICON_PRESSED" file="chromium/product_lo go_22.png" type="BINDATA" /> |
872 </if> | 873 </if> |
873 <include name="IDR_WIZARD_ICON" file="chromium/wizard_icon.png" type="BI NDATA" /> | 874 <include name="IDR_WIZARD_ICON" file="chromium/wizard_icon.png" type="BI NDATA" /> |
874 <include name="IDR_WIZARD_ICON_RTL" file="chromium/wizard_icon_rtl.png" type="BINDATA" /> | 875 <include name="IDR_WIZARD_ICON_RTL" file="chromium/wizard_icon_rtl.png" type="BINDATA" /> |
875 </if> | 876 </if> |
876 </includes> | 877 </includes> |
877 </release> | 878 </release> |
878 </grit> | 879 </grit> |
OLD | NEW |