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

Side by Side Diff: tools/skpdiff/viewer.html

Issue 19608005: move skpdiff into tools (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 5 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 | « tools/skpdiff/skpdiff_util.cpp ('k') | tools/skpdiff/viewer_style.css » ('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 <!-- This whole page uses the module --> 2 <!-- This whole page uses the module -->
3 <html ng-app="diff_viewer"> 3 <html ng-app="diff_viewer">
4 <head> 4 <head>
5 <script type="text/javascript" 5 <script type="text/javascript"
6 src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.m in.js"></script> 6 src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.m in.js"></script>
7 <script type="text/javascript" src="skpdiff_output.json"></script> 7 <script type="text/javascript" src="skpdiff_output.json"></script>
8 <script type="text/javascript" src="diff_viewer.js"></script> 8 <script type="text/javascript" src="diff_viewer.js"></script>
9 <link rel="stylesheet" type="text/css" href="viewer_style.css"> 9 <link rel="stylesheet" type="text/css" href="viewer_style.css">
10 <title>SkPDiff</title> 10 <title>SkPDiff</title>
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 </div> 54 </div>
55 </td> 55 </td>
56 </tr> 56 </tr>
57 </tbody> 57 </tbody>
58 </table> 58 </table>
59 </script> 59 </script>
60 <!-- Whatever template is used is rendered in the following div --> 60 <!-- Whatever template is used is rendered in the following div -->
61 <div ng-view></div> 61 <div ng-view></div>
62 </body> 62 </body>
63 </html> 63 </html>
OLDNEW
« no previous file with comments | « tools/skpdiff/skpdiff_util.cpp ('k') | tools/skpdiff/viewer_style.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698