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

Side by Side Diff: tracing/tracing/ui/tracks/object_instance_group_track.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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 Copyright (c) 2013 The Chromium Authors. All rights reserved. 3 Copyright (c) 2013 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 7
8 <link rel="import" href="/tracing/base/sorted_array_utils.html"> 8 <link rel="import" href="/tracing/base/math/sorted_array_utils.html">
9 <link rel="import" href="/tracing/ui/analysis/object_instance_view.html"> 9 <link rel="import" href="/tracing/ui/analysis/object_instance_view.html">
10 <link rel="import" href="/tracing/ui/analysis/object_snapshot_view.html"> 10 <link rel="import" href="/tracing/ui/analysis/object_snapshot_view.html">
11 <link rel="import" href="/tracing/ui/base/ui.html"> 11 <link rel="import" href="/tracing/ui/base/ui.html">
12 <link rel="import" href="/tracing/ui/tracks/multi_row_track.html"> 12 <link rel="import" href="/tracing/ui/tracks/multi_row_track.html">
13 <link rel="import" href="/tracing/ui/tracks/object_instance_track.html"> 13 <link rel="import" href="/tracing/ui/tracks/object_instance_track.html">
14 14
15 <script> 15 <script>
16 'use strict'; 16 'use strict';
17 17
18 tr.exportTo('tr.ui.tracks', function() { 18 tr.exportTo('tr.ui.tracks', function() {
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 }, 78 },
79 updateHeadingAndTooltip_: function() { 79 updateHeadingAndTooltip_: function() {
80 } 80 }
81 }; 81 };
82 82
83 return { 83 return {
84 ObjectInstanceGroupTrack, 84 ObjectInstanceGroupTrack,
85 }; 85 };
86 }); 86 });
87 </script> 87 </script>
OLDNEW
« no previous file with comments | « tracing/tracing/ui/tracks/multi_row_track.html ('k') | tracing/tracing/ui/tracks/object_instance_track.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698