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

Unified Diff: tracing/tracing_examples/trace_viewer.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/trace_viewer.html
diff --git a/tracing/tracing_examples/trace_viewer.html b/tracing/tracing_examples/trace_viewer.html
index 065f2cf064ea9bf939b49657ec6d4d4a504d755b..02a2beb84ff55e3fcde6cf7c8a4e05163b742f20 100644
--- a/tracing/tracing_examples/trace_viewer.html
+++ b/tracing/tracing_examples/trace_viewer.html
@@ -9,16 +9,6 @@ found in the LICENSE file.
<title>Simple Embedded Viewer</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<script src="/components/webcomponentsjs/webcomponents.js"></script>
-<script>
- 'use strict';
-
- // Force Polymer into native shadowDom mode
- window.Polymer = window.Polymer || {};
- window.Polymer.dom = 'shadow';
-</script>
-
-<link rel="import" href="/components/polymer/polymer.html">
<link rel="import" href="/tracing/base/timing.html">
<link rel="import" href="/tracing/base/xhr.html">
<link rel="import" href="/tracing/importer/import.html">
« tracing/tracing/ui/base/d3_preload.js ('K') | « tracing/tracing_examples/skia_debugger.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698