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

Side by Side Diff: chrome/browser/browser_resources.grd

Issue 2363553003: VrShell: implement insecure content warning display (Closed)
Patch Set: Josh: lower permanent icon by half its height. 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
3 <outputs> 3 <outputs>
4 <output filename="grit/browser_resources.h" type="rc_header"> 4 <output filename="grit/browser_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="browser_resources.pak" type="data_package" /> 7 <output filename="browser_resources.pak" type="data_package" />
8 </outputs> 8 </outputs>
9 <release seq="1"> 9 <release seq="1">
10 <structures> 10 <structures>
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 <include name="IDR_OFFLINE_INTERNALS_JS" file="resources\offline_pages\o ffline_internals.js" type="BINDATA" /> 194 <include name="IDR_OFFLINE_INTERNALS_JS" file="resources\offline_pages\o ffline_internals.js" type="BINDATA" />
195 <include name="IDR_OFFLINE_INTERNALS_BROWSER_PROXY_JS" file="resources\o ffline_pages\offline_internals_browser_proxy.js" type="BINDATA" /> 195 <include name="IDR_OFFLINE_INTERNALS_BROWSER_PROXY_JS" file="resources\o ffline_pages\offline_internals_browser_proxy.js" type="BINDATA" />
196 <include name="IDR_POPULAR_SITES_INTERNALS_HTML" file="resources\popular _sites_internals.html" allowexternalscript="true" compress="gzip" type="BINDATA" /> 196 <include name="IDR_POPULAR_SITES_INTERNALS_HTML" file="resources\popular _sites_internals.html" allowexternalscript="true" compress="gzip" type="BINDATA" />
197 <include name="IDR_POPULAR_SITES_INTERNALS_CSS" file="resources\popular_ sites_internals.css" compress="gzip" type="BINDATA" /> 197 <include name="IDR_POPULAR_SITES_INTERNALS_CSS" file="resources\popular_ sites_internals.css" compress="gzip" type="BINDATA" />
198 <include name="IDR_POPULAR_SITES_INTERNALS_JS" file="resources\popular_s ites_internals.js" compress="gzip" type="BINDATA" /> 198 <include name="IDR_POPULAR_SITES_INTERNALS_JS" file="resources\popular_s ites_internals.js" compress="gzip" type="BINDATA" />
199 <include name="IDR_SNIPPETS_INTERNALS_HTML" file="resources\snippets_int ernals.html" allowexternalscript="true" compress="gzip" type="BINDATA" /> 199 <include name="IDR_SNIPPETS_INTERNALS_HTML" file="resources\snippets_int ernals.html" allowexternalscript="true" compress="gzip" type="BINDATA" />
200 <include name="IDR_SNIPPETS_INTERNALS_CSS" file="resources\snippets_inte rnals.css" compress="gzip" type="BINDATA" /> 200 <include name="IDR_SNIPPETS_INTERNALS_CSS" file="resources\snippets_inte rnals.css" compress="gzip" type="BINDATA" />
201 <include name="IDR_SNIPPETS_INTERNALS_JS" file="resources\snippets_inter nals.js" compress="gzip" type="BINDATA" /> 201 <include name="IDR_SNIPPETS_INTERNALS_JS" file="resources\snippets_inter nals.js" compress="gzip" type="BINDATA" />
202 <!-- TODO: Enable only for VrShell, independent of Android. --> 202 <!-- TODO: Enable only for VrShell, independent of Android. -->
203 <if expr="enable_vr_shell"> 203 <if expr="enable_vr_shell">
204 <include name="IDR_VR_SHELL_UI_HTML" file="resources\vr_shell\vr_shell _ui.html" allowexternalscript="true" flattenhtml="true" compress="gzip" type="BI NDATA" /> 204 <include name="IDR_VR_SHELL_UI_HTML" file="resources\vr_shell\vr_shell _ui.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" />
205 <include name="IDR_VR_SHELL_UI_CSS" file="resources\vr_shell\vr_shell_ ui.css" compress="gzip" type="BINDATA" /> 205 <include name="IDR_VR_SHELL_UI_CSS" file="resources\vr_shell\vr_shell_ ui.css" type="BINDATA" />
206 <include name="IDR_VR_SHELL_UI_JS" file="resources\vr_shell\vr_shell_u i.js" compress="gzip" type="BINDATA" /> 206 <include name="IDR_VR_SHELL_UI_JS" file="resources\vr_shell\vr_shell_u i.js" type="BINDATA" />
207 </if> 207 </if>
208 </if> 208 </if>
209 <include name="IDR_SUPERVISED_USER_INTERNALS_HTML" file="resources\supervi sed_user_internals.html" allowexternalscript="true" compress="gzip" type="BINDAT A" /> 209 <include name="IDR_SUPERVISED_USER_INTERNALS_HTML" file="resources\supervi sed_user_internals.html" allowexternalscript="true" compress="gzip" type="BINDAT A" />
210 <include name="IDR_SUPERVISED_USER_INTERNALS_CSS" file="resources\supervis ed_user_internals.css" compress="gzip" type="BINDATA" /> 210 <include name="IDR_SUPERVISED_USER_INTERNALS_CSS" file="resources\supervis ed_user_internals.css" compress="gzip" type="BINDATA" />
211 <include name="IDR_SUPERVISED_USER_INTERNALS_JS" file="resources\supervise d_user_internals.js" compress="gzip" type="BINDATA" /> 211 <include name="IDR_SUPERVISED_USER_INTERNALS_JS" file="resources\supervise d_user_internals.js" compress="gzip" type="BINDATA" />
212 <if expr="_google_chrome or enable_hangout_services_extension"> 212 <if expr="_google_chrome or enable_hangout_services_extension">
213 <!-- Hangout Services extension, included in Google Chrome builds only. --> 213 <!-- Hangout Services extension, included in Google Chrome builds only. -->
214 <include name="IDR_HANGOUT_SERVICES_MANIFEST" file="resources\hangout_se rvices\manifest.json" type="BINDATA" /> 214 <include name="IDR_HANGOUT_SERVICES_MANIFEST" file="resources\hangout_se rvices\manifest.json" type="BINDATA" />
215 </if> 215 </if>
216 <if expr="enable_hotwording"> 216 <if expr="enable_hotwording">
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 </if> 589 </if>
590 <if expr="not is_android and not is_ios"> 590 <if expr="not is_android and not is_ios">
591 <include name="IDR_IME_WINDOW_CLOSE" file="resources\input_ime\ime_windo w_close.png" type="BINDATA" /> 591 <include name="IDR_IME_WINDOW_CLOSE" file="resources\input_ime\ime_windo w_close.png" type="BINDATA" />
592 <include name="IDR_IME_WINDOW_CLOSE_C" file="resources\input_ime\ime_win dow_close_click.png" type="BINDATA" /> 592 <include name="IDR_IME_WINDOW_CLOSE_C" file="resources\input_ime\ime_win dow_close_click.png" type="BINDATA" />
593 <include name="IDR_IME_WINDOW_CLOSE_H" file="resources\input_ime\ime_win dow_close_hover.png" type="BINDATA" /> 593 <include name="IDR_IME_WINDOW_CLOSE_H" file="resources\input_ime\ime_win dow_close_hover.png" type="BINDATA" />
594 </if> 594 </if>
595 <include name="IDR_CONTENT_BROWSER_MANIFEST_OVERLAY" file="content_browser _manifest_overlay.json" type="BINDATA" /> 595 <include name="IDR_CONTENT_BROWSER_MANIFEST_OVERLAY" file="content_browser _manifest_overlay.json" type="BINDATA" />
596 </includes> 596 </includes>
597 </release> 597 </release>
598 </grit> 598 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698