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

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: Address comments 2 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
« no previous file with comments | « test/codegen/expect/sunflower/painter.js ('k') | test/codegen/expect/sunflower/sunflower.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..c3fccf525213da91ee839e5e163483c105ab5aaa 100644
--- a/test/codegen/expect/sunflower/sunflower.html
+++ b/test/codegen/expect/sunflower/sunflower.html
@@ -24,6 +24,13 @@
</footer>
<script src="dev_compiler/runtime/harmony_feature_check.js"></script>
+<script src="dev_compiler/runtime/dart_utils.js"></script>
+<script src="dev_compiler/runtime/dart_library.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 +51,7 @@
<script src="dom.js"></script>
<script src="painter.js"></script>
<script src="sunflower.js"></script>
-<script>dart.start('sunflower');</script>
+<script>dart_library.start('sunflower');</script>
« no previous file with comments | « test/codegen/expect/sunflower/painter.js ('k') | test/codegen/expect/sunflower/sunflower.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698