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

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

Issue 2138583002: Use output_all_resource_defines=false in most grd files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert ui_resources.grd for now Created 4 years, 5 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" output_all_resource_defines= "false">
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">
11 <structures fallback_to_low_resolution="true"> 11 <structures fallback_to_low_resolution="true">
12 <structure type="chrome_scaled_image" name="IDR_BROKENIMAGE" file="blink/b roken_image.png" /> 12 <structure type="chrome_scaled_image" name="IDR_BROKENIMAGE" file="blink/b roken_image.png" />
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_SUBTITLES_ICON " file="blink/mediaplayer_subtitles_icon.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" /> 52 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_SUBTITLES_ICON _NEW" file="blink/mediaplayer_subtitles_icon_new.png" />
53 <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" />
54 <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" />
55 <structure type="chrome_scaled_image" name="IDR_TEXTAREA_RESIZER" file="bl ink/textarea_resize_corner.png" /> 55 <structure type="chrome_scaled_image" name="IDR_TEXTAREA_RESIZER" file="bl ink/textarea_resize_corner.png" />
56 <structure type="chrome_scaled_image" name="IDR_PASSWORD_GENERATION_ICON" file="blink/password_generation.png" /> 56 <structure type="chrome_scaled_image" name="IDR_PASSWORD_GENERATION_ICON" file="blink/password_generation.png" />
57 <structure type="chrome_scaled_image" name="IDR_PASSWORD_GENERATION_ICON_H OVER" file="blink/password_generation_hover.png" /> 57 <structure type="chrome_scaled_image" name="IDR_PASSWORD_GENERATION_ICON_H OVER" file="blink/password_generation_hover.png" />
58 </structures> 58 </structures>
59 </release> 59 </release>
60 </grit> 60 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698