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

Unified Diff: tracing/tracing/base/math/bbox2_test.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/bbox2.html ('k') | tracing/tracing/base/math/math.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/base/math/bbox2_test.html
diff --git a/tracing/tracing/base/bbox2_test.html b/tracing/tracing/base/math/bbox2_test.html
similarity index 90%
rename from tracing/tracing/base/bbox2_test.html
rename to tracing/tracing/base/math/bbox2_test.html
index 156c25e176c4d1fbff8bde26b0692168c758fb84..1bb77e0925b5832db7ccc1b290d5740ff7ec5f4b 100644
--- a/tracing/tracing/base/bbox2_test.html
+++ b/tracing/tracing/base/math/bbox2_test.html
@@ -4,7 +4,7 @@ Copyright (c) 2014 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.
-->
-<link rel="import" href="/tracing/base/bbox2.html">
+<link rel="import" href="/tracing/base/math/bbox2.html">
<script>
// Copyright (c) 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
@@ -14,7 +14,7 @@ found in the LICENSE file.
tr.b.unittest.testSuite(function() {
test('addVec2', function() {
- var bbox = new tr.b.BBox2();
+ var bbox = new tr.b.math.BBox2();
var x = vec2.create();
vec2.set(x, 10, 10);
bbox.addVec2(x);
« no previous file with comments | « tracing/tracing/base/math/bbox2.html ('k') | tracing/tracing/base/math/math.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698