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

Unified Diff: pkg/barback/lib/src/graph/node_streams.dart

Issue 261823008: Reorganize barback's source files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: re-add barback/lib/src/internal_asset.dart Created 6 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 | « pkg/barback/lib/src/graph/node_status.dart ('k') | pkg/barback/lib/src/graph/package_graph.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/barback/lib/src/graph/node_streams.dart
diff --git a/pkg/barback/lib/src/node_streams.dart b/pkg/barback/lib/src/graph/node_streams.dart
similarity index 94%
rename from pkg/barback/lib/src/node_streams.dart
rename to pkg/barback/lib/src/graph/node_streams.dart
index 58d0f3b2f4d0feebf5f2bd79c6a38abd59382be9..834479271abce7e6ac1f6cd3e95d65313ff84eff 100644
--- a/pkg/barback/lib/src/node_streams.dart
+++ b/pkg/barback/lib/src/graph/node_streams.dart
@@ -2,14 +2,14 @@
// 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 barback.node_streams;
+library barback.graph.node_streams;
import 'dart:async';
-import 'asset_node.dart';
-import 'log.dart';
+import '../asset/asset_node.dart';
+import '../log.dart';
+import '../utils/stream_pool.dart';
import 'node_status.dart';
-import 'stream_pool.dart';
/// A collection of streams that are common to nodes in barback's package graph.
class NodeStreams {
« no previous file with comments | « pkg/barback/lib/src/graph/node_status.dart ('k') | pkg/barback/lib/src/graph/package_graph.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698