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

Side by Side Diff: perf_insights/perf_insights/ui/reports/all_reports.html

Issue 1957493002: [polymer] Fixes lines in PI where we import nonexistent files (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | perf_insights/perf_insights/ui/reports/v8_report.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <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">
OLDNEW
« no previous file with comments | « no previous file | perf_insights/perf_insights/ui/reports/v8_report.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698