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

Unified Diff: tools/testing/dart/browser_test.dart

Issue 16592002: Move interop js code out of dart.js (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « pkg/browser/lib/interop.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/browser_test.dart
diff --git a/tools/testing/dart/browser_test.dart b/tools/testing/dart/browser_test.dart
index 2e9ec0ada20aa167ce252638f8fcf6910729e690..3d9dbd910cb702469220cc439f53b6d72c940a46 100644
--- a/tools/testing/dart/browser_test.dart
+++ b/tools/testing/dart/browser_test.dart
@@ -29,6 +29,8 @@ String getHtmlContents(String title,
</script>
<script type="text/javascript"
src="/root_dart/pkg/browser/lib/dart.js"></script>
+ <script type="text/javascript"
+ src="/root_dart/pkg/browser/lib/interop.js"></script>
</body>
</html>
""";
« no previous file with comments | « pkg/browser/lib/interop.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698