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

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

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.js
diff --git a/chrome/browser/resources/gpu_internals.js b/chrome/browser/resources/gpu_internals/gpu_internals.js
similarity index 91%
rename from chrome/browser/resources/gpu_internals.js
rename to chrome/browser/resources/gpu_internals/gpu_internals.js
index 022372db3caab04517cd783b565014e15b9e8099..6410617dd0f252e5937b7a5735d6e213f2d51371 100644
--- a/chrome/browser/resources/gpu_internals.js
+++ b/chrome/browser/resources/gpu_internals/gpu_internals.js
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-<include src="gpu_internals/browser_bridge.js"/>
-<include src="gpu_internals/info_view.js"/>
+<include src="browser_bridge.js"/>
+<include src="info_view.js"/>
var browserBridge;

Powered by Google App Engine
This is Rietveld 408576698