Samuel Huang | d0b0e06 | 2020-01-20 06:32:12 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | This file specifies resources for developer-facing chrome:// pages (DevUI pages) |
| 4 | under /content. This is needed by the Developer WebUI Dynamic Feature Module |
| 5 | (DevUI DFM) for Android Chrome. See content_resources.grd for more examples of |
| 6 | files that belong there instead. |
| 7 | --> |
| 8 | <grit latest_public_release="0" current_release="1" output_all_resource_defines="false"> |
| 9 | <outputs> |
| 10 | <output filename="grit/dev_ui_content_resources.h" type="rc_header"> |
| 11 | <emit emit_type='prepend'></emit> |
| 12 | </output> |
| 13 | <output filename="dev_ui_content_resources.pak" type="data_package" /> |
| 14 | </outputs> |
| 15 | <translations /> |
| 16 | <release seq="1"> |
| 17 | <includes> |
dpapad | 31f2a2ea | 2020-06-11 20:28:48 | [diff] [blame] | 18 | <include name="IDR_APPCACHE_INTERNALS_HTML" file="browser/resources/appcache/appcache_internals.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 19 | <include name="IDR_APPCACHE_INTERNALS_JS" file="browser/resources/appcache/appcache_internals.js" flattenhtml="false" type="BINDATA" /> |
dpapad | 81d25031 | 2020-11-25 21:59:18 | [diff] [blame] | 20 | <include name="IDR_APPCACHE_INTERNALS_CSS" file="browser/resources/appcache/appcache_internals.css" type="BINDATA" /> |
dpapad | 31f2a2ea | 2020-06-11 20:28:48 | [diff] [blame] | 21 | <include name="IDR_CONVERSION_INTERNALS_HTML" file="browser/resources/conversions/conversion_internals.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
dpapad | 81d25031 | 2020-11-25 21:59:18 | [diff] [blame] | 22 | <include name="IDR_CONVERSION_INTERNALS_JS" file="browser/resources/conversions/conversion_internals.js" type="BINDATA" /> |
| 23 | <include name="IDR_CONVERSION_INTERNALS_CSS" file="browser/resources/conversions/conversion_internals.css" type="BINDATA" /> |
Ken Rockot | 4acce46 | 2020-12-01 01:06:00 | [diff] [blame] | 24 | <include name="IDR_CONVERSION_INTERNALS_MOJOM_JS" file="${root_gen_dir}/mojom-webui/content/browser/conversions/conversion_internals.mojom-webui.js" use_base_dir="false" type="BINDATA" /> |
| 25 | <include name="IDR_GPU_BROWSER_BRIDGE_JS" file="browser/resources/gpu/browser_bridge.js" type="BINDATA" /> |
| 26 | <include name="IDR_GPU_INFO_VIEW_JS" file="browser/resources/gpu/info_view.js" type="BINDATA" /> |
dpapad | 31f2a2ea | 2020-06-11 20:28:48 | [diff] [blame] | 27 | <include name="IDR_GPU_INTERNALS_HTML" file="browser/resources/gpu/gpu_internals.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
Ken Rockot | 4acce46 | 2020-12-01 01:06:00 | [diff] [blame] | 28 | <include name="IDR_GPU_INTERNALS_JS" file="browser/resources/gpu/gpu_internals.js" type="BINDATA" /> |
| 29 | <include name="IDR_GPU_VULKAN_INFO_JS" file="browser/resources/gpu/vulkan_info.js" type="BINDATA" /> |
dpapad | 31f2a2ea | 2020-06-11 20:28:48 | [diff] [blame] | 30 | <include name="IDR_INDEXED_DB_INTERNALS_HTML" file="browser/resources/indexed_db/indexeddb_internals.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
dpapad | 81d25031 | 2020-11-25 21:59:18 | [diff] [blame] | 31 | <include name="IDR_INDEXED_DB_INTERNALS_JS" file="browser/resources/indexed_db/indexeddb_internals.js" type="BINDATA" /> |
| 32 | <include name="IDR_INDEXED_DB_INTERNALS_CSS" file="browser/resources/indexed_db/indexeddb_internals.css" type="BINDATA" /> |
dpapad | 31f2a2ea | 2020-06-11 20:28:48 | [diff] [blame] | 33 | <include name="IDR_NETWORK_ERROR_LISTING_HTML" file="browser/resources/net/network_errors_listing.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
dpapad | 81d25031 | 2020-11-25 21:59:18 | [diff] [blame] | 34 | <include name="IDR_NETWORK_ERROR_LISTING_JS" file="browser/resources/net/network_errors_listing.js" type="BINDATA" /> |
| 35 | <include name="IDR_NETWORK_ERROR_LISTING_CSS" file="browser/resources/net/network_errors_listing.css" type="BINDATA" /> |
dpapad | 31f2a2ea | 2020-06-11 20:28:48 | [diff] [blame] | 36 | <include name="IDR_PROCESS_INTERNALS_HTML" file="browser/resources/process/process_internals.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
Ken Rockot | 4acce46 | 2020-12-01 01:06:00 | [diff] [blame] | 37 | <include name="IDR_PROCESS_INTERNALS_MOJO_JS" file="${root_gen_dir}/mojom-webui/content/browser/process_internals/process_internals.mojom-webui.js" use_base_dir="false" type="BINDATA" /> |
dpapad | 980d063 | 2020-12-01 10:54:01 | [diff] [blame] | 38 | <include name="IDR_PROCESS_INTERNALS_CSS" file="browser/resources/process/process_internals.css" type="BINDATA" /> |
dpapad | 81d25031 | 2020-11-25 21:59:18 | [diff] [blame] | 39 | <include name="IDR_PROCESS_INTERNALS_JS" file="browser/resources/process/process_internals.js" type="BINDATA" /> |
dpapad | 31f2a2ea | 2020-06-11 20:28:48 | [diff] [blame] | 40 | <include name="IDR_SERVICE_WORKER_INTERNALS_HTML" file="browser/resources/service_worker/serviceworker_internals.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
dpapad | 81d25031 | 2020-11-25 21:59:18 | [diff] [blame] | 41 | <include name="IDR_SERVICE_WORKER_INTERNALS_JS" file="browser/resources/service_worker/serviceworker_internals.js" type="BINDATA" /> |
| 42 | <include name="IDR_SERVICE_WORKER_INTERNALS_CSS" file="browser/resources/service_worker/serviceworker_internals.css" type="BINDATA" /> |
Samuel Huang | d0b0e06 | 2020-01-20 06:32:12 | [diff] [blame] | 43 | </includes> |
| 44 | </release> |
| 45 | </grit> |