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

Unified Diff: tools/telemetry/telemetry/web_components/ui/d3.js

Issue 218503002: Remove telemetry.web_components.ui charts in favor of tvcm.ui charts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove d3 Created 6 years, 9 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: tools/telemetry/telemetry/web_components/ui/d3.js
diff --git a/tools/telemetry/telemetry/web_components/ui/d3.js b/tools/telemetry/telemetry/web_components/ui/d3.js
deleted file mode 100644
index 824b29371ffc5e83de12d0abc2a080ea70949313..0000000000000000000000000000000000000000
--- a/tools/telemetry/telemetry/web_components/ui/d3.js
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-'use strict';
-
-tvcm.requireRawScript('d3.min.js');
-
-tvcm.exportTo('telemetry.web_components.ui', function() {
- return {};
-});
« no previous file with comments | « tools/telemetry/telemetry/web_components/ui/chart_base.js ('k') | tools/telemetry/telemetry/web_components/ui/line_chart.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698