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

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

Issue 1745004: Changing the mediaplayer so it starts over when the clip is finished. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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/resources/mediaplayer.html » ('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 <!-- 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. ptrrraer --> 3 without changes to the corresponding grd file. paaaae -->
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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 <include name="IDR_SYNC_SETUP_DONE_HTML" file="sync\resources\setup_done.h tml" flattenhtml="true" type="BINDATA" /> 64 <include name="IDR_SYNC_SETUP_DONE_HTML" file="sync\resources\setup_done.h tml" flattenhtml="true" type="BINDATA" />
65 <include name="IDR_BLACKLIST_HTML" file="resources\privacy_blacklist_block .html" flattenhtml="true" type="BINDATA" /> 65 <include name="IDR_BLACKLIST_HTML" file="resources\privacy_blacklist_block .html" flattenhtml="true" type="BINDATA" />
66 <include name="IDR_BLACKLIST_IMAGE" file="resources\privacy_blacklist_bloc k.png" type="BINDATA" /> 66 <include name="IDR_BLACKLIST_IMAGE" file="resources\privacy_blacklist_bloc k.png" type="BINDATA" />
67 <include name="IDR_NOTIFICATION_ICON_HTML" file="resources\notification_ic on.html" type="BINDATA" /> 67 <include name="IDR_NOTIFICATION_ICON_HTML" file="resources\notification_ic on.html" type="BINDATA" />
68 <include name="IDR_NOTIFICATION_2LINE_HTML" file="resources\notification_2 line.html" type="BINDATA" /> 68 <include name="IDR_NOTIFICATION_2LINE_HTML" file="resources\notification_2 line.html" type="BINDATA" />
69 <include name="IDR_NOTIFICATION_1LINE_HTML" file="resources\notification_1 line.html" type="BINDATA" /> 69 <include name="IDR_NOTIFICATION_1LINE_HTML" file="resources\notification_1 line.html" type="BINDATA" />
70 <include name="IDR_TRANSLATE_JS" file="resources\translate.js" type="BINDA TA" /> 70 <include name="IDR_TRANSLATE_JS" file="resources\translate.js" type="BINDA TA" />
71 </includes> 71 </includes>
72 </release> 72 </release>
73 </grit> 73 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/mediaplayer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698