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

Unified Diff: chrome/browser/browser_resources.grd

Issue 2550243002: Color the VR omnibox security icons. (Closed)
Patch Set: Return UI-specific image resources to the UI resource directory. Created 4 years 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/browser_resources.grd
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
index 40c387132a2fc579a940789df5499981824c4c91..1e4762a455313fb34c7a6ec5d4398b7e571e4c87 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -219,11 +219,16 @@
<include name="IDR_SNIPPETS_INTERNALS_CSS" file="resources\snippets_internals.css" compress="gzip" type="BINDATA" />
<include name="IDR_SNIPPETS_INTERNALS_JS" file="resources\snippets_internals.js" compress="gzip" type="BINDATA" />
<if expr="enable_vr_shell or enable_webvr">
- <include name="IDR_VR_SHELL_UI_HTML" file="resources\vr_shell\vr_shell_ui.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_VR_SHELL_UI_HTML" file="resources\vr_shell\vr_shell_ui.html" allowexternalscript="true" type="BINDATA" />
<include name="IDR_VR_SHELL_UI_CSS" file="resources\vr_shell\vr_shell_ui.css" type="BINDATA" />
<include name="IDR_VR_SHELL_UI_JS" file="resources\vr_shell\vr_shell_ui.js" type="BINDATA" />
<include name="IDR_VR_SHELL_UI_API_JS" file="resources\vr_shell\vr_shell_ui_api.js" type="BINDATA" />
<include name="IDR_VR_SHELL_UI_SCENE_JS" file="resources\vr_shell\vr_shell_ui_scene.js" type="BINDATA" />
+ <include name="IDR_VR_SHELL_IMAGES_BACK" file="resources\vr_shell\images\back.svg" type="BINDATA" />
+ <include name="IDR_VR_SHELL_IMAGES_INFO" file="resources\vr_shell\images\info.svg" type="BINDATA" />
+ <include name="IDR_VR_SHELL_IMAGES_LOCK" file="resources\vr_shell\images\lock.svg" type="BINDATA" />
+ <include name="IDR_VR_SHELL_IMAGES_RELOAD" file="resources\vr_shell\images\reload.svg" type="BINDATA" />
+ <include name="IDR_VR_SHELL_IMAGES_WARNING" file="resources\vr_shell\images\warning.svg" type="BINDATA" />
</if>
</if>
<include name="IDR_SUPERVISED_USER_INTERNALS_HTML" file="resources\supervised_user_internals.html" allowexternalscript="true" compress="gzip" type="BINDATA" />
« no previous file with comments | « no previous file | chrome/browser/resources/vr_shell/images/back.svg » ('j') | chrome/browser/resources/vr_shell/images/lock.svg » ('J')

Powered by Google App Engine
This is Rietveld 408576698