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

Unified Diff: tracing/tracing/base/math/rect.html

Issue 2771723003: [tracing] Move math utilities from base into their own subdirectory (attempt 2) (Closed)
Patch Set: rebase Created 3 years, 9 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
« no previous file with comments | « tracing/tracing/base/math/range_utils_test.html ('k') | tracing/tracing/base/math/rect_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/base/math/rect.html
diff --git a/tracing/tracing/base/rect.html b/tracing/tracing/base/math/rect.html
similarity index 97%
rename from tracing/tracing/base/rect.html
rename to tracing/tracing/base/math/rect.html
index 1ceb39933bcdffb7a2776a3276a60e2132ec9541..a89d9b9262e650e984f415f8fec524bdbbbe8164 100644
--- a/tracing/tracing/base/rect.html
+++ b/tracing/tracing/base/math/rect.html
@@ -5,11 +5,11 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<link rel="import" href="/tracing/base/base.html">
-<link rel="import" href="/tracing/base/math.html">
+<link rel="import" href="/tracing/base/math/math.html">
<script>
'use strict';
-tr.exportTo('tr.b', function() {
+tr.exportTo('tr.b.math', function() {
/**
* Tracks a 2D bounding box.
* @constructor
« no previous file with comments | « tracing/tracing/base/math/range_utils_test.html ('k') | tracing/tracing/base/math/rect_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698