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

Unified Diff: test/browser/index.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 | « lib/src/dependency_graph.dart ('k') | test/browser/runtime_tests.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/browser/index.html
diff --git a/test/browser/index.html b/test/browser/index.html
index bc490f8f39e9ee1a6a47a6bbe2b3513b5e6f79d3..ee4086e037a8cb03056534b22750721fcd45b173 100644
--- a/test/browser/index.html
+++ b/test/browser/index.html
@@ -14,6 +14,13 @@
<!-- Runtime code to test -->
<script src="../../lib/runtime/harmony_feature_check.js"></script>
+<script src="../../lib/runtime/dart_utils.js"></script>
+<script src="../../lib/runtime/dart_library.js"></script>
+<script src="../../lib/runtime/_errors.js"></script>
+<script src="../../lib/runtime/_types.js"></script>
+<script src="../../lib/runtime/_rtti.js"></script>
+<script src="../../lib/runtime/_classes.js"></script>
+<script src="../../lib/runtime/_operations.js"></script>
<script src="../../lib/runtime/dart_runtime.js"></script>
<script src="../../lib/runtime/dart/core.js"></script>
<script src="../../lib/runtime/dart/collection.js"></script>
« no previous file with comments | « lib/src/dependency_graph.dart ('k') | test/browser/runtime_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698