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

Unified Diff: runtime/observatory/lib/app.dart

Issue 1310153002: Switch from Google charts to Charted (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « no previous file | runtime/observatory/lib/src/app/chart.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/app.dart
diff --git a/runtime/observatory/lib/app.dart b/runtime/observatory/lib/app.dart
index 9bb2df88528cfe8cf366e82ca658afd701e7c344..a0e52bb694fb28bec7c457b049432301e10be89f 100644
--- a/runtime/observatory/lib/app.dart
+++ b/runtime/observatory/lib/app.dart
@@ -7,7 +7,6 @@ library app;
import 'dart:async';
import 'dart:convert';
import 'dart:html';
-import 'dart:js';
import 'package:logging/logging.dart';
import 'package:observatory/service_html.dart';
@@ -20,7 +19,6 @@ import 'package:usage/usage_html.dart';
export 'package:observatory/utils.dart';
part 'src/app/application.dart';
-part 'src/app/chart.dart';
part 'src/app/location_manager.dart';
part 'src/app/page.dart';
part 'src/app/settings.dart';
« no previous file with comments | « no previous file | runtime/observatory/lib/src/app/chart.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698