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

Unified Diff: pkg/code_transformers/lib/src/remove_sourcemap_comment.dart

Issue 535413002: move delete_file and remove_sourcemap_comment transformers to code_transformers (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: uncommit deletion of polymer test file Created 6 years, 3 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/code_transformers/lib/src/delete_file.dart ('k') | pkg/code_transformers/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/code_transformers/lib/src/remove_sourcemap_comment.dart
diff --git a/pkg/polymer/lib/src/build/remove_sourcemap_comment.dart b/pkg/code_transformers/lib/src/remove_sourcemap_comment.dart
similarity index 95%
copy from pkg/polymer/lib/src/build/remove_sourcemap_comment.dart
copy to pkg/code_transformers/lib/src/remove_sourcemap_comment.dart
index cc106db62588622ad64a44c9655a86e82403b560..6adf467f3307e325b8bb9436d354e850150732d8 100644
--- a/pkg/polymer/lib/src/build/remove_sourcemap_comment.dart
+++ b/pkg/code_transformers/lib/src/remove_sourcemap_comment.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
/// Transformer that removes any sourcemap comments from javascript files.
-library web_components.src.remove_sourcemap_comment;
+library code_transformers.src.remove_sourcemap_comment;
import 'dart:async';
import 'package:barback/barback.dart';
« no previous file with comments | « pkg/code_transformers/lib/src/delete_file.dart ('k') | pkg/code_transformers/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698