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

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

Issue 1923143003: Implement the 2016Q2 Translate UI designe spec out in (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change according to msw review comments Created 4 years, 7 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 </if> 186 </if>
187 <if expr="is_macosx"> 187 <if expr="is_macosx">
188 <structure type="chrome_scaled_image" name="IDR_THROBBER" file="legacy/t hrobber.png" /> 188 <structure type="chrome_scaled_image" name="IDR_THROBBER" file="legacy/t hrobber.png" />
189 </if> 189 </if>
190 <if expr="toolkit_views"> 190 <if expr="toolkit_views">
191 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_COPY" fil e="common/drag_tip_copy.png" /> 191 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_COPY" fil e="common/drag_tip_copy.png" />
192 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_MOVE" fil e="common/drag_tip_move.png" /> 192 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_MOVE" fil e="common/drag_tip_move.png" />
193 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_LINK" fil e="common/drag_tip_link.png" /> 193 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_LINK" fil e="common/drag_tip_link.png" />
194 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_NODROP" f ile="common/drag_tip_nodrop.png" /> 194 <structure type="chrome_scaled_image" name="IDR_TOUCH_DRAG_TIP_NODROP" f ile="common/drag_tip_nodrop.png" />
195 </if> 195 </if>
196 <structure type="chrome_scaled_image" name="IDR_TRANSLATE_ICON_V2" file="c ommon/translate.png" />
msw 2016/04/29 23:43:41 nit: Replace 'V2' with 'BUBBLE' (or 'NEW' to match
ftang 2016/04/30 01:24:50 Done.
196 </structures> 197 </structures>
197 </release> 198 </release>
198 </grit> 199 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698