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

Unified Diff: ios/web/test/data/mojo_test.html

Issue 2946383002: Support new-style Mojo JS core API on IOS. (Closed)
Patch Set: . Created 3 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 | « ios/web/test/BUILD.gn ('k') | ios/web/test/data/mojo_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/test/data/mojo_test.html
diff --git a/ios/web/test/data/mojo_test.html b/ios/web/test/data/mojo_test.html
index 27ca24da22b6f0f66ce32f55188199a7b2827495..ad9eb73782ca79cb3d4a7999dec623036a753a1b 100644
--- a/ios/web/test/data/mojo_test.html
+++ b/ios/web/test/data/mojo_test.html
@@ -2,6 +2,8 @@
<html>
<head>
<script src="chrome://resources/js/ios/web_ui.js"></script>
+ <script src="mojo_bindings.js"></script>
+ <script src="mojo_test.mojom.js"></script>
<script src="mojo_test.js"></script>
</head>
</html>
« no previous file with comments | « ios/web/test/BUILD.gn ('k') | ios/web/test/data/mojo_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698