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

Side by Side Diff: examples/audio/openal-ogg/index.html

Issue 12114013: Fix openal NaCl port. (Closed) Base URL: http://naclports.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 10 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 | « examples/audio/openal-ogg/Makefile ('k') | examples/audio/openal-ogg/nacl-openal-ogg.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html> 3 <html>
4 <!-- Copyright 2012 Google Inc. All rights reserved. --> 4 <!-- Copyright 2012 Google Inc. All rights reserved. -->
5 <head> 5 <head>
6 <META HTTP-EQUIV="Pragma" CONTENT="no-cache" /> 6 <META HTTP-EQUIV="Pragma" CONTENT="no-cache" />
7 <META HTTP-EQUIV="Expires" CONTENT="-1" /> 7 <META HTTP-EQUIV="Expires" CONTENT="-1" />
8 <title>Native Client OpenAL / Ogg Vorbis</title> 8 <title>Native Client OpenAL / Ogg Vorbis</title>
9 </head> 9 </head>
10 10
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 56
57 <embed name="nacl_module" 57 <embed name="nacl_module"
58 id="openal_ogg_nexe" 58 id="openal_ogg_nexe"
59 src="openal_ogg.nmf" 59 src="openal_ogg.nmf"
60 type="application/x-nacl"> 60 type="application/x-nacl">
61 61
62 62
63 </body> 63 </body>
64 </html> 64 </html>
65 65
OLDNEW
« no previous file with comments | « examples/audio/openal-ogg/Makefile ('k') | examples/audio/openal-ogg/nacl-openal-ogg.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698