summaryrefslogtreecommitdiff
path: root/chromium/components/resources/proximity_auth_resources.grdp
blob: e793ff23a4c76ffb855293bc4b57e089c4bff0dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<grit-part>
  <!-- Shared resources. -->
  <include name="IDR_PROXIMITY_AUTH_INDEX_HTML"
           file="../proximity_auth/webui/resources/index.html"
           flattenhtml="true" allowexternalscript="true" type="BINDATA" />
  <include name="IDR_PROXIMITY_AUTH_COMMON_CSS"
           file="../proximity_auth/webui/resources/common.css" type="BINDATA" />
  <include name="IDR_PROXIMITY_AUTH_LOGS_JS"
           file="../proximity_auth/webui/resources/logs.js" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
  <include name="IDR_PROXIMITY_AUTH_WEBUI_JS"
           file="../proximity_auth/webui/resources/webui.js" flattenhtml="true" allowexternalscript="true" type="BINDATA" />

  <!-- Resources for ProximityAuth debug page. -->
  <include name="IDR_PROXIMITY_AUTH_PROXIMITY_AUTH_HTML"
           file="../proximity_auth/webui/resources/proximity_auth.html"
           flattenhtml="true" allowexternalscript="true" type="BINDATA" />
  <include name="IDR_PROXIMITY_AUTH_PROXIMITY_AUTH_CSS"
           file="../proximity_auth/webui/resources/proximity_auth.css" type="BINDATA" />
  <include name="IDR_PROXIMITY_AUTH_PROXIMITY_AUTH_JS"
           file="../proximity_auth/webui/resources/proximity_auth.js"
           flattenhtml="true" allowexternalscript="true" type="BINDATA" />

  <!-- Resources for Pollux debug page. -->
  <include name="IDR_PROXIMITY_AUTH_POLLUX_HTML"
          file="../proximity_auth/webui/resources/pollux.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
  <include name="IDR_PROXIMITY_AUTH_POLLUX_CSS"
           file="../proximity_auth/webui/resources/pollux.css" type="BINDATA" />
  <include name="IDR_PROXIMITY_AUTH_POLLUX_JS"
           file="../proximity_auth/webui/resources/pollux.js" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
</grit-part>