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

Unified Diff: pkg/polymer/lib/src/common.dart

Issue 23757034: Rearranges the polymer package now that the old compiler is gone. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
Index: pkg/polymer/lib/src/common.dart
diff --git a/pkg/polymer/lib/src/transform/common.dart b/pkg/polymer/lib/src/common.dart
similarity index 99%
rename from pkg/polymer/lib/src/transform/common.dart
rename to pkg/polymer/lib/src/common.dart
index 73d0a191453ff073add344626df7ca3e1ae9ff9f..129a0c2fa63399e05d53c259c0e7efa5e2a8d4c7 100644
--- a/pkg/polymer/lib/src/transform/common.dart
+++ b/pkg/polymer/lib/src/common.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
/** Common methods used by transfomers. */
-library polymer.src.transform.common;
Jennifer Messerly 2013/09/12 02:54:21 hmmm, shouldn't this be under transform, since it'
+library polymer.src.common;
import 'dart:async';

Powered by Google App Engine
This is Rietveld 408576698