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

Unified Diff: pkg/barback/lib/barback.dart

Issue 16854005: First pass at build dependency graph for barback. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise. Created 7 years, 6 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 | pkg/barback/lib/src/asset.dart » ('j') | pkg/barback/lib/src/asset_graph.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/barback/lib/barback.dart
diff --git a/tests/lib/async/run_async_test.dart b/pkg/barback/lib/barback.dart
similarity index 60%
copy from tests/lib/async/run_async_test.dart
copy to pkg/barback/lib/barback.dart
index 0ec7afae1fa6b2c289bc09a3c4fe067f382c0896..da8dd3773fb1fb1290c4de4aa2b395d71566842f 100644
--- a/tests/lib/async/run_async_test.dart
+++ b/pkg/barback/lib/barback.dart
@@ -2,13 +2,12 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library run_async_test;
+library barback;
import 'dart:async';
-import '../../../pkg/unittest/lib/unittest.dart';
+import 'dart:io';
-main() {
- test("run async test", () {
- runAsync(expectAsync0(() {}));
- });
-}
+export 'src/asset.dart';
+export 'src/asset_id.dart';
+export 'src/asset_provider.dart';
+export 'src/errors.dart';
« no previous file with comments | « no previous file | pkg/barback/lib/src/asset.dart » ('j') | pkg/barback/lib/src/asset_graph.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698