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

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: Change comment period spacing. 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
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 291202eb69fadc6ac0f4c692888f668818ac064f..0fc765dadd76abd2966e89967bffd4a7d66cbaf5 100644
--- a/chrome/browser/resources/vr_shell/vr_shell_ui.html
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.html
@@ -22,5 +22,9 @@ found in the LICENSE file.
<body>
</body>
<!-- Run script after creating body, to let it add its own elements. -->
+
+
bshe 2016/10/05 00:01:40 nit: remove extra empty line
cjgrant 2016/10/05 15:21:11 Done.
+<script src="native_api.js"></script>
+<script src="scene.js"></script>
<script src="vr_shell_ui.js"></script>
</html>

Powered by Google App Engine
This is Rietveld 408576698