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

Unified Diff: chrome/browser/resources/tracing/sorted_array_utils.js

Issue 7555005: Moving the contents of chrome://gpu Profiling to chrome://tracing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/tracing/sorted_array_utils.js
diff --git a/chrome/browser/resources/gpu_internals/sorted_array_utils.js b/chrome/browser/resources/tracing/sorted_array_utils.js
similarity index 99%
rename from chrome/browser/resources/gpu_internals/sorted_array_utils.js
rename to chrome/browser/resources/tracing/sorted_array_utils.js
index b99d3699c507fcbf1c88652c7766c7db900ac429..6aac23adf2fe760a3a4213bac0c2a4849c32d457 100644
--- a/chrome/browser/resources/gpu_internals/sorted_array_utils.js
+++ b/chrome/browser/resources/tracing/sorted_array_utils.js
@@ -8,7 +8,7 @@
* over sorted arrays and intervals.
*
*/
-cr.define('gpu', function() {
+cr.define('tracing', function() {
/**
* Finds the first index in the array whose value is >= loVal.
*
« no previous file with comments | « chrome/browser/resources/tracing/profiling_view.js ('k') | chrome/browser/resources/tracing/tests/big_trace.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698