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

Unified Diff: pkg/polymer/test/build/all_phases_test.dart

Issue 151893003: Use a transformer to initialize custom elements and call initMethod. This is the (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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/pubspec.yaml ('k') | pkg/polymer/test/build/script_compactor_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/test/build/all_phases_test.dart
diff --git a/pkg/polymer/test/build/all_phases_test.dart b/pkg/polymer/test/build/all_phases_test.dart
index bb39a8549c877cf0de4b2c5bf8de7252132ac80e..3f84593bbe7cedcb49b7c4d36fcd90602d81cf0e 100644
--- a/pkg/polymer/test/build/all_phases_test.dart
+++ b/pkg/polymer/test/build/all_phases_test.dart
@@ -49,7 +49,6 @@ void main() {
void main() {
configureForDeployment([
- 'a.dart',
]);
i0.main();
}
@@ -77,7 +76,6 @@ void main() {
void main() {
configureForDeployment([
- 'test.html.0.dart',
]);
i0.main();
}
@@ -119,7 +117,6 @@ void main() {
void main() {
configureForDeployment([
- 'a.dart',
]);
i0.main();
}
@@ -158,8 +155,6 @@ void main() {
void main() {
configureForDeployment([
- 'test2.html.0.dart',
- 'b.dart',
]);
i1.main();
}
« no previous file with comments | « pkg/polymer/pubspec.yaml ('k') | pkg/polymer/test/build/script_compactor_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698