| Index: tracing/tracing_examples/deep_reports.html
|
| diff --git a/tracing/tracing_examples/deep_reports.html b/tracing/tracing_examples/deep_reports.html
|
| index 27a95f1e4fd1d01c31ae524a520d5b173924ed99..5d8a51b26cea7560ab998a990e7ad270c3ef7ac4 100644
|
| --- a/tracing/tracing_examples/deep_reports.html
|
| +++ b/tracing/tracing_examples/deep_reports.html
|
| @@ -9,15 +9,12 @@ found in the LICENSE file.
|
| <title>Deep insights via Bulk Trace Analysis</title>
|
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
| -<script src="/components/webcomponentsjs/webcomponents.js"></script>
|
| +<link rel="import" href="/tracing/ui/base/base.html" data-suppress-import-order>
|
|
|
| -<link rel="import" href="/components/polymer/polymer.html">
|
| -
|
| -<link rel="import" href="/tracing/ui/timeline_view.html">
|
| -<link rel="import" href="/tracing/ui/extras/full_config.html">
|
| -
|
| -<link rel="import" href="/tracing/ui/extras/deep_reports/main.html">
|
| <link rel="import" href="/tracing/ui/extras/deep_reports/html_results.html">
|
| +<link rel="import" href="/tracing/ui/extras/deep_reports/main.html">
|
| +<link rel="import" href="/tracing/ui/extras/full_config.html">
|
| +<link rel="import" href="/tracing/ui/timeline_view.html">
|
|
|
| <style>
|
| body {
|
|
|