OLD | NEW |
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/browser_resources.h" type="rc_header"> | 4 <output filename="grit/browser_resources.h" type="rc_header"> |
5 <emit emit_type='prepend'></emit> | 5 <emit emit_type='prepend'></emit> |
6 </output> | 6 </output> |
7 <output filename="browser_resources.pak" type="data_package" /> | 7 <output filename="browser_resources.pak" type="data_package" /> |
8 <output filename="browser_resources.rc" type="rc_all" /> | |
9 </outputs> | 8 </outputs> |
10 <release seq="1"> | 9 <release seq="1"> |
11 <structures> | 10 <structures> |
12 <if expr="is_posix and not is_macosx and not is_ios"> | 11 <if expr="is_posix and not is_macosx and not is_ios"> |
13 <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_lin
ux.html" flattenhtml="true" type="chrome_html" /> | 12 <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_lin
ux.html" flattenhtml="true" type="chrome_html" /> |
14 </if> | 13 </if> |
15 <if expr="is_macosx or is_ios"> | 14 <if expr="is_macosx or is_ios"> |
16 <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_mac
.html" flattenhtml="true" type="chrome_html" /> | 15 <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_mac
.html" flattenhtml="true" type="chrome_html" /> |
17 </if> | 16 </if> |
18 <if expr="is_win"> | 17 <if expr="is_win"> |
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
411 <include name="IDR_SOUND_LOCK_WAV" file="resources\chromeos\sounds\lock.
wav" type="BINDATA" /> | 410 <include name="IDR_SOUND_LOCK_WAV" file="resources\chromeos\sounds\lock.
wav" type="BINDATA" /> |
412 <include name="IDR_SOUND_UNLOCK_WAV" file="resources\chromeos\sounds\unl
ock.wav" type="BINDATA" /> | 411 <include name="IDR_SOUND_UNLOCK_WAV" file="resources\chromeos\sounds\unl
ock.wav" type="BINDATA" /> |
413 <include name="IDR_SOUND_SHUTDOWN_WAV" file="resources\chromeos\sounds\s
hutdown.wav" type="BINDATA" /> | 412 <include name="IDR_SOUND_SHUTDOWN_WAV" file="resources\chromeos\sounds\s
hutdown.wav" type="BINDATA" /> |
414 <include name="IDR_SOUND_SPOKEN_FEEDBACK_ENABLED_WAV" file="resources\ch
romeos\sounds\spoken_feedback_enabled.wav" type="BINDATA" /> | 413 <include name="IDR_SOUND_SPOKEN_FEEDBACK_ENABLED_WAV" file="resources\ch
romeos\sounds\spoken_feedback_enabled.wav" type="BINDATA" /> |
415 <include name="IDR_SOUND_SPOKEN_FEEDBACK_DISABLED_WAV" file="resources\c
hromeos\sounds\spoken_feedback_disabled.wav" type="BINDATA" /> | 414 <include name="IDR_SOUND_SPOKEN_FEEDBACK_DISABLED_WAV" file="resources\c
hromeos\sounds\spoken_feedback_disabled.wav" type="BINDATA" /> |
416 <include name="IDR_SOUND_VOLUME_ADJUST_WAV" file="resources\chromeos\sou
nds\volume_adjust.wav" type="BINDATA" /> | 415 <include name="IDR_SOUND_VOLUME_ADJUST_WAV" file="resources\chromeos\sou
nds\volume_adjust.wav" type="BINDATA" /> |
417 </if> | 416 </if> |
418 </includes> | 417 </includes> |
419 </release> | 418 </release> |
420 </grit> | 419 </grit> |
OLD | NEW |