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

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

Issue 362043006: Add support in smoke for generating static configurations in pieces. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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 26a3f42b63f26276bcd9868e2e7c2f31745bcc68..869a98f8cd95304b3c018c27e99a35e25e1c20fb 100644
--- a/pkg/polymer/test/build/all_phases_test.dart
+++ b/pkg/polymer/test/build/all_phases_test.dart
@@ -62,7 +62,7 @@ void main() {
smoke_0.XA: smoke_1.PolymerElement,
},
declarations: {
- smoke_0.XA: const {},
+ smoke_0.XA: {},
}));
configureForDeployment([
i0.m_foo,
@@ -102,7 +102,7 @@ void main() {
smoke_0.XB: smoke_1.PolymerElement,
},
declarations: {
- smoke_0.XB: const {},
+ smoke_0.XB: {},
}));
configureForDeployment([
i0.m_bar,
@@ -156,9 +156,9 @@ void main() {
smoke_3.XC: smoke_1.PolymerElement,
},
declarations: {
- smoke_0.XA: const {},
- smoke_2.XB: const {},
- smoke_3.XC: const {},
+ smoke_0.XA: {},
+ smoke_2.XB: {},
+ smoke_3.XC: {},
}));
configureForDeployment([
i0.m_foo,
@@ -221,8 +221,8 @@ void main() {
smoke_0.XA: smoke_1.PolymerElement,
},
declarations: {
- smoke_2.XB: const {},
- smoke_0.XA: const {},
+ smoke_2.XB: {},
+ smoke_0.XA: {},
}));
configureForDeployment([
i0.m_foo,
@@ -280,8 +280,8 @@ void main() {
smoke_2.XB: smoke_1.PolymerElement,
},
declarations: {
- smoke_0.XA: const {},
- smoke_2.XB: const {},
+ smoke_0.XA: {},
+ smoke_2.XB: {},
}));
startPolymer([
i0.m_foo,
« 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