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

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

Issue 123713002: [chromeos] Add an about:power UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/chromeos/power.css » ('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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 </if> 410 </if>
411 <if expr="pp_ifdef('chromeos')"> 411 <if expr="pp_ifdef('chromeos')">
412 <include name="IDR_SOUND_STARTUP_WAV" file="resources\chromeos\sounds\st artup.wav" type="BINDATA" /> 412 <include name="IDR_SOUND_STARTUP_WAV" file="resources\chromeos\sounds\st artup.wav" type="BINDATA" />
413 <include name="IDR_SOUND_LOCK_WAV" file="resources\chromeos\sounds\lock. wav" type="BINDATA" /> 413 <include name="IDR_SOUND_LOCK_WAV" file="resources\chromeos\sounds\lock. wav" type="BINDATA" />
414 <include name="IDR_SOUND_UNLOCK_WAV" file="resources\chromeos\sounds\unl ock.wav" type="BINDATA" /> 414 <include name="IDR_SOUND_UNLOCK_WAV" file="resources\chromeos\sounds\unl ock.wav" type="BINDATA" />
415 <include name="IDR_SOUND_SHUTDOWN_WAV" file="resources\chromeos\sounds\s hutdown.wav" type="BINDATA" /> 415 <include name="IDR_SOUND_SHUTDOWN_WAV" file="resources\chromeos\sounds\s hutdown.wav" type="BINDATA" />
416 <include name="IDR_SOUND_SPOKEN_FEEDBACK_ENABLED_WAV" file="resources\ch romeos\sounds\spoken_feedback_enabled.wav" type="BINDATA" /> 416 <include name="IDR_SOUND_SPOKEN_FEEDBACK_ENABLED_WAV" file="resources\ch romeos\sounds\spoken_feedback_enabled.wav" type="BINDATA" />
417 <include name="IDR_SOUND_SPOKEN_FEEDBACK_DISABLED_WAV" file="resources\c hromeos\sounds\spoken_feedback_disabled.wav" type="BINDATA" /> 417 <include name="IDR_SOUND_SPOKEN_FEEDBACK_DISABLED_WAV" file="resources\c hromeos\sounds\spoken_feedback_disabled.wav" type="BINDATA" />
418 <include name="IDR_SOUND_VOLUME_ADJUST_WAV" file="resources\chromeos\sou nds\volume_adjust.wav" type="BINDATA" /> 418 <include name="IDR_SOUND_VOLUME_ADJUST_WAV" file="resources\chromeos\sou nds\volume_adjust.wav" type="BINDATA" />
419 </if> 419 </if>
420 <if expr="pp_ifdef('chromeos')">
421 <include name="IDR_ABOUT_POWER_HTML" file="resources\chromeos\power.html " type="BINDATA" />
422 <include name="IDR_ABOUT_POWER_JS" file="resources\chromeos\power.js" ty pe="BINDATA" />
423 <include name="IDR_ABOUT_POWER_CSS" file="resources\chromeos\power.css" type="BINDATA" />
424 </if>
420 </includes> 425 </includes>
421 </release> 426 </release>
422 </grit> 427 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/chromeos/power.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698