Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <!-- This comment is only here because changes to resources are not picked up | 2 <!-- This comment is only here because changes to resources are not picked up |
| 3 without changes to the corresponding grd file. --> | 3 without changes to the corresponding grd file. aa1 --> |
|
Glen Murphy
2009/08/05 22:30:19
?
| |
| 4 <grit latest_public_release="0" current_release="1"> | 4 <grit latest_public_release="0" current_release="1"> |
| 5 <outputs> | 5 <outputs> |
| 6 <output filename="grit/browser_resources.h" type="rc_header"> | 6 <output filename="grit/browser_resources.h" type="rc_header"> |
| 7 <emit emit_type='prepend'></emit> | 7 <emit emit_type='prepend'></emit> |
| 8 </output> | 8 </output> |
| 9 <output filename="browser_resources.rc" type="rc_all" /> | 9 <output filename="browser_resources.rc" type="rc_all" /> |
| 10 <output filename="browser_resources.pak" type="data_package" /> | 10 <output filename="browser_resources.pak" type="data_package" /> |
| 11 </outputs> | 11 </outputs> |
| 12 <release seq="1"> | 12 <release seq="1"> |
| 13 <includes> | 13 <includes> |
| (...skipping 22 matching lines...) Expand all Loading... | |
| 36 <include name="IDR_PRINT_TAB_HTML" file="resources\print_tab.html" flatten html="true" type="BINDATA" /> | 36 <include name="IDR_PRINT_TAB_HTML" file="resources\print_tab.html" flatten html="true" type="BINDATA" /> |
| 37 <include name="IDR_PRINT_TAB_CSS" file="resources\print_tab.css" type="BIN DATA" /> | 37 <include name="IDR_PRINT_TAB_CSS" file="resources\print_tab.css" type="BIN DATA" /> |
| 38 <include name="IDR_PRINT_TAB_JS" file="resources\print_tab.js" type="BINDA TA" /> | 38 <include name="IDR_PRINT_TAB_JS" file="resources\print_tab.js" type="BINDA TA" /> |
| 39 <if expr="os == 'linux2'"> | 39 <if expr="os == 'linux2'"> |
| 40 <include name="IDR_LINUX_SPLASH_HTML_CHROMIUM" file="resources\linux-spl ash.html" flattenhtml="true" type="BINDATA" /> | 40 <include name="IDR_LINUX_SPLASH_HTML_CHROMIUM" file="resources\linux-spl ash.html" flattenhtml="true" type="BINDATA" /> |
| 41 <include name="IDR_LINUX_SPLASH_HTML_CHROME" file="resources\linux-splas h-chrome.html" flattenhtml="true" type="BINDATA" /> | 41 <include name="IDR_LINUX_SPLASH_HTML_CHROME" file="resources\linux-splas h-chrome.html" flattenhtml="true" type="BINDATA" /> |
| 42 </if> | 42 </if> |
| 43 </includes> | 43 </includes> |
| 44 </release> | 44 </release> |
| 45 </grit> | 45 </grit> |
| OLD | NEW |