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

Unified Diff: chrome/browser/vr_shell_resources.grdp

Issue 2850893002: Adding Daydream controller resources for VrShell (Closed)
Patch Set: Adding dep Created 3 years, 8 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/resources/vr_shell/tex/ddcontroller_touchpad.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/vr_shell_resources.grdp
diff --git a/chrome/browser/vr_shell_resources.grdp b/chrome/browser/vr_shell_resources.grdp
new file mode 100644
index 0000000000000000000000000000000000000000..5b4a9f19900434fda649acac165fcd25e2f37007
--- /dev/null
+++ b/chrome/browser/vr_shell_resources.grdp
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grit-part>
+ <if expr="enable_vr">
+ <include name="IDR_VR_SHELL_DDCONTROLLER_MODEL" file="resources\vr_shell\ddcontroller.glb" type="BINDATA" />
+ <include name="IDR_VR_SHELL_DDCONTROLLER_IDLE_TEXTURE" file="resources\vr_shell\tex\ddcontroller_idle.png" type="BINDATA" />
+ <include name="IDR_VR_SHELL_DDCONTROLLER_APP_PATCH" file="resources\vr_shell\tex\ddcontroller_app.png" type="BINDATA" />
+ <include name="IDR_VR_SHELL_DDCONTROLLER_TOUCHPAD_PATCH" file="resources\vr_shell\tex\ddcontroller_touchpad.png" type="BINDATA" />
+ <include name="IDR_VR_SHELL_DDCONTROLLER_SYSTEM_PATCH" file="resources\vr_shell\tex\ddcontroller_system.png" type="BINDATA" />
+ </if>
+</grit-part>
« no previous file with comments | « chrome/browser/resources/vr_shell/tex/ddcontroller_touchpad.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698