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

Unified Diff: native_client_sdk/src/examples/gamepad/index.html

Issue 13488007: [NaCl SDK] Make the SDK examples buildable as a packaged app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix license headers Created 7 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/examples/gamepad/index.html
diff --git a/native_client_sdk/src/examples/gamepad/index.html b/native_client_sdk/src/examples/gamepad/index.html
index 108319b448d5881c4edb05023fefc691a1fe8791..8b580db8e666ec4fbb9677e51ab940ccfa846b5d 100644
--- a/native_client_sdk/src/examples/gamepad/index.html
+++ b/native_client_sdk/src/examples/gamepad/index.html
@@ -14,10 +14,10 @@ found in the LICENSE file.
<body data-width="800" data-height="200" {{attrs}}>
<h1>{{title}}</h1>
<h2>Status: <code id="statusField">NO-STATUS</code></h2>
- <!-- The NaCl plugin will be embedded inside the element with id "listener".
- See common.js.-->
<p> Attached gamepad values should appear, left to right, once they've been
interacted with. Buttons, esp triggers are analog. </p>
+ <!-- The NaCl plugin will be embedded inside the element with id "listener".
+ See common.js.-->
<div id="listener"></div>
</body>
</html>
« no previous file with comments | « native_client_sdk/src/examples/gamepad/example.dsc ('k') | native_client_sdk/src/examples/geturl/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698