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

Unified Diff: test/codegen/expect/sunflower/sunflower.html

Issue 1182653002: Refactor runtime into libraries, better type reps (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Add missing file Created 5 years, 6 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
Index: test/codegen/expect/sunflower/sunflower.html
diff --git a/test/codegen/expect/sunflower/sunflower.html b/test/codegen/expect/sunflower/sunflower.html
index ea01f7f0b02344a86579f5a53c788f53d7136418..b2cef3229424219620c279781839ef480981359c 100644
--- a/test/codegen/expect/sunflower/sunflower.html
+++ b/test/codegen/expect/sunflower/sunflower.html
@@ -24,6 +24,14 @@
</footer>
<script src="dev_compiler/runtime/harmony_feature_check.js"></script>
+<script src="dev_compiler/runtime/js_utils.js"></script>
+<script src="dev_compiler/runtime/loader.js"></script>
+<script src="dev_compiler/runtime/dartx.js"></script>
+<script src="dev_compiler/runtime/errors.js"></script>
+<script src="dev_compiler/runtime/types.js"></script>
+<script src="dev_compiler/runtime/rtti.js"></script>
+<script src="dev_compiler/runtime/classes.js"></script>
+<script src="dev_compiler/runtime/operations.js"></script>
<script src="dev_compiler/runtime/dart_runtime.js"></script>
<script src="dev_compiler/runtime/dart/core.js"></script>
<script src="dev_compiler/runtime/dart/collection.js"></script>
@@ -44,7 +52,7 @@
<script src="dom.js"></script>
<script src="painter.js"></script>
<script src="sunflower.js"></script>
-<script>dart.start('sunflower');</script>
+<script>loader.start('sunflower');</script>

Powered by Google App Engine
This is Rietveld 408576698