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

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

Issue 1087393002: Add page view analytics to Observatory (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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/analytics.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 6b0a4e1755df98ab46ff67fdf1d46021845bcf07..9bb2df88528cfe8cf366e82ca658afd701e7c344 100644
--- a/runtime/observatory/lib/app.dart
+++ b/runtime/observatory/lib/app.dart
@@ -15,6 +15,7 @@ import 'package:observatory/elements.dart';
import 'package:observatory/tracer.dart';
import 'package:observatory/utils.dart';
import 'package:polymer/polymer.dart';
+import 'package:usage/usage_html.dart';
export 'package:observatory/utils.dart';
@@ -25,3 +26,4 @@ part 'src/app/page.dart';
part 'src/app/settings.dart';
part 'src/app/target_manager.dart';
part 'src/app/view_model.dart';
+part 'src/app/analytics.dart';
« no previous file with comments | « no previous file | runtime/observatory/lib/src/app/analytics.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698