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

Side by Side Diff: platform_tools/nacl/index.html

Issue 16904003: SkHello for NaCl (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 6 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 | « gyp/tools.gyp ('k') | platform_tools/nacl/skhello/index.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <!-- 3 <!--
4 Copyright 2013 Google Inc. 4 Copyright 2013 Google Inc.
5 5
6 Use of this source code is governed by a BSD-style license that can be 6 Use of this source code is governed by a BSD-style license that can be
7 found in the LICENSE file. 7 found in the LICENSE file.
8 --> 8 -->
9 <head> 9 <head>
10 <title>Skia Native Client Apps</title> 10 <title>Skia Native Client Apps</title>
11 </head> 11 </head>
12 <body> 12 <body>
13 <h1>Skia Native Client Apps</h1> 13 <h1>Skia Native Client Apps</h1>
14 <p> 14 <p>
15 <ul> 15 <ul>
16 <li><a href="skhello">Skia Hello World</a></li>
16 <li><a href="tests">Skia Unit Tests</a></li> 17 <li><a href="tests">Skia Unit Tests</a></li>
17 <li><a href="debugger">Skia Debugger</a></li> 18 <li><a href="debugger">Skia Debugger</a></li>
18 <li><a href="SampleApp">Skia Sample App</a></li> 19 <li><a href="SampleApp">Skia Sample App</a></li>
19 </ul> 20 </ul>
20 </p> 21 </p>
21 </body> 22 </body>
22 </html> 23 </html>
OLDNEW
« no previous file with comments | « gyp/tools.gyp ('k') | platform_tools/nacl/skhello/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698