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

Unified Diff: chrome/browser/resources/gpu_internals/gpu_internals.html

Issue 8511046: deprecate webui.css (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: undo mistake in downloads Created 9 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/gpu_internals/gpu_internals.html
diff --git a/chrome/browser/resources/gpu_internals.html b/chrome/browser/resources/gpu_internals/gpu_internals.html
similarity index 92%
rename from chrome/browser/resources/gpu_internals.html
rename to chrome/browser/resources/gpu_internals/gpu_internals.html
index 420e1ceb8723b50dc6a1e3943fcbbbe46d2004b5..c41ee972373ddf4e99410ea974b06cc871b527b6 100644
--- a/chrome/browser/resources/gpu_internals.html
+++ b/chrome/browser/resources/gpu_internals/gpu_internals.html
@@ -6,7 +6,6 @@ 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;">
-<link rel="stylesheet" href="webui.css">
<style>
* {
box-sizing: border-box;
@@ -37,8 +36,9 @@ tabbox tabpanels {
}
</style>
-<link rel="stylesheet" href="gpu_internals/info_view.css">
+<link rel="stylesheet" href="info_view.css">
<link rel="stylesheet" href="chrome://resources/css/tabs.css">
+<link rel="stylesheet" href="chrome://resources/css/button.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>
@@ -58,7 +58,7 @@ tabbox tabpanels {
<tab>Profiling</tab>
</tabs>
<tabpanels>
- <include src="gpu_internals/info_view.html">
+ <include src="info_view.html">
<tabpanel id="profiling-view-link">
<div>
Profiling view has moved to <a

Powered by Google App Engine
This is Rietveld 408576698