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

Side by Side Diff: tracing/tracing/ui/tracks/thread_track.html

Issue 2995843002: Merge iteration_helpers into utils.html. (Closed)
Patch Set: rebase Created 3 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 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="stylesheet" href="/tracing/ui/tracks/thread_track.css"> 8 <link rel="stylesheet" href="/tracing/ui/tracks/thread_track.css">
9 9
10 <link rel="import" href="/tracing/base/iteration_helpers.html"> 10 <link rel="import" href="/tracing/base/utils.html">
11 <link rel="import" href="/tracing/core/filter.html"> 11 <link rel="import" href="/tracing/core/filter.html">
12 <link rel="import" href="/tracing/model/event_set.html"> 12 <link rel="import" href="/tracing/model/event_set.html">
13 <link rel="import" href="/tracing/ui/base/ui.html"> 13 <link rel="import" href="/tracing/ui/base/ui.html">
14 <link rel="import" href="/tracing/ui/tracks/async_slice_group_track.html"> 14 <link rel="import" href="/tracing/ui/tracks/async_slice_group_track.html">
15 <link rel="import" href="/tracing/ui/tracks/container_track.html"> 15 <link rel="import" href="/tracing/ui/tracks/container_track.html">
16 <link rel="import" href="/tracing/ui/tracks/sample_track.html"> 16 <link rel="import" href="/tracing/ui/tracks/sample_track.html">
17 <link rel="import" href="/tracing/ui/tracks/slice_group_track.html"> 17 <link rel="import" href="/tracing/ui/tracks/slice_group_track.html">
18 <link rel="import" href="/tracing/ui/tracks/slice_track.html"> 18 <link rel="import" href="/tracing/ui/tracks/slice_track.html">
19 19
20 <script> 20 <script>
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 } 176 }
177 } 177 }
178 } 178 }
179 }; 179 };
180 180
181 return { 181 return {
182 ThreadTrack, 182 ThreadTrack,
183 }; 183 };
184 }); 184 });
185 </script> 185 </script>
OLDNEW
« no previous file with comments | « tracing/tracing/ui/tracks/object_instance_track_test.html ('k') | tracing/tracing/value/diagnostics/grouping_path.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698