Chromium Code Reviews| Index: chrome/browser/resources/component_extension_resources.grd |
| diff --git a/chrome/browser/resources/component_extension_resources.grd b/chrome/browser/resources/component_extension_resources.grd |
| index 8c6d093daefa8b74f6b99f68d3bd69c33b7d3598..83689670a8254b7bd4d83e31c7f95feeff52b499 100644 |
| --- a/chrome/browser/resources/component_extension_resources.grd |
| +++ b/chrome/browser/resources/component_extension_resources.grd |
| @@ -172,6 +172,12 @@ |
| <include name="IDR_LEDGER_LEDGER_PROXY_NMF" file="../extensions/api/ledger/ledger_proxy/ledger_proxy.nmf.js" type="BINDATA" /> |
| <include name="IDR_LEDGER_LEDGER_PROXY_PEXE" file="../extensions/api/ledger/ledger_proxy/ledger_proxy_pnacl.pexe.js" type="BINDATA" /> |
| </if> |
| + <include name="IDR_WHISPERNET_PROXY_BACKGROUND_HTML" file="whispernet_proxy/background.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| + <include name="IDR_WHISPERNET_PROXY_INIT_JS" file="whispernet_proxy/js/init.js" type="BINDATA" /> |
| + <include name="IDR_WHISPERNET_PROXY_NACL_JS" file="whispernet_proxy/js/nacl.js" type="BINDATA" /> |
| + <include name="IDR_WHISPERNET_PROXY_WRAPPER_JS" file="whispernet_proxy/js/wrapper.js" type="BINDATA" /> |
| + <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_NMF" file="whispernet_proxy/whispernet_proxy.nmf.html" type="BINDATA" /> |
| + <include name="IDR_WHISPERNET_PROXY_WHISPERNET_PROXY_PROXY_PEXE" file="whispernet_proxy/whispernet_proxy_pnacl.pexe.js" type="BINDATA" /> |
|
xiyuan
2014/07/31 19:22:22
Where is this "whispernet_proxy_pnacl.pexe.js" fil
rkc
2014/07/31 23:12:53
I am having trouble with the presubmit on that fil
|
| </includes> |
| </release> |
| </grit> |