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

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

Issue 10870084: renamed .pak file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: temp fix for 3rd party dep. Created 8 years, 3 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 | « content/content_shell.gypi ('k') | webkit/tools/test_shell/test_shell.gypi » ('j') | 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 <!-- TODO, update third_party/webkit DumpRenderTree to use *_100_percent.pak , then delete old pak file. -->
7 <output filename="webkit_resources.pak" type="data_package" context="default _100_percent" /> 8 <output filename="webkit_resources.pak" type="data_package" context="default _100_percent" />
9 <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" /> 10 <output filename="webkit_resources_200_percent.pak" type="data_package" cont ext="default_200_percent" />
9 <output filename="webkit_resources.rc" type="rc_all" context="default_100_pe rcent" /> 11 <output filename="webkit_resources.rc" type="rc_all" context="default_100_pe rcent" />
10 </outputs> 12 </outputs>
11 <release seq="1"> 13 <release seq="1">
12 <includes> 14 <includes>
13 <if expr="is_win"> 15 <if expr="is_win">
14 <include name="IDC_ALIAS" file="aliasb.cur" type="CURSOR" /> 16 <include name="IDC_ALIAS" file="aliasb.cur" type="CURSOR" />
15 <include name="IDC_CELL" file="cell.cur" type="CURSOR" /> 17 <include name="IDC_CELL" file="cell.cur" type="CURSOR" />
16 <include name="IDC_COLRESIZE" file="col_resize.cur" type="CURSOR" /> 18 <include name="IDC_COLRESIZE" file="col_resize.cur" type="CURSOR" />
17 <include name="IDC_COPYCUR" file="copy.cur" type="CURSOR" /> 19 <include name="IDC_COPYCUR" file="copy.cur" type="CURSOR" />
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 <structure type="chrome_scaled_image" name="IDR_PDF_PROGRESS_BAR_6" file=" pdf_progress_6.png" /> 147 <structure type="chrome_scaled_image" name="IDR_PDF_PROGRESS_BAR_6" file=" pdf_progress_6.png" />
146 <structure type="chrome_scaled_image" name="IDR_PDF_PROGRESS_BAR_7" file=" pdf_progress_7.png" /> 148 <structure type="chrome_scaled_image" name="IDR_PDF_PROGRESS_BAR_7" file=" pdf_progress_7.png" />
147 <structure type="chrome_scaled_image" name="IDR_PDF_PROGRESS_BAR_8" file=" pdf_progress_8.png" /> 149 <structure type="chrome_scaled_image" name="IDR_PDF_PROGRESS_BAR_8" file=" pdf_progress_8.png" />
148 <structure type="chrome_scaled_image" name="IDR_PDF_PROGRESS_BAR_BACKGROUN D" file="pdf_progress_background.png" /> 150 <structure type="chrome_scaled_image" name="IDR_PDF_PROGRESS_BAR_BACKGROUN D" file="pdf_progress_background.png" />
149 <structure type="chrome_scaled_image" name="IDR_PDF_PAGE_INDICATOR_BACKGRO UND" file="pdf_page_indicator_background.png" /> 151 <structure type="chrome_scaled_image" name="IDR_PDF_PAGE_INDICATOR_BACKGRO UND" file="pdf_page_indicator_background.png" />
150 <structure type="chrome_scaled_image" name="IDR_PDF_PAGE_DROPSHADOW" file= "pdf_dropshadow.png" /> 152 <structure type="chrome_scaled_image" name="IDR_PDF_PAGE_DROPSHADOW" file= "pdf_dropshadow.png" />
151 <structure type="chrome_scaled_image" name="IDR_PASSWORD_GENERATION_ICON" file="password_generation.png" /> 153 <structure type="chrome_scaled_image" name="IDR_PASSWORD_GENERATION_ICON" file="password_generation.png" />
152 </structures> 154 </structures>
153 </release> 155 </release>
154 </grit> 156 </grit>
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | webkit/tools/test_shell/test_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698