| 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"> | 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 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 566 <include name="IDR_STATUSBAR_WIRED_BLACK" file="statusbar_wiredb.png" ty
pe="BINDATA" /> | 566 <include name="IDR_STATUSBAR_WIRED_BLACK" file="statusbar_wiredb.png" ty
pe="BINDATA" /> |
| 567 <include name="IDR_USER_IMAGE_NO_VIDEO" file="no_video.png" type="BINDAT
A" /> | 567 <include name="IDR_USER_IMAGE_NO_VIDEO" file="no_video.png" type="BINDAT
A" /> |
| 568 <include name="IDR_USER_IMAGE_CAPTURE" file="snapshot_wide.png" type="BI
NDATA" /> | 568 <include name="IDR_USER_IMAGE_CAPTURE" file="snapshot_wide.png" type="BI
NDATA" /> |
| 569 <include name="IDR_USER_IMAGE_RECYCLE" file="discard_wide.png" type="BIN
DATA" /> | 569 <include name="IDR_USER_IMAGE_RECYCLE" file="discard_wide.png" type="BIN
DATA" /> |
| 570 <include name="IDR_USER_IMAGE_CAPTURE_DISABLED" file="snapshot_wide_disa
bled.png" type="BINDATA" /> | 570 <include name="IDR_USER_IMAGE_CAPTURE_DISABLED" file="snapshot_wide_disa
bled.png" type="BINDATA" /> |
| 571 <include name="IDR_USER_IMAGE_INITIALIZING" file="initializing_video.png
" type="BINDATA" /> | 571 <include name="IDR_USER_IMAGE_INITIALIZING" file="initializing_video.png
" type="BINDATA" /> |
| 572 <include name="IDR_VOLUME_BUBBLE_UP_ICON" file="volume_up_icon.png" type
="BINDATA" /> | 572 <include name="IDR_VOLUME_BUBBLE_UP_ICON" file="volume_up_icon.png" type
="BINDATA" /> |
| 573 <include name="IDR_VOLUME_BUBBLE_DOWN_ICON" file="volume_down_icon.png"
type="BINDATA" /> | 573 <include name="IDR_VOLUME_BUBBLE_DOWN_ICON" file="volume_down_icon.png"
type="BINDATA" /> |
| 574 <include name="IDR_VOLUME_BUBBLE_MUTE_ICON" file="volume_mute_icon.png"
type="BINDATA" /> | 574 <include name="IDR_VOLUME_BUBBLE_MUTE_ICON" file="volume_mute_icon.png"
type="BINDATA" /> |
| 575 </if> | 575 </if> |
| 576 | |
| 577 <!-- Images only used by aura. --> | |
| 578 <if expr="pp_ifdef('use_aura')"> | |
| 579 <include name="IDR_APP_LIST_INCOGNITO" file="app_list_incognito.png" typ
e="BINDATA" /> | |
| 580 <include name="IDR_APP_LIST_SETTINGS" file="app_list_settings.png" type=
"BINDATA" /> | |
| 581 </if> | |
| 582 </includes> | 576 </includes> |
| 583 </release> | 577 </release> |
| 584 </grit> | 578 </grit> |
| OLD | NEW |