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

Unified Diff: chrome/browser/browser_resources.grd

Issue 2550243002: Color the VR omnibox security icons. (Closed)
Patch Set: 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..df175321f6372aab1dc3d3aec4d620c9ba1bb32c 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -219,10 +219,15 @@
<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" />
cjgrant 2016/12/05 20:28:35 Note that alphabetization is happening here as wel
+ <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_CSS" file="resources\vr_shell\vr_shell_ui.css" 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_IMAGE_BACK" file="resources/vr_shell\images\back.svg" type="BINDATA" />
mthiesse 2016/12/05 20:57:30 s/\//\\
bshe 2016/12/05 21:08:38 I think you are likely to get push back from owner
cjgrant 2016/12/05 22:10:17 Ahh, yes, right! After thinking more, I have a fe
cjgrant 2016/12/06 15:52:00 Done (in new location).
+ <include name="IDR_VR_SHELL_UI_IMAGE_INFO" file="resources\vr_shell\images\info.svg" type="BINDATA" />
+ <include name="IDR_VR_SHELL_UI_IMAGE_LOCK" file="resources\vr_shell\images\lock.svg" type="BINDATA" />
+ <include name="IDR_VR_SHELL_UI_IMAGE_RELOAD" file="resources\vr_shell\images\reload.svg" type="BINDATA" />
+ <include name="IDR_VR_SHELL_UI_IMAGE_WARNING" file="resources\vr_shell\images\warning.svg" 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" />
</if>
</if>
« no previous file with comments | « no previous file | chrome/browser/resources/vr_shell/images/back.svg » ('j') | chrome/browser/resources/vr_shell/vr_shell_ui.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698