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

Side by Side Diff: third_party/WebKit/public/blink_image_resources.grd

Issue 1079323002: Support text track selection in video controls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and addressed fs' comments Created 4 years, 10 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/blink_image_resources.h" type="rc_header" context="de fault_100_percent"> 4 <output filename="grit/blink_image_resources.h" type="rc_header" context="de fault_100_percent">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="blink_image_resources_100_percent.pak" type="data_package" context="default_100_percent" /> 7 <output filename="blink_image_resources_100_percent.pak" type="data_package" context="default_100_percent" />
8 <output filename="blink_image_resources_200_percent.pak" type="data_package" context="default_200_percent" /> 8 <output filename="blink_image_resources_200_percent.pak" type="data_package" context="default_200_percent" />
9 </outputs> 9 </outputs>
10 <release seq="1"> 10 <release seq="1">
(...skipping 26 matching lines...) Expand all
37 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_EXIT_FULLSCREE N_BUTTON" file="blink/mediaplayer_exit_fullscreen.png" /> 37 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_EXIT_FULLSCREE N_BUTTON" file="blink/mediaplayer_exit_fullscreen.png" />
38 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_CAST_BUTTON_OF F" file="blink/mediaplayer_cast_off.png" /> 38 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_CAST_BUTTON_OF F" file="blink/mediaplayer_cast_off.png" />
39 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_CAST_BUTTON_OF F_NEW" file="blink/mediaplayer_cast_off_new.png" /> 39 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_CAST_BUTTON_OF F_NEW" file="blink/mediaplayer_cast_off_new.png" />
40 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_CAST_BUTTON_ON " file="blink/mediaplayer_cast_on.png" /> 40 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_CAST_BUTTON_ON " file="blink/mediaplayer_cast_on.png" />
41 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_CAST_BUTTON_ON _NEW" file="blink/mediaplayer_cast_on_new.png" /> 41 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_CAST_BUTTON_ON _NEW" file="blink/mediaplayer_cast_on_new.png" />
42 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_OVERLAY_CAST_B UTTON_OFF" file="blink/mediaplayer_overlay_cast_off.png" /> 42 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_OVERLAY_CAST_B UTTON_OFF" file="blink/mediaplayer_overlay_cast_off.png" />
43 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_OVERLAY_CAST_B UTTON_OFF_NEW" file="blink/mediaplayer_overlay_cast_off_new.png" /> 43 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_OVERLAY_CAST_B UTTON_OFF_NEW" file="blink/mediaplayer_overlay_cast_off_new.png" />
44 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_OVERLAY_CAST_B UTTON_ON_NEW" file="blink/mediaplayer_overlay_cast_on_new.png" /> 44 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_OVERLAY_CAST_B UTTON_ON_NEW" file="blink/mediaplayer_overlay_cast_on_new.png" />
45 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_OVERLAY_PLAY_B UTTON" file="blink/mediaplayer_overlay_play.png" /> 45 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_OVERLAY_PLAY_B UTTON" file="blink/mediaplayer_overlay_play.png" />
46 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_OVERLAY_PLAY_B UTTON_NEW" file="blink/mediaplayer_overlay_play_new.png" /> 46 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_OVERLAY_PLAY_B UTTON_NEW" file="blink/mediaplayer_overlay_play_new.png" />
47 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_TRACKSELECTION _CHECKMARK" file="blink/mediaplayer_trackselection_checkmark.png" />
48 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_TRACKSELECTION _CHECKMARK_NEW" file="blink/mediaplayer_trackselection_checkmark_new.png" />
fs 2016/02/24 10:14:57 Do we still need to have both "old" and "new" reso
srivats 2016/02/25 21:47:56 Looks like all other icons have assets for both ne
fs 2016/02/25 22:06:48 Right, I see it's disabled by default. This is fin
49 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_CLOSEDCAPTIONS _ICON" file="blink/mediaplayer_closedcaptions_icon.png" />
50 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_CLOSEDCAPTIONS _ICON_NEW" file="blink/mediaplayer_closedcaptions_icon_new.png" />
51 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_SUBTITLES_ICON " file="blink/mediaplayer_subtitles_icon.png" />
52 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_SUBTITLES_ICON _NEW" file="blink/mediaplayer_subtitles_icon_new.png" />
47 <structure type="chrome_scaled_image" name="IDR_SEARCH_CANCEL" file="blink /search_cancel.png" /> 53 <structure type="chrome_scaled_image" name="IDR_SEARCH_CANCEL" file="blink /search_cancel.png" />
48 <structure type="chrome_scaled_image" name="IDR_SEARCH_CANCEL_PRESSED" fil e="blink/search_cancel_pressed.png" /> 54 <structure type="chrome_scaled_image" name="IDR_SEARCH_CANCEL_PRESSED" fil e="blink/search_cancel_pressed.png" />
49 <structure type="chrome_scaled_image" name="IDR_SEARCH_MAGNIFIER" file="bl ink/search_magnifier.png" /> 55 <structure type="chrome_scaled_image" name="IDR_SEARCH_MAGNIFIER" file="bl ink/search_magnifier.png" />
50 <structure type="chrome_scaled_image" name="IDR_SEARCH_MAGNIFIER_RESULTS" file="blink/search_magnifier_results.png" /> 56 <structure type="chrome_scaled_image" name="IDR_SEARCH_MAGNIFIER_RESULTS" file="blink/search_magnifier_results.png" />
51 <structure type="chrome_scaled_image" name="IDR_TEXTAREA_RESIZER" file="bl ink/textarea_resize_corner.png" /> 57 <structure type="chrome_scaled_image" name="IDR_TEXTAREA_RESIZER" file="bl ink/textarea_resize_corner.png" />
52 <structure type="chrome_scaled_image" name="IDR_PASSWORD_GENERATION_ICON" file="blink/password_generation.png" /> 58 <structure type="chrome_scaled_image" name="IDR_PASSWORD_GENERATION_ICON" file="blink/password_generation.png" />
53 <structure type="chrome_scaled_image" name="IDR_PASSWORD_GENERATION_ICON_H OVER" file="blink/password_generation_hover.png" /> 59 <structure type="chrome_scaled_image" name="IDR_PASSWORD_GENERATION_ICON_H OVER" file="blink/password_generation_hover.png" />
54 </structures> 60 </structures>
55 </release> 61 </release>
56 </grit> 62 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698