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" /> | 8 <output filename="browser_resources.rc" type="rc_all" /> |
9 </outputs> | 9 </outputs> |
10 <release seq="1"> | 10 <release seq="1"> |
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
375 <include name="IDR_IDENTITY_INTERNALS_CSS" file="resources\identity_inte
rnals.css" type="BINDATA" /> | 375 <include name="IDR_IDENTITY_INTERNALS_CSS" file="resources\identity_inte
rnals.css" type="BINDATA" /> |
376 <include name="IDR_IDENTITY_INTERNALS_JS" file="resources\identity_inter
nals.js" type="BINDATA" /> | 376 <include name="IDR_IDENTITY_INTERNALS_JS" file="resources\identity_inter
nals.js" type="BINDATA" /> |
377 </if> | 377 </if> |
378 <if expr="pp_ifdef('chromeos')"> | 378 <if expr="pp_ifdef('chromeos')"> |
379 <include name="IDR_NETWORK_HTML" file="resources\chromeos\network.html"
type="BINDATA" /> | 379 <include name="IDR_NETWORK_HTML" file="resources\chromeos\network.html"
type="BINDATA" /> |
380 <include name="IDR_NETWORK_JS" file="resources\chromeos\network.js" type
="BINDATA" /> | 380 <include name="IDR_NETWORK_JS" file="resources\chromeos\network.js" type
="BINDATA" /> |
381 <include name="IDR_NETWORK_CSS" file="resources\chromeos\network.css" ty
pe="BINDATA" /> | 381 <include name="IDR_NETWORK_CSS" file="resources\chromeos\network.css" ty
pe="BINDATA" /> |
382 </if> | 382 </if> |
383 <if expr="pp_ifdef('_google_chrome')"> | 383 <if expr="pp_ifdef('_google_chrome')"> |
384 <include name="IDR_PREF_HASH_SEED_BIN" file="resources\settings_internal
\pref_hash_seed.bin" type="BINDATA" /> | 384 <include name="IDR_PREF_HASH_SEED_BIN" file="resources\settings_internal
\pref_hash_seed.bin" type="BINDATA" /> |
| 385 <include name="IDR_ADDITIONAL_MODULES_LIST" file="internal\resources\add
itional_modules_list.txt" type="BINDATA" /> |
385 </if> | 386 </if> |
386 <if expr="pp_ifdef('chromeos')"> | 387 <if expr="pp_ifdef('chromeos')"> |
387 <include name="IDR_SOUND_STARTUP_WAV" file="resources\chromeos\sounds\st
artup.wav" type="BINDATA" /> | 388 <include name="IDR_SOUND_STARTUP_WAV" file="resources\chromeos\sounds\st
artup.wav" type="BINDATA" /> |
388 <include name="IDR_SOUND_LOCK_WAV" file="resources\chromeos\sounds\lock.
wav" type="BINDATA" /> | 389 <include name="IDR_SOUND_LOCK_WAV" file="resources\chromeos\sounds\lock.
wav" type="BINDATA" /> |
389 <include name="IDR_SOUND_UNLOCK_WAV" file="resources\chromeos\sounds\unl
ock.wav" type="BINDATA" /> | 390 <include name="IDR_SOUND_UNLOCK_WAV" file="resources\chromeos\sounds\unl
ock.wav" type="BINDATA" /> |
390 <include name="IDR_SOUND_SHUTDOWN_WAV" file="resources\chromeos\sounds\s
hutdown.wav" type="BINDATA" /> | 391 <include name="IDR_SOUND_SHUTDOWN_WAV" file="resources\chromeos\sounds\s
hutdown.wav" type="BINDATA" /> |
391 </if> | 392 </if> |
392 </includes> | 393 </includes> |
393 </release> | 394 </release> |
394 </grit> | 395 </grit> |
OLD | NEW |