| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines=
"false"> | 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines=
"false"> |
| 3 <outputs> | 3 <outputs> |
| 4 <output filename="grit/extensions_renderer_resources.h" type="rc_header"> | 4 <output filename="grit/extensions_renderer_resources.h" type="rc_header"> |
| 5 <emit emit_type='prepend'></emit> | 5 <emit emit_type='prepend'></emit> |
| 6 </output> | 6 </output> |
| 7 <output filename="extensions_renderer_resources.pak" type="data_package" /> | 7 <output filename="extensions_renderer_resources.pak" type="data_package" /> |
| 8 </outputs> | 8 </outputs> |
| 9 <release seq="1"> | 9 <release seq="1"> |
| 10 <includes> | 10 <includes> |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 | 79 |
| 80 <!-- Platform app support. --> | 80 <!-- Platform app support. --> |
| 81 <include name="IDR_PLATFORM_APP_CSS" file="platform_app.css" type="BINDATA
" /> | 81 <include name="IDR_PLATFORM_APP_CSS" file="platform_app.css" type="BINDATA
" /> |
| 82 <include name="IDR_PLATFORM_APP_JS" file="platform_app.js" type="BINDATA"
/> | 82 <include name="IDR_PLATFORM_APP_JS" file="platform_app.js" type="BINDATA"
/> |
| 83 | 83 |
| 84 <!-- Extension styles. --> | 84 <!-- Extension styles. --> |
| 85 <include name="IDR_EXTENSION_FONTS_CSS" file="extension_fonts.css" type="B
INDATA"/> | 85 <include name="IDR_EXTENSION_FONTS_CSS" file="extension_fonts.css" type="B
INDATA"/> |
| 86 | 86 |
| 87 <!-- Media Router Mojo service and bindings. --> | 87 <!-- Media Router Mojo service and bindings. --> |
| 88 <if expr="enable_media_router"> | 88 <if expr="enable_media_router"> |
| 89 <include name="IDR_MEDIA_CONTROLLER_MOJOM_JS" file="${mojom_root}\chrome
\browser\media\router\mojo\media_controller.mojom.js" use_base_dir="false" type=
"BINDATA" /> | 89 <include name="IDR_MEDIA_CONTROLLER_MOJOM_JS" file="${mojom_root}\media\
mojo\interfaces\media_controller.mojom.js" use_base_dir="false" type="BINDATA" /
> |
| 90 <include name="IDR_MEDIA_ROUTER_MOJOM_JS" file="${mojom_root}\chrome\bro
wser\media\router\mojo\media_router.mojom.js" use_base_dir="false" type="BINDATA
" /> | 90 <include name="IDR_MEDIA_ROUTER_MOJOM_JS" file="${mojom_root}\media\mojo
\interfaces\media_router.mojom.js" use_base_dir="false" type="BINDATA" /> |
| 91 <include name="IDR_MEDIA_ROUTER_BINDINGS_JS" file="media_router_bindings
.js" type="BINDATA" /> | 91 <include name="IDR_MEDIA_ROUTER_BINDINGS_JS" file="media_router_bindings
.js" type="BINDATA" /> |
| 92 <include name="IDR_MEDIA_STATUS_MOJOM_JS" file="${mojom_root}\chrome\bro
wser\media\router\mojo\media_status.mojom.js" use_base_dir="false" type="BINDATA
" /> | 92 <include name="IDR_MEDIA_STATUS_MOJOM_JS" file="${mojom_root}\media\mojo
\interfaces\media_status.mojom.js" use_base_dir="false" type="BINDATA" /> |
| 93 <include name="IDR_MOJO_TIME_MOJOM_JS" file="${mojom_root}\mojo\common\t
ime.mojom.js" use_base_dir="false" type="BINDATA" /> | 93 <include name="IDR_MOJO_TIME_MOJOM_JS" file="${mojom_root}\mojo\common\t
ime.mojom.js" use_base_dir="false" type="BINDATA" /> |
| 94 <include name="IDR_MOJO_IP_ADDRESS_MOJOM_JS" file="${mojom_root}\net\int
erfaces\ip_address.mojom.js" use_base_dir="false" type="BINDATA" /> | 94 <include name="IDR_MOJO_IP_ADDRESS_MOJOM_JS" file="${mojom_root}\net\int
erfaces\ip_address.mojom.js" use_base_dir="false" type="BINDATA" /> |
| 95 <include name="IDR_ORIGIN_MOJOM_JS" file="${mojom_root}\url\mojo\origin.
mojom.js" use_base_dir="false" type="BINDATA" /> | 95 <include name="IDR_ORIGIN_MOJOM_JS" file="${mojom_root}\url\mojo\origin.
mojom.js" use_base_dir="false" type="BINDATA" /> |
| 96 <include name="IDR_MOJO_URL_MOJOM_JS" file="${mojom_root}\url\mojo\url.m
ojom.js" use_base_dir="false" type="BINDATA" /> | 96 <include name="IDR_MOJO_URL_MOJOM_JS" file="${mojom_root}\url\mojo\url.m
ojom.js" use_base_dir="false" type="BINDATA" /> |
| 97 </if> | 97 </if> |
| 98 </includes> | 98 </includes> |
| 99 <structures> | 99 <structures> |
| 100 <!-- Extension styles. --> | 100 <!-- Extension styles. --> |
| 101 <structure name="IDR_EXTENSION_CSS" file="extension.css" type="chrome_html
" flattenhtml="true" /> | 101 <structure name="IDR_EXTENSION_CSS" file="extension.css" type="chrome_html
" flattenhtml="true" /> |
| 102 </structures> | 102 </structures> |
| 103 </release> | 103 </release> |
| 104 </grit> | 104 </grit> |
| OLD | NEW |