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

Side by Side Diff: webkit/glue/resources/webkit_resources.grd

Issue 115523007: Stop generating webkit_resources.rc from webkit_resources.grd. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/webkit_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="webkit_resources_100_percent.pak" type="data_package" cont ext="default_100_percent" /> 7 <output filename="webkit_resources_100_percent.pak" type="data_package" cont ext="default_100_percent" />
8 <output filename="webkit_resources_200_percent.pak" type="data_package" cont ext="default_200_percent" /> 8 <output filename="webkit_resources_200_percent.pak" type="data_package" cont ext="default_200_percent" />
9 <!-- This is used by third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree. gyp/DumpRenderTree.gyp
10 TOOD(oshima): Fix the above gype and remove this.
11 -->
12 <output filename="webkit_resources.rc" type="rc_all" context="default_100_pe rcent" />
13 </outputs> 9 </outputs>
14 <release seq="1"> 10 <release seq="1">
15 <structures fallback_to_low_resolution="true"> 11 <structures fallback_to_low_resolution="true">
16 <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" />
17 <structure type="chrome_scaled_image" name="IDR_INPUT_SPEECH" file="input_ speech.png" /> 13 <structure type="chrome_scaled_image" name="IDR_INPUT_SPEECH" file="input_ speech.png" />
18 <structure type="chrome_scaled_image" name="IDR_INPUT_SPEECH_RECORDING" fi le="input_speech_recording.png" /> 14 <structure type="chrome_scaled_image" name="IDR_INPUT_SPEECH_RECORDING" fi le="input_speech_recording.png" />
19 <structure type="chrome_scaled_image" name="IDR_INPUT_SPEECH_WAITING" file ="input_speech_waiting.png" /> 15 <structure type="chrome_scaled_image" name="IDR_INPUT_SPEECH_WAITING" file ="input_speech_waiting.png" />
20 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_PAUSE_BUTTON" file="mediaplayer_pause.png" /> 16 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_PAUSE_BUTTON" file="mediaplayer_pause.png" />
21 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_PAUSE_BUTTON_H OVER" file="mediaplayer_pause_hover.png" /> 17 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_PAUSE_BUTTON_H OVER" file="mediaplayer_pause_hover.png" />
22 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_PAUSE_BUTTON_D OWN" file="mediaplayer_pause_down.png" /> 18 <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_PAUSE_BUTTON_D OWN" file="mediaplayer_pause_down.png" />
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 <structure type="chrome_scaled_image" name="IDR_PDF_PROGRESS_BAR_8" file=" pdf_progress_8.png" /> 135 <structure type="chrome_scaled_image" name="IDR_PDF_PROGRESS_BAR_8" file=" pdf_progress_8.png" />
140 <structure type="chrome_scaled_image" name="IDR_PDF_PROGRESS_BAR_BACKGROUN D" file="pdf_progress_background.png" /> 136 <structure type="chrome_scaled_image" name="IDR_PDF_PROGRESS_BAR_BACKGROUN D" file="pdf_progress_background.png" />
141 <structure type="chrome_scaled_image" name="IDR_PDF_PAGE_INDICATOR_BACKGRO UND" file="pdf_page_indicator_background.png" /> 137 <structure type="chrome_scaled_image" name="IDR_PDF_PAGE_INDICATOR_BACKGRO UND" file="pdf_page_indicator_background.png" />
142 <structure type="chrome_scaled_image" name="IDR_PDF_PAGE_DROPSHADOW" file= "pdf_dropshadow.png" /> 138 <structure type="chrome_scaled_image" name="IDR_PDF_PAGE_DROPSHADOW" file= "pdf_dropshadow.png" />
143 <structure type="chrome_scaled_image" name="IDR_PASSWORD_GENERATION_ICON" file="password_generation.png" /> 139 <structure type="chrome_scaled_image" name="IDR_PASSWORD_GENERATION_ICON" file="password_generation.png" />
144 <structure type="chrome_scaled_image" name="IDR_PASSWORD_GENERATION_ICON_H OVER" file="password_generation_hover.png" /> 140 <structure type="chrome_scaled_image" name="IDR_PASSWORD_GENERATION_ICON_H OVER" file="password_generation_hover.png" />
145 <structure type="chrome_scaled_image" name="IDR_SYNTHETIC_TOUCH_CURSOR" fi le="synthetic_touch_cursor.png" /> 141 <structure type="chrome_scaled_image" name="IDR_SYNTHETIC_TOUCH_CURSOR" fi le="synthetic_touch_cursor.png" />
146 </structures> 142 </structures>
147 </release> 143 </release>
148 </grit> 144 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698