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

Unified Diff: pkg/polymer/test/build/script_compactor_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/test/build/all_phases_test.dart ('k') | pkg/smoke/CHANGELOG.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/test/build/script_compactor_test.dart
diff --git a/pkg/polymer/test/build/script_compactor_test.dart b/pkg/polymer/test/build/script_compactor_test.dart
index 48952bb894f5cb5e02c265f49285d87b93212404..727018fd9a42491518cb86fdc3009f507618e6e6 100644
--- a/pkg/polymer/test/build/script_compactor_test.dart
+++ b/pkg/polymer/test/build/script_compactor_test.dart
@@ -99,7 +99,7 @@ initializerTests(phases) {
smoke_0.XFoo: smoke_1.PolymerElement,
},
declarations: {
- smoke_0.XFoo: const {},
+ smoke_0.XFoo: {},
}));
configureForDeployment([
() => Polymer.register(\'x-foo\', i0.XFoo),
@@ -143,7 +143,7 @@ initializerTests(phases) {
smoke_0.XFoo: smoke_1.PolymerElement,
},
declarations: {
- smoke_0.XFoo: const {},
+ smoke_0.XFoo: {},
}));
configureForDeployment([
() => Polymer.register(\'x-foo2\', i0.XFoo),
@@ -179,7 +179,7 @@ initializerTests(phases) {
smoke_0.XFoo: smoke_1.PolymerElement,
},
declarations: {
- smoke_0.XFoo: const {},
+ smoke_0.XFoo: {},
}));
configureForDeployment([]);
i0.main();
@@ -307,12 +307,12 @@ initializerTests(phases) {
smoke_4.XH1: smoke_1.PolymerElement,
},
declarations: {
- smoke_5.XC1: const {},
- smoke_5.XC2: const {},
- smoke_0.XE: const {},
- smoke_2.XF1: const {},
- smoke_3.XG2: const {},
- smoke_4.XH1: const {},
+ smoke_5.XC1: {},
+ smoke_5.XC2: {},
+ smoke_0.XE: {},
+ smoke_2.XF1: {},
+ smoke_3.XG2: {},
+ smoke_4.XH1: {},
}));
configureForDeployment([
i0.mA,
@@ -412,7 +412,7 @@ initializerTestsExperimental(phases) {
smoke_0.XFoo: smoke_1.PolymerElement,
},
declarations: {
- smoke_0.XFoo: const {},
+ smoke_0.XFoo: {},
}));
startPolymer([
i0.main,
@@ -456,7 +456,7 @@ initializerTestsExperimental(phases) {
smoke_0.XFoo: smoke_1.PolymerElement,
},
declarations: {
- smoke_0.XFoo: const {},
+ smoke_0.XFoo: {},
}));
startPolymer([
() => Polymer.register(\'x-foo2\', i0.XFoo),
@@ -491,7 +491,7 @@ initializerTestsExperimental(phases) {
smoke_0.XFoo: smoke_1.PolymerElement,
},
declarations: {
- smoke_0.XFoo: const {},
+ smoke_0.XFoo: {},
}));
startPolymer([]);
}
@@ -620,12 +620,12 @@ initializerTestsExperimental(phases) {
smoke_4.XH1: smoke_1.PolymerElement,
},
declarations: {
- smoke_5.XC1: const {},
- smoke_5.XC2: const {},
- smoke_0.XE: const {},
- smoke_2.XF1: const {},
- smoke_3.XG2: const {},
- smoke_4.XH1: const {},
+ smoke_5.XC1: {},
+ smoke_5.XC2: {},
+ smoke_0.XE: {},
+ smoke_2.XF1: {},
+ smoke_3.XG2: {},
+ smoke_4.XH1: {},
}));
startPolymer([
i0.mA,
« no previous file with comments | « pkg/polymer/test/build/all_phases_test.dart ('k') | pkg/smoke/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698