Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Side by Side Diff: extensions/renderer/resources/extensions_renderer_resources.grd

Issue 2727123002: [Media Router] Custom Controls 1 - Add MediaStatus, MediaRouteController, and mojo interfaces (Closed)
Patch Set: Change comment Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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_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}\chrome\bro wser\media\router\mojo\media_router.mojom.js" use_base_dir="false" type="BINDATA " />
90 <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 " />
91 <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" />
92 <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" />
93 <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" />
94 <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" />
95 </if> 97 </if>
96 </includes> 98 </includes>
97 <structures> 99 <structures>
98 <!-- Extension styles. --> 100 <!-- Extension styles. -->
99 <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" />
100 </structures> 102 </structures>
101 </release> 103 </release>
102 </grit> 104 </grit>
OLDNEW
« extensions/renderer/dispatcher.cc ('K') | « extensions/renderer/dispatcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698