| OLD | NEW |
| 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 <link rel="import" href="/perf_insights/ui/reports/coverage_report.html"> | |
| 8 <link rel="import" href="/perf_insights/ui/reports/rail_score_report.html"> | |
| 9 <link rel="import" href="/perf_insights/ui/reports/slice_cost_report.html"> | |
| 10 <link rel="import" href="/perf_insights/ui/reports/startup_report.html"> | 7 <link rel="import" href="/perf_insights/ui/reports/startup_report.html"> |
| 11 <link rel="import" href="/perf_insights/ui/reports/stats_report.html"> | 8 <link rel="import" href="/perf_insights/ui/reports/stats_report.html"> |
| 12 <link rel="import" href="/perf_insights/ui/reports/task_info_report.html"> | |
| 13 <link rel="import" href="/perf_insights/ui/reports/test_report.html"> | 9 <link rel="import" href="/perf_insights/ui/reports/test_report.html"> |
| 14 <link rel="import" href="/perf_insights/ui/reports/v8_report.html"> | 10 <link rel="import" href="/perf_insights/ui/reports/v8_report.html"> |
| 15 <link rel="import" href="/perf_insights/ui/reports/weather_report.html"> | |
| OLD | NEW |