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

Unified Diff: pkg/barback/lib/src/utils/file_pool.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/utils/cancelable_future.dart ('k') | pkg/barback/lib/src/utils/multiset.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/barback/lib/src/utils/file_pool.dart
diff --git a/pkg/barback/lib/src/file_pool.dart b/pkg/barback/lib/src/utils/file_pool.dart
similarity index 97%
rename from pkg/barback/lib/src/file_pool.dart
rename to pkg/barback/lib/src/utils/file_pool.dart
index dab94091ab6f071fac3d21f3c685680b0fc3dcb9..6bea4a4631246d8e2fe05cb6f1e92b1e2352f8b3 100644
--- a/pkg/barback/lib/src/file_pool.dart
+++ b/pkg/barback/lib/src/utils/file_pool.dart
@@ -2,7 +2,7 @@
// 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.file_pool;
+library barback.utils.file_pool;
import 'dart:async';
import 'dart:convert';
@@ -10,8 +10,8 @@ import 'dart:io';
import 'package:stack_trace/stack_trace.dart';
+import '../utils.dart';
import 'pool.dart';
-import 'utils.dart';
/// Manages a pool of files that are opened for reading to cope with maximum
/// file descriptor limits.
« no previous file with comments | « pkg/barback/lib/src/utils/cancelable_future.dart ('k') | pkg/barback/lib/src/utils/multiset.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698