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

Unified Diff: chrome/browser/resources/vr_shell/vr_shell_ui.html

Issue 2392683002: VrShell: Split HTML UI Javascript into UI and support portions. (Closed)
Patch Set: Fix element update mesh typo. Created 4 years, 2 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 | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/vr_shell/vr_shell_ui.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/vr_shell/vr_shell_ui.html
diff --git a/chrome/browser/resources/vr_shell/vr_shell_ui.html b/chrome/browser/resources/vr_shell/vr_shell_ui.html
index d3f404766f73e2a32f15dda3d63c49987722cafd..6029112c79ee1cd93b3c5f2fcac659b7f3e1d96d 100644
--- a/chrome/browser/resources/vr_shell/vr_shell_ui.html
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.html
@@ -30,9 +30,10 @@ found in the LICENSE file.
<div>$i18n{insecureWebVrContentTransient}</div>
</div>
</div>
-
</body>
<!-- Run script after creating body, to let it add its own elements. -->
+<script src="vr_shell_ui_api.js"></script>
+<script src="vr_shell_ui_scene.js"></script>
<script src="vr_shell_ui.js"></script>
</html>
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/vr_shell/vr_shell_ui.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698