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

Unified Diff: tracing/tracing_examples/chrome_inspect_test_shell.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/chrome_inspect_test_shell.html
diff --git a/tracing/tracing_examples/chrome_inspect_test_shell.html b/tracing/tracing_examples/chrome_inspect_test_shell.html
index 2049bdd380be58943009b8921628d52e73e39dac..dc939dfc9bbc631f23e5110639a8454977cd16cb 100644
--- a/tracing/tracing_examples/chrome_inspect_test_shell.html
+++ b/tracing/tracing_examples/chrome_inspect_test_shell.html
@@ -9,9 +9,7 @@ found in the LICENSE file.
<title>chrome://inspect test shell</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/ui/base/base.html">
<link rel="import" href="/tracing/ui/extras/about_tracing/profiling_view.html">
<style>

Powered by Google App Engine
This is Rietveld 408576698