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

Unified Diff: pkg/barback/lib/src/transformer/transformer.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
Index: pkg/barback/lib/src/transformer/transformer.dart
diff --git a/pkg/barback/lib/src/transformer.dart b/pkg/barback/lib/src/transformer/transformer.dart
similarity index 97%
rename from pkg/barback/lib/src/transformer.dart
rename to pkg/barback/lib/src/transformer/transformer.dart
index 08a9d85258a9933c10d30fa0edfacc45bcf75edb..efacf761305704ea9c3286f43a71b7c38f750e94 100644
--- a/pkg/barback/lib/src/transformer.dart
+++ b/pkg/barback/lib/src/transformer/transformer.dart
@@ -2,13 +2,13 @@
// 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.transformer;
+library barback.transformer.transformer;
import 'dart:async';
-import 'asset_id.dart';
+import '../asset/asset_id.dart';
+import '../utils.dart';
import 'transform.dart';
-import 'utils.dart';
/// A [Transformer] represents a processor that takes in one or more input
/// assets and uses them to generate one or more output assets.
« no previous file with comments | « pkg/barback/lib/src/transformer/transform_logger.dart ('k') | pkg/barback/lib/src/transformer/transformer_group.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698