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

Side by Side 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, 5 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="chrome://resources/js/ios/web_ui.js"></script> 4 <script src="chrome://resources/js/ios/web_ui.js"></script>
5 <script src="mojo_bindings.js"></script>
6 <script src="mojo_test.mojom.js"></script>
5 <script src="mojo_test.js"></script> 7 <script src="mojo_test.js"></script>
6 </head> 8 </head>
7 </html> 9 </html>
OLDNEW
« 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