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

Side by Side Diff: content/browser/resources/gpu/gpu_internals.html

Issue 599653003: Remove old template html boilerplate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bydefault
Patch Set: fix android Created 6 years, 2 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
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <!-- 3 <!--
4 Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 <head i18n-values="dir:textdirection;"> 8 <head i18n-values="dir:textdirection;">
9 <meta name="viewport" content="width=device-width" /> 9 <meta name="viewport" content="width=device-width" />
10 <style> 10 <style>
(...skipping 22 matching lines...) Expand all
33 33
34 </style> 34 </style>
35 <link rel="stylesheet" href="info_view.css"> 35 <link rel="stylesheet" href="info_view.css">
36 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> 36 <link rel="stylesheet" href="chrome://resources/css/tabs.css">
37 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> 37 <link rel="stylesheet" href="chrome://resources/css/widgets.css">
38 <script src="chrome://resources/js/cr.js"></script> 38 <script src="chrome://resources/js/cr.js"></script>
39 <script src="chrome://resources/js/cr/event_target.js"></script> 39 <script src="chrome://resources/js/cr/event_target.js"></script>
40 <script src="chrome://resources/js/cr/ui.js"></script> 40 <script src="chrome://resources/js/cr/ui.js"></script>
41 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script> 41 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
42 <script src="chrome://resources/js/cr/ui/tabs.js"></script> 42 <script src="chrome://resources/js/cr/ui/tabs.js"></script>
43 <script src="chrome://resources/js/load_time_data.js"></script>
43 <script src="chrome://resources/js/util.js"></script> 44 <script src="chrome://resources/js/util.js"></script>
44 <script src="gpu_internals.js"></script> 45 <script src="gpu_internals.js"></script>
45 <script src="strings.js"></script> 46 <script src="strings.js"></script>
46 </head> 47 </head>
47 <body> 48 <body>
48 <div id="debug-div"> 49 <div id="debug-div">
49 </div> 50 </div>
50 <include src="info_view.html"> 51 <include src="info_view.html">
51 <script src="chrome://resources/js/i18n_template.js"></script> 52 <script src="chrome://resources/js/i18n_template2.js"></script>
52 <script src="chrome://resources/js/i18n_process.js"></script>
53 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 53 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
54 </body> 54 </body>
55 </html> 55 </html>
OLDNEW
« no previous file with comments | « content/browser/indexed_db/indexed_db_internals_ui.cc ('k') | content/browser/service_worker/service_worker_internals_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698