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

Unified Diff: tracing/tracing_examples/deep_reports.html

Issue 2267503002: Import polymer in a single place and remove d3 hacks (Closed) Base URL: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698