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

Side by Side Diff: third_party/pkg/angular/lib/perf/module.dart

Issue 1058283006: Update pubspecs and dependencies to get pkgbuild tests working. (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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 library angular.perf;
2
3 import 'dart:html' as dom;
4
5 import 'package:di/di.dart';
6 import 'package:perf_api/perf_api.dart';
7
8 part 'dev_tools_timeline.dart';
9
10 class NgPerfModule extends Module {
11 NgPerfModule() {
12 type(Profiler, implementedBy: Profiler);
13 }
14 }
OLDNEW
« no previous file with comments | « third_party/pkg/angular/lib/perf/dev_tools_timeline.dart ('k') | third_party/pkg/angular/lib/playback/playback_data.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698