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

Side by Side Diff: components/resources/proximity_auth_resources.grdp

Issue 1108713002: Add chrome://proximity-auth UI implemented with Polymer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use hidden?= Created 5 years, 7 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-part> 2 <grit-part>
3 <include name="IDR_PROXIMITY_AUTH_HTML" file="../proximity_auth/webui/resource s/proximity_auth.html" flattenhtml="true" allowexternalscript="true" type="BINDA TA" /> 3 <include name="IDR_PROXIMITY_AUTH_UI_HTML" file="../proximity_auth/webui/resou rces/proximity_auth.html" flattenhtml="true" allowexternalscript="true" type="BI NDATA" />
4 <include name="IDR_PROXIMITY_AUTH_CSS" file="../proximity_auth/webui/resources /proximity_auth.css" type="BINDATA" /> 4 <include name="IDR_PROXIMITY_AUTH_UI_CSS" file="../proximity_auth/webui/resour ces/proximity_auth.css" type="BINDATA" />
5 <include name="IDR_PROXIMITY_AUTH_JS" file="../proximity_auth/webui/resources/ proximity_auth.js" type="BINDATA" /> 5 <include name="IDR_PROXIMITY_AUTH_LOG_PANEL_HTML"
6 file="../proximity_auth/webui/resources/log-panel.html" flattenhtml=" true" allowexternalscript="true" type="BINDATA" />
7 <include name="IDR_PROXIMITY_AUTH_LOG_PANEL_JS"
8 file="../proximity_auth/webui/resources/log-panel.js" flattenhtml="tr ue" allowexternalscript="true" type="BINDATA" />
9 <include name="IDR_PROXIMITY_AUTH_CONTENT_PANEL_HTML"
10 file="../proximity_auth/webui/resources/content-panel.html" flattenht ml="true" allowexternalscript="true" type="BINDATA" />
11 <include name="IDR_PROXIMITY_AUTH_CONTENT_PANEL_JS"
12 file="../proximity_auth/webui/resources/content-panel.js" flattenhtml ="true" allowexternalscript="true" type="BINDATA" />
13 <include name="IDR_PROXIMITY_AUTH_LOCAL_STATE_HTML"
14 file="../proximity_auth/webui/resources/local-state.html" flattenhtml ="true" allowexternalscript="true" type="BINDATA" />
15 <include name="IDR_PROXIMITY_AUTH_LOCAL_STATE_JS"
16 file="../proximity_auth/webui/resources/local-state.js" flattenhtml=" true" allowexternalscript="true" type="BINDATA" />
17 <include name="IDR_PROXIMITY_AUTH_DEVICE_LIST_HTML"
18 file="../proximity_auth/webui/resources/device-list.html" flattenhtml ="true" allowexternalscript="true" type="BINDATA" />
19 <include name="IDR_PROXIMITY_AUTH_DEVICE_LIST_JS"
20 file="../proximity_auth/webui/resources/device-list.js" flattenhtml=" true" allowexternalscript="true" type="BINDATA" />
6 </grit-part> 21 </grit-part>
OLDNEW
« no previous file with comments | « components/proximity_auth/webui/resources/proximity_auth.js ('k') | ui/webui/resources/polymer_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698