Chromium Code Reviews| Index: chrome/browser/devtools/device/cloud/resources.grd |
| diff --git a/chrome/browser/devtools/device/cloud/resources.grd b/chrome/browser/devtools/device/cloud/resources.grd |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c89e58e8b88c39f01db46e33ace527729416fdcb |
| --- /dev/null |
| +++ b/chrome/browser/devtools/device/cloud/resources.grd |
| @@ -0,0 +1,18 @@ |
| +<?xml version="1.0" encoding="UTF-8"?> |
|
pfeldman
2014/11/26 11:56:42
You probably want device/webrtc/webui folder name.
|
| +<grit latest_public_release="0" current_release="1"> |
| + <outputs> |
| + <output filename="grit/devtools_bridge_client.h" type="rc_header"> |
| + <emit emit_type='prepend'/> |
| + </output> |
| + <output filename="grit/devtools_bridge_client_resources_map.cc" type="resource_file_map_source" /> |
| + <output filename="grit/devtools_bridge_client_resources_map.h" type="resource_map_header" /> |
| + <output filename="devtools_bridge_client_resources.pak" type="data_package" /> |
| + <output filename="devtools_bridge_client_client_resources.rc" type="rc_all" /> |
| + </outputs> |
| + <release seq="1"> |
| + <includes> |
| + <include name="IDR_WEB_CLIENT_HTML" file="web_client.html" flattenhtml="false" allowexternalscript="true" type="BINDATA" /> |
| + <include name="IDR_WEB_CLIENT_JS" file="js/web_client.js" type="BINDATA" /> |
| + </includes> |
| + </release> |
| +</grit> |