summaryrefslogtreecommitdiffstats
path: root/content/browser/resources/gpu/gpu_internals.html
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-31 18:13:18 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-31 18:13:18 +0000
commite1c26ae78293ffa3ba6ee69a377be034d2d8cc8a (patch)
tree3ad4b035cc2cfdc3303b8942fc8b450596c8267a /content/browser/resources/gpu/gpu_internals.html
parent421ce19f234e368c674b1e31318cfbb8a222e33b (diff)
downloadchromium_src-e1c26ae78293ffa3ba6ee69a377be034d2d8cc8a.zip
chromium_src-e1c26ae78293ffa3ba6ee69a377be034d2d8cc8a.tar.gz
chromium_src-e1c26ae78293ffa3ba6ee69a377be034d2d8cc8a.tar.bz2
Move chrome://gpu to content.
BUG=169170 Review URL: https://codereview.chromium.org/12086079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179908 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/resources/gpu/gpu_internals.html')
-rw-r--r--content/browser/resources/gpu/gpu_internals.html55
1 files changed, 55 insertions, 0 deletions
diff --git a/content/browser/resources/gpu/gpu_internals.html b/content/browser/resources/gpu/gpu_internals.html
new file mode 100644
index 0000000..8bb9030
--- /dev/null
+++ b/content/browser/resources/gpu/gpu_internals.html
@@ -0,0 +1,55 @@
+<!DOCTYPE HTML>
+<html>
+<!--
+Copyright (c) 2012 The Chromium Authors. All rights reserved.
+Use of this source code is governed by a BSD-style license that can be
+found in the LICENSE file.
+-->
+<head i18n-values="dir:textdirection;">
+<style>
+* {
+ box-sizing: border-box;
+ -webkit-user-select: none;
+}
+
+body {
+ cursor: default;
+ font-family: sans-serif;
+ padding: 0;
+ margin: 0;
+}
+
+#debug-div {
+ display: -webkit-box;
+ position: fixed;
+ top: 0px;
+ left: 50%;
+ border: 1px solid red;
+}
+
+tabbox tabpanels {
+ padding: 1px;
+}
+
+</style>
+<link rel="stylesheet" href="info_view.css">
+<link rel="stylesheet" href="chrome://resources/css/tabs.css">
+<link rel="stylesheet" href="chrome://resources/css/widgets.css">
+<script src="chrome://resources/js/cr.js"></script>
+<script src="chrome://resources/js/cr/event_target.js"></script>
+<script src="chrome://resources/js/cr/ui.js"></script>
+<script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
+<script src="chrome://resources/js/cr/ui/tabs.js"></script>
+<script src="chrome://resources/js/util.js"></script>
+<script src="chrome://gpu/gpu_internals.js"></script>
+<script src="chrome://gpu/strings.js"></script>
+</head>
+<body>
+ <div id="debug-div">
+ </div>
+ <include src="info_view.html">
+ <script src="chrome://resources/js/i18n_template.js"></script>
+ <script src="chrome://resources/js/i18n_process.js"></script>
+ <script src="chrome://resources/js/jstemplate_compiled.js"></script>
+</body>
+</html>