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

Unified Diff: mojo/dart/http_load_test/lib/main.dart

Issue 1545483003: Dart: Reorganize files (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix build file Created 5 years 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 | « mojo/dart/http_load_test/bin/tester.dart ('k') | mojo/dart/http_load_test/lib/src/part0.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/http_load_test/lib/main.dart
diff --git a/mojo/dart/http_load_test/lib/main.dart b/mojo/dart/http_load_test/lib/main.dart
deleted file mode 100644
index 7e779d7927aac8a1fc20282bbbcf1d0c604ba366..0000000000000000000000000000000000000000
--- a/mojo/dart/http_load_test/lib/main.dart
+++ /dev/null
@@ -1,18 +0,0 @@
-#!mojo mojo:dart_content_handler
-
-library test;
-
-import 'dart:async';
-import 'dart:mojo.internal';
-
-import 'package:mojo_services/tracing/tracing.mojom.dart' as tracing;
-
-part 'src/part0.dart';
-
-main(List args) {
- // Hang around for a sec and then close the shell handle.
- new Timer(new Duration(milliseconds: 1000), () {
- print('PASS');
- MojoHandleNatives.close(args[0]);
- });
-}
« no previous file with comments | « mojo/dart/http_load_test/bin/tester.dart ('k') | mojo/dart/http_load_test/lib/src/part0.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698