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

Unified Diff: pkg/polymer/test/build/code_extractor_test.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
« no previous file with comments | « pkg/polymer/test/build/all_phases_test.dart ('k') | pkg/polymer/test/build/common.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/test/build/code_extractor_test.dart
diff --git a/pkg/polymer/test/transform/code_extractor_test.dart b/pkg/polymer/test/build/code_extractor_test.dart
similarity index 95%
rename from pkg/polymer/test/transform/code_extractor_test.dart
rename to pkg/polymer/test/build/code_extractor_test.dart
index 2f71869ace74761477192b3fa4911cb9b008c330..3130faf424b0ba9d97bf11fbb9b84827571c53b8 100644
--- a/pkg/polymer/test/transform/code_extractor_test.dart
+++ b/pkg/polymer/test/build/code_extractor_test.dart
@@ -2,10 +2,10 @@
// 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 polymer.test.transform.code_extractor_test;
+library polymer.test.build.code_extractor_test;
-import 'package:polymer/src/transform/code_extractor.dart';
-import 'package:polymer/src/transform/common.dart';
+import 'package:polymer/src/build/code_extractor.dart';
+import 'package:polymer/src/build/common.dart';
import 'package:unittest/compact_vm_config.dart';
import 'common.dart';
« no previous file with comments | « pkg/polymer/test/build/all_phases_test.dart ('k') | pkg/polymer/test/build/common.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698