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

Side by Side Diff: chrome/browser/browser_resources.grd

Issue 23513049: Implement install module verification metric. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Line length. Created 7 years, 2 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 | chrome/browser/chrome_browser_main_win.h » ('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/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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 <include name="IDR_NETWORK_HTML" file="resources\chromeos\network.html" type="BINDATA" /> 384 <include name="IDR_NETWORK_HTML" file="resources\chromeos\network.html" type="BINDATA" />
385 <include name="IDR_NETWORK_JS" file="resources\chromeos\network.js" type ="BINDATA" /> 385 <include name="IDR_NETWORK_JS" file="resources\chromeos\network.js" type ="BINDATA" />
386 <include name="IDR_NETWORK_CSS" file="resources\chromeos\network.css" ty pe="BINDATA" /> 386 <include name="IDR_NETWORK_CSS" file="resources\chromeos\network.css" ty pe="BINDATA" />
387 </if> 387 </if>
388 <if expr="pp_ifdef('_google_chrome')"> 388 <if expr="pp_ifdef('_google_chrome')">
389 <include name="IDR_PREF_HASH_SEED_BIN" file="resources\settings_internal \pref_hash_seed.bin" type="BINDATA" /> 389 <include name="IDR_PREF_HASH_SEED_BIN" file="resources\settings_internal \pref_hash_seed.bin" type="BINDATA" />
390 <include name="IDR_AUTOMATIC_PROFILE_RESET_RULES" file="internal\resourc es\profile_reset\automatic_profile_reset_rules.dat" type="BINDATA" /> 390 <include name="IDR_AUTOMATIC_PROFILE_RESET_RULES" file="internal\resourc es\profile_reset\automatic_profile_reset_rules.dat" type="BINDATA" />
391 <include name="IDR_AUTOMATIC_PROFILE_RESET_RULES_DRY" file="internal\res ources\profile_reset\automatic_profile_reset_rules_dry.dat" type="BINDATA" /> 391 <include name="IDR_AUTOMATIC_PROFILE_RESET_RULES_DRY" file="internal\res ources\profile_reset\automatic_profile_reset_rules_dry.dat" type="BINDATA" />
392 <include name="IDR_AUTOMATIC_PROFILE_RESET_HASH_SEED" file="internal\res ources\profile_reset\automatic_profile_reset_hash_seed.dat" type="BINDATA" /> 392 <include name="IDR_AUTOMATIC_PROFILE_RESET_HASH_SEED" file="internal\res ources\profile_reset\automatic_profile_reset_hash_seed.dat" type="BINDATA" />
393 <include name="IDR_AUTOMATIC_PROFILE_RESET_HASH_SEED_DRY" file="internal \resources\profile_reset\automatic_profile_reset_hash_seed_dry.dat" type="BINDAT A" /> 393 <include name="IDR_AUTOMATIC_PROFILE_RESET_HASH_SEED_DRY" file="internal \resources\profile_reset\automatic_profile_reset_hash_seed_dry.dat" type="BINDAT A" />
394 <include name="IDR_ADDITIONAL_MODULES_LIST" file="internal\resources\add itional_modules_list.txt" type="BINDATA" />
394 </if> 395 </if>
395 <if expr="pp_ifdef('chromeos')"> 396 <if expr="pp_ifdef('chromeos')">
396 <include name="IDR_SOUND_STARTUP_WAV" file="resources\chromeos\sounds\st artup.wav" type="BINDATA" /> 397 <include name="IDR_SOUND_STARTUP_WAV" file="resources\chromeos\sounds\st artup.wav" type="BINDATA" />
397 <include name="IDR_SOUND_LOCK_WAV" file="resources\chromeos\sounds\lock. wav" type="BINDATA" /> 398 <include name="IDR_SOUND_LOCK_WAV" file="resources\chromeos\sounds\lock. wav" type="BINDATA" />
398 <include name="IDR_SOUND_UNLOCK_WAV" file="resources\chromeos\sounds\unl ock.wav" type="BINDATA" /> 399 <include name="IDR_SOUND_UNLOCK_WAV" file="resources\chromeos\sounds\unl ock.wav" type="BINDATA" />
399 <include name="IDR_SOUND_SHUTDOWN_WAV" file="resources\chromeos\sounds\s hutdown.wav" type="BINDATA" /> 400 <include name="IDR_SOUND_SHUTDOWN_WAV" file="resources\chromeos\sounds\s hutdown.wav" type="BINDATA" />
400 </if> 401 </if>
401 </includes> 402 </includes>
402 </release> 403 </release>
403 </grit> 404 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698