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

Side by Side Diff: ui/resources/ui_resources.grd

Issue 2245603003: Add signal strength indicator icon to WebBluetooth chooser on non-Mac desktops (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed unused include file Created 4 years, 4 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
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/ui_resources.h" type="rc_header" context="default_100 _percent"> 4 <output filename="grit/ui_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/ui_resources_map.cc" type="resource_map_source" conte xt="default_100_percent" /> 7 <output filename="grit/ui_resources_map.cc" type="resource_map_source" conte xt="default_100_percent" />
8 <output filename="grit/ui_resources_map.h" type="resource_map_header" contex t="default_100_percent" /> 8 <output filename="grit/ui_resources_map.h" type="resource_map_header" contex t="default_100_percent" />
9 <output filename="ui_resources_100_percent.pak" type="data_package" context= "default_100_percent" /> 9 <output filename="ui_resources_100_percent.pak" type="data_package" context= "default_100_percent" />
10 <output filename="ui_resources_200_percent.pak" type="data_package" context= "default_200_percent" /> 10 <output filename="ui_resources_200_percent.pak" type="data_package" context= "default_200_percent" />
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 <structure type="chrome_scaled_image" name="IDR_OOBE_ACTION_BOX_BUTTON_H OVER" file="cros/action_box_button_hover.png" /> 174 <structure type="chrome_scaled_image" name="IDR_OOBE_ACTION_BOX_BUTTON_H OVER" file="cros/action_box_button_hover.png" />
175 <structure type="chrome_scaled_image" name="IDR_OOBE_ACTION_BOX_BUTTON_N ORMAL" file="cros/action_box_button_normal.png" /> 175 <structure type="chrome_scaled_image" name="IDR_OOBE_ACTION_BOX_BUTTON_N ORMAL" file="cros/action_box_button_normal.png" />
176 <structure type="chrome_scaled_image" name="IDR_OOBE_ACTION_BOX_BUTTON_P RESSED" file="cros/action_box_button_pressed.png" /> 176 <structure type="chrome_scaled_image" name="IDR_OOBE_ACTION_BOX_BUTTON_P RESSED" file="cros/action_box_button_pressed.png" />
177 </if> 177 </if>
178 <if expr="toolkit_views"> 178 <if expr="toolkit_views">
179 <structure type="chrome_scaled_image" name="IDR_PANEL_TOP_LEFT_CORNER" f ile="panel_top_left_corner.png" /> 179 <structure type="chrome_scaled_image" name="IDR_PANEL_TOP_LEFT_CORNER" f ile="panel_top_left_corner.png" />
180 <structure type="chrome_scaled_image" name="IDR_PANEL_TOP_RIGHT_CORNER" file="panel_top_right_corner.png" /> 180 <structure type="chrome_scaled_image" name="IDR_PANEL_TOP_RIGHT_CORNER" file="panel_top_right_corner.png" />
181 <structure type="chrome_scaled_image" name="IDR_PANEL_BOTTOM_LEFT_CORNER " file="panel_bottom_left_corner.png" /> 181 <structure type="chrome_scaled_image" name="IDR_PANEL_BOTTOM_LEFT_CORNER " file="panel_bottom_left_corner.png" />
182 <structure type="chrome_scaled_image" name="IDR_PANEL_BOTTOM_RIGHT_CORNE R" file="panel_bottom_right_corner.png" /> 182 <structure type="chrome_scaled_image" name="IDR_PANEL_BOTTOM_RIGHT_CORNE R" file="panel_bottom_right_corner.png" />
183 </if> 183 </if>
184 <if expr="not is_android and not is_ios">
185 <structure type="chrome_scaled_image" name="IDR_SIGNAL_0_BAR" file="comm on/signal_0_bar.png" />
186 <structure type="chrome_scaled_image" name="IDR_SIGNAL_1_BAR" file="comm on/signal_1_bar.png" />
187 <structure type="chrome_scaled_image" name="IDR_SIGNAL_2_BAR" file="comm on/signal_2_bar.png" />
188 <structure type="chrome_scaled_image" name="IDR_SIGNAL_3_BAR" file="comm on/signal_3_bar.png" />
189 <structure type="chrome_scaled_image" name="IDR_SIGNAL_4_BAR" file="comm on/signal_4_bar.png" />
190 </if>
184 <if expr="use_aura"> 191 <if expr="use_aura">
185 <structure type="chrome_scaled_image" name="IDR_TEXT_SELECTION_HANDLE_CE NTER" file="common/text_selection_handle_center.png" /> 192 <structure type="chrome_scaled_image" name="IDR_TEXT_SELECTION_HANDLE_CE NTER" file="common/text_selection_handle_center.png" />
186 <structure type="chrome_scaled_image" name="IDR_TEXT_SELECTION_HANDLE_LE FT" file="common/text_selection_handle_left.png" /> 193 <structure type="chrome_scaled_image" name="IDR_TEXT_SELECTION_HANDLE_LE FT" file="common/text_selection_handle_left.png" />
187 <structure type="chrome_scaled_image" name="IDR_TEXT_SELECTION_HANDLE_RI GHT" file="common/text_selection_handle_right.png" /> 194 <structure type="chrome_scaled_image" name="IDR_TEXT_SELECTION_HANDLE_RI GHT" file="common/text_selection_handle_right.png" />
188 </if> 195 </if>
189 <if expr="is_macosx"> 196 <if expr="is_macosx">
190 <structure type="chrome_scaled_image" name="IDR_THROBBER" file="legacy/t hrobber.png" /> 197 <structure type="chrome_scaled_image" name="IDR_THROBBER" file="legacy/t hrobber.png" />
191 </if> 198 </if>
192 <if expr="toolkit_views"> 199 <if expr="toolkit_views">
193 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_COPY" fil e="common/drag_tip_copy.png" /> 200 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_COPY" fil e="common/drag_tip_copy.png" />
194 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_MOVE" fil e="common/drag_tip_move.png" /> 201 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_MOVE" fil e="common/drag_tip_move.png" />
195 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_LINK" fil e="common/drag_tip_link.png" /> 202 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_LINK" fil e="common/drag_tip_link.png" />
196 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_NODROP" f ile="common/drag_tip_nodrop.png" /> 203 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_NODROP" f ile="common/drag_tip_nodrop.png" />
197 </if> 204 </if>
198 <structure type="chrome_scaled_image" name="IDR_TRANSLATE_ICON_BUBBLE" fil e="common/translate.png" /> 205 <structure type="chrome_scaled_image" name="IDR_TRANSLATE_ICON_BUBBLE" fil e="common/translate.png" />
199 </structures> 206 </structures>
200 </release> 207 </release>
201 </grit> 208 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698