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

Side by Side Diff: tracing/tracing/ui/analysis/memory_dump_heap_details_pane_test.html

Issue 2995843002: Merge iteration_helpers into utils.html. (Closed)
Patch Set: 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) 2015 The Chromium Authors. All rights reserved. 3 Copyright (c) 2015 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/iteration_helpers.html'>
9 <link rel='import' href='/tracing/base/multi_dimensional_view.html'> 8 <link rel='import' href='/tracing/base/multi_dimensional_view.html'>
10 <link rel='import' href='/tracing/base/unit.html'> 9 <link rel='import' href='/tracing/base/unit.html'>
10 <link rel='import' href='/tracing/base/utils.html'>
11 <link rel='import' href='/tracing/core/test_utils.html'> 11 <link rel='import' href='/tracing/core/test_utils.html'>
12 <link rel='import' href='/tracing/model/heap_dump.html'> 12 <link rel='import' href='/tracing/model/heap_dump.html'>
13 <link rel='import' href='/tracing/model/memory_dump_test_utils.html'> 13 <link rel='import' href='/tracing/model/memory_dump_test_utils.html'>
14 <link rel='import' 14 <link rel='import'
15 href='/tracing/ui/analysis/memory_dump_heap_details_pane.html'> 15 href='/tracing/ui/analysis/memory_dump_heap_details_pane.html'>
16 <link rel='import' 16 <link rel='import'
17 href='/tracing/ui/analysis/memory_dump_sub_view_test_utils.html'> 17 href='/tracing/ui/analysis/memory_dump_sub_view_test_utils.html'>
18 <link rel='import' href='/tracing/ui/analysis/memory_dump_sub_view_util.html'> 18 <link rel='import' href='/tracing/ui/analysis/memory_dump_sub_view_util.html'>
19 19
20 <script> 20 <script>
(...skipping 4015 matching lines...) Expand 10 before | Expand all | Expand 10 after
4036 title: 'partition_alloc', 4036 title: 'partition_alloc',
4037 size: [1024 * 3], 4037 size: [1024 * 3],
4038 count: [300], 4038 count: [300],
4039 defined: [true], 4039 defined: [true],
4040 children: 2 // No need to check the full structure again. 4040 children: 2 // No need to check the full structure again.
4041 } 4041 }
4042 ]); 4042 ]);
4043 }); 4043 });
4044 }); 4044 });
4045 </script> 4045 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698