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

Side by Side Diff: ppapi/native_client/tests/ppapi_gles_book/ppapi_gles_book.html

Issue 10835019: Fix license headers in a number of files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 4 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 | « ppapi/native_client/tests/ppapi_geturl/ppapi_geturl.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2011 The Chromium Authors. All rights reserved. 2 Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can 3 Use of this source code is governed by a BSD-style license that can
4 be found in the LICENSE file. 4 be found in the LICENSE file.
5 --> 5 -->
6 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 6 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
7 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 7 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
8 <html> 8 <html>
9 <head> 9 <head>
10 <meta http-equiv="Pragma" content="no-cache" /> 10 <meta http-equiv="Pragma" content="no-cache" />
11 <meta http-equiv="Expires" content="-1" /> 11 <meta http-equiv="Expires" content="-1" />
12 <script type="text/javascript" src="nacltest.js"></script> 12 <script type="text/javascript" src="nacltest.js"></script>
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 document.getElementById('attach').appendChild(node); 92 document.getElementById('attach').appendChild(node);
93 93
94 var tester = new Tester(); 94 var tester = new Tester();
95 setupTests(tester, $('naclModule')); 95 setupTests(tester, $('naclModule'));
96 tester.waitFor($('naclModule')); 96 tester.waitFor($('naclModule'));
97 tester.run(); 97 tester.run();
98 //]]> 98 //]]>
99 </script> 99 </script>
100 </body> 100 </body>
101 </html> 101 </html>
OLDNEW
« no previous file with comments | « ppapi/native_client/tests/ppapi_geturl/ppapi_geturl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698