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

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

Issue 23311006: Add the ability to dynamically modify transforms to barback. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes. Created 7 years, 4 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/package_graph.dart ('k') | pkg/barback/lib/src/phase.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/barback/lib/src/package_provider.dart
diff --git a/pkg/barback/lib/src/package_provider.dart b/pkg/barback/lib/src/package_provider.dart
index 031caf870e2b7cee0222f7cfc5f6424f3ed4498a..380d38799883eb134c16af12fb3875db40c5b401 100644
--- a/pkg/barback/lib/src/package_provider.dart
+++ b/pkg/barback/lib/src/package_provider.dart
@@ -21,12 +21,6 @@ abstract class PackageProvider {
/// dependencies.
Iterable<String> get packages;
- /// Returns the list of transformer phases that are applicable to [package].
- ///
- /// The phases will be run in sequence, with the outputs of one pipelined into
- /// the next. All [Transformer]s in a single phase will be run in parallel.
- Iterable<Iterable<Transformer>> getTransformers(String package);
-
/// Loads an asset from disk.
///
/// This should be re-entrant; it may be called multiple times with the same
« no previous file with comments | « pkg/barback/lib/src/package_graph.dart ('k') | pkg/barback/lib/src/phase.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698