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

Unified Diff: tracing/tracing_examples/skia_debugger.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/skia_debugger.html
diff --git a/tracing/tracing_examples/skia_debugger.html b/tracing/tracing_examples/skia_debugger.html
index 29b253bdfe67206ad8fa4bc55f5e3904f5125877..f52e490cd305713058224a2d15b02ce457e37104 100644
--- a/tracing/tracing_examples/skia_debugger.html
+++ b/tracing/tracing_examples/skia_debugger.html
@@ -9,11 +9,9 @@ found in the LICENSE file.
<title>Skia Debugger</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<script src="/components/webcomponentsjs/webcomponents.js"></script>
-
-<link rel="import" href="/components/polymer/polymer.html">
<link rel="import" href="/tracing/base/base64.html">
<link rel="import" href="/tracing/extras/chrome/cc/picture.html">
+<link rel="import" href="/tracing/ui/base/base.html">
<link rel="import" href="/tracing/ui/extras/chrome/cc/picture_debugger.html">
<script src="string_convert.js"></script>

Powered by Google App Engine
This is Rietveld 408576698