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

Side by Side Diff: perf_insights/perf_insights/ui/reports/v8_report.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 | « perf_insights/perf_insights/ui/reports/all_reports.html ('k') | no next file » | 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) 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 <link rel="import" href="/perf_insights/mappers/slice_cost.html"> 7 <link rel="import" href="/perf_insights/mappers/slice_cost.html">
8 <link rel="import" href="/perf_insights/mre/mre_result.html"> 8 <link rel="import" href="/perf_insights/mre/mre_result.html">
9 <link rel="import" href="/perf_insights/ui/generic_results_view.html"> 9 <link rel="import" href="/perf_insights/ui/generic_results_view.html">
10 <link rel="import" href="/perf_insights/ui/reports/pi_report.html"> 10 <link rel="import" href="/perf_insights/ui/reports/pi_report.html">
11 <link rel="import" href="/tracing/ui/base/dom_helpers.html"> 11 <link rel="import" href="/tracing/ui/base/dom_helpers.html">
12 <link rel="import" href="/tracing/ui/base/grouping_table_groupby_picker.html"> 12 <link rel="import" href="/tracing/ui/base/grouping_table_groupby_picker.html">
13 <link rel="import" href="/tracing/ui/base/overlay.html"> 13 <link rel="import" href="/tracing/ui/base/overlay.html">
14 <link rel="import" href="/tracing/ui/base/table.html"> 14 <link rel="import" href="/tracing/ui/base/table.html">
15 <link rel="import" href="/tracing/value/numeric.html"> 15 <link rel="import" href="/tracing/value/numeric.html">
16 <link rel="import" href="/tracing/value/ui/time_duration_span.html">
17 16
18 <polymer-element name="pi-ui-v8-report" 17 <polymer-element name="pi-ui-v8-report"
19 extends="pi-ui-r-pi-report" 18 extends="pi-ui-r-pi-report"
20 map-function-href="/perf_insights/mappers/v8_map_function.html" 19 map-function-href="/perf_insights/mappers/v8_map_function.html"
21 map-function-name="v8ReportMapFunction" 20 map-function-name="v8ReportMapFunction"
22 reduce-function-href="/perf_insights/reducers/v8_reduce_function.html" 21 reduce-function-href="/perf_insights/reducers/v8_reduce_function.html"
23 reduce-function-name="v8ReportReduceFunction"> 22 reduce-function-name="v8ReportReduceFunction">
24 <template> 23 <template>
25 <style> 24 <style>
26 :host { 25 :host {
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 }); 489 });
491 } 490 }
492 } 491 }
493 this.$.scripts.setTraceUrlsAndNames(namesAndUrls); 492 this.$.scripts.setTraceUrlsAndNames(namesAndUrls);
494 } 493 }
495 }); 494 });
496 495
497 return {}; 496 return {};
498 }); 497 });
499 </script> 498 </script>
OLDNEW
« no previous file with comments | « perf_insights/perf_insights/ui/reports/all_reports.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698