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

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

Issue 26930002: Use relative path for scripts loaded in content WebUI's (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
« no previous file with comments | « no previous file | content/browser/resources/media/media_internals.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 (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 <style> 9 <style>
10 * { 10 * {
(...skipping 22 matching lines...) Expand all
33 </style> 33 </style>
34 <link rel="stylesheet" href="info_view.css"> 34 <link rel="stylesheet" href="info_view.css">
35 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> 35 <link rel="stylesheet" href="chrome://resources/css/tabs.css">
36 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> 36 <link rel="stylesheet" href="chrome://resources/css/widgets.css">
37 <script src="chrome://resources/js/cr.js"></script> 37 <script src="chrome://resources/js/cr.js"></script>
38 <script src="chrome://resources/js/cr/event_target.js"></script> 38 <script src="chrome://resources/js/cr/event_target.js"></script>
39 <script src="chrome://resources/js/cr/ui.js"></script> 39 <script src="chrome://resources/js/cr/ui.js"></script>
40 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script> 40 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
41 <script src="chrome://resources/js/cr/ui/tabs.js"></script> 41 <script src="chrome://resources/js/cr/ui/tabs.js"></script>
42 <script src="chrome://resources/js/util.js"></script> 42 <script src="chrome://resources/js/util.js"></script>
43 <script src="chrome://gpu/gpu_internals.js"></script> 43 <script src="gpu_internals.js"></script>
44 <script src="chrome://gpu/strings.js"></script> 44 <script src="strings.js"></script>
45 </head> 45 </head>
46 <body> 46 <body>
47 <div id="debug-div"> 47 <div id="debug-div">
48 </div> 48 </div>
49 <include src="info_view.html"> 49 <include src="info_view.html">
50 <script src="chrome://resources/js/i18n_template.js"></script> 50 <script src="chrome://resources/js/i18n_template.js"></script>
51 <script src="chrome://resources/js/i18n_process.js"></script> 51 <script src="chrome://resources/js/i18n_process.js"></script>
52 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 52 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
53 </body> 53 </body>
54 </html> 54 </html>
OLDNEW
« no previous file with comments | « no previous file | content/browser/resources/media/media_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698