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

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

Issue 27518006: Practically remove boot.js, adds the initialization from the Dart side of (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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/attr_mustache_test.html ('k') | pkg/polymer/test/build/import_inliner_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 e977893cc0920f2afa41b7a67e3928bfcd3834a8..76c8757af9dc8137c1776bfd85a8614d6bf383ec 100644
--- a/pkg/polymer/test/build/all_phases_test.dart
+++ b/pkg/polymer/test/build/all_phases_test.dart
@@ -51,7 +51,7 @@ void main() {
void main() {
initPolymer([
'a.dart',
- ], currentMirrorSystem().isolate.rootLibrary.uri.toString());
+ ]);
}
'''.replaceAll('\n ', '\n'),
'a|web/test.dart': _sampleObservableOutput('A', 'foo'),
@@ -80,7 +80,7 @@ void main() {
void main() {
initPolymer([
'test.html.0.dart',
- ], currentMirrorSystem().isolate.rootLibrary.uri.toString());
+ ]);
}
'''.replaceAll('\n ', '\n'),
'a|web/test.html.0.dart': _sampleObservableOutput("B", "bar"),
@@ -123,7 +123,7 @@ void main() {
'test.html.0.dart',
'test.html.1.dart',
'd.dart',
- ], currentMirrorSystem().isolate.rootLibrary.uri.toString());
+ ]);
}
'''.replaceAll('\n ', '\n'),
'a|web/a.dart': _sampleObservableOutput('A', 'foo'),
@@ -168,7 +168,7 @@ void main() {
'test2.html.0.dart',
'b.dart',
'index.html.0.dart',
- ], currentMirrorSystem().isolate.rootLibrary.uri.toString());
+ ]);
}
'''.replaceAll('\n ', '\n'),
'a|web/test2.html.0.dart': _sampleObservableOutput("A", "foo"),
« no previous file with comments | « pkg/polymer/test/attr_mustache_test.html ('k') | pkg/polymer/test/build/import_inliner_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698