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

Side by Side Diff: content/app/resources/content_resources.grd

Issue 475223004: Add the BUILD files for content_resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
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/webkit_resources.h" type="rc_header" context="default _100_percent"> 4 <output filename="grit/content_resources.h" type="rc_header" context="defaul t_100_percent">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="webkit_resources_100_percent.pak" type="data_package" cont ext="default_100_percent" /> 7 <output filename="content_resources_100_percent.pak" type="data_package" con text="default_100_percent" />
8 <output filename="webkit_resources_200_percent.pak" type="data_package" cont ext="default_200_percent" /> 8 <output filename="content_resources_200_percent.pak" type="data_package" con text="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="broken_ image.png" /> 12 <structure type="chrome_scaled_image" name="IDR_BROKENIMAGE" file="broken_ image.png" />
13 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_PAUSE_BUTTON" file="mediaplayer_pause.png" /> 13 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_PAUSE_BUTTON" file="mediaplayer_pause.png" />
14 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_PAUSE_BUTTON_H OVER" file="mediaplayer_pause_hover.png" /> 14 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_PAUSE_BUTTON_H OVER" file="mediaplayer_pause_hover.png" />
15 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_PAUSE_BUTTON_D OWN" file="mediaplayer_pause_down.png" /> 15 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_PAUSE_BUTTON_D OWN" file="mediaplayer_pause_down.png" />
16 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_PLAY_BUTTON" f ile="mediaplayer_play.png" /> 16 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_PLAY_BUTTON" f ile="mediaplayer_play.png" />
17 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_PLAY_BUTTON_HO VER" file="mediaplayer_play_hover.png" /> 17 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_PLAY_BUTTON_HO VER" file="mediaplayer_play_hover.png" />
18 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_PLAY_BUTTON_DO WN" file="mediaplayer_play_down.png" /> 18 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_PLAY_BUTTON_DO WN" file="mediaplayer_play_down.png" />
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 <structure type="chrome_scaled_image" name="IDR_PDF_PROGRESS_BAR_8" file ="pdf_progress_8.png" /> 124 <structure type="chrome_scaled_image" name="IDR_PDF_PROGRESS_BAR_8" file ="pdf_progress_8.png" />
125 <structure type="chrome_scaled_image" name="IDR_PDF_PROGRESS_BAR_BACKGRO UND" file="pdf_progress_background.png" /> 125 <structure type="chrome_scaled_image" name="IDR_PDF_PROGRESS_BAR_BACKGRO UND" file="pdf_progress_background.png" />
126 <structure type="chrome_scaled_image" name="IDR_PDF_PAGE_INDICATOR_BACKG ROUND" file="pdf_page_indicator_background.png" /> 126 <structure type="chrome_scaled_image" name="IDR_PDF_PAGE_INDICATOR_BACKG ROUND" file="pdf_page_indicator_background.png" />
127 <structure type="chrome_scaled_image" name="IDR_PDF_PAGE_DROPSHADOW" fil e="pdf_dropshadow.png" /> 127 <structure type="chrome_scaled_image" name="IDR_PDF_PAGE_DROPSHADOW" fil e="pdf_dropshadow.png" />
128 </if> 128 </if>
129 <structure type="chrome_scaled_image" name="IDR_PASSWORD_GENERATION_ICON" file="password_generation.png" /> 129 <structure type="chrome_scaled_image" name="IDR_PASSWORD_GENERATION_ICON" file="password_generation.png" />
130 <structure type="chrome_scaled_image" name="IDR_PASSWORD_GENERATION_ICON_H OVER" file="password_generation_hover.png" /> 130 <structure type="chrome_scaled_image" name="IDR_PASSWORD_GENERATION_ICON_H OVER" file="password_generation_hover.png" />
131 </structures> 131 </structures>
132 </release> 132 </release>
133 </grit> 133 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698