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

Unified 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: Created 5 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
Index: components/resources/proximity_auth_resources.grdp
diff --git a/components/resources/proximity_auth_resources.grdp b/components/resources/proximity_auth_resources.grdp
index 1af2a0062b4fa4119572e9082682ce68515fa283..de31945a817ccffd113d9075665795b0dcfa095e 100644
--- a/components/resources/proximity_auth_resources.grdp
+++ b/components/resources/proximity_auth_resources.grdp
@@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<grit-part>
- <include name="IDR_PROXIMITY_AUTH_HTML" file="../proximity_auth/webui/resources/proximity_auth.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
- <include name="IDR_PROXIMITY_AUTH_CSS" file="../proximity_auth/webui/resources/proximity_auth.css" type="BINDATA" />
- <include name="IDR_PROXIMITY_AUTH_JS" file="../proximity_auth/webui/resources/proximity_auth.js" type="BINDATA" />
+ <include name="IDR_PROXIMITY_AUTH_UI_HTML" file="../proximity_auth/webui/resources/proximity_auth.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
+ <include name="IDR_PROXIMITY_AUTH_UI_CSS" file="../proximity_auth/webui/resources/proximity_auth.css" type="BINDATA" />
+ <include name="IDR_PROXIMITY_AUTH_LOG_PANEL_HTML"
+ file="../proximity_auth/webui/resources/log-panel.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
+ <include name="IDR_PROXIMITY_AUTH_LOG_PANEL_JS"
+ file="../proximity_auth/webui/resources/log-panel.js" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
+ <include name="IDR_PROXIMITY_AUTH_CONTENT_PANEL_HTML"
+ file="../proximity_auth/webui/resources/content-panel.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
+ <include name="IDR_PROXIMITY_AUTH_CONTENT_PANEL_JS"
+ file="../proximity_auth/webui/resources/content-panel.js" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
+ <include name="IDR_PROXIMITY_AUTH_LOCAL_STATE_HTML"
+ file="../proximity_auth/webui/resources/local-state.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
+ <include name="IDR_PROXIMITY_AUTH_LOCAL_STATE_JS"
+ file="../proximity_auth/webui/resources/local-state.js" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
+ <include name="IDR_PROXIMITY_AUTH_DEVICE_LIST_HTML"
+ file="../proximity_auth/webui/resources/device-list.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
+ <include name="IDR_PROXIMITY_AUTH_DEVICE_LIST_JS"
+ file="../proximity_auth/webui/resources/device-list.js" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
</grit-part>

Powered by Google App Engine
This is Rietveld 408576698