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

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

Issue 2771413003: Move c/b/media/router/mojo/*.mojom to chrome/common/media_router/mojo/*.mojom (Closed)
Patch Set: Rebase Created 3 years, 8 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 77
78 <!-- Custom types for APIs. --> 78 <!-- Custom types for APIs. -->
79 <include name="IDR_STORAGE_AREA_JS" file="storage_area.js" type="BINDATA" /> 79 <include name="IDR_STORAGE_AREA_JS" file="storage_area.js" type="BINDATA" />
80 80
81 <!-- Platform app support. --> 81 <!-- Platform app support. -->
82 <include name="IDR_PLATFORM_APP_CSS" file="platform_app.css" type="BINDATA " /> 82 <include name="IDR_PLATFORM_APP_CSS" file="platform_app.css" type="BINDATA " />
83 <include name="IDR_PLATFORM_APP_JS" file="platform_app.js" type="BINDATA" /> 83 <include name="IDR_PLATFORM_APP_JS" file="platform_app.js" type="BINDATA" />
84 84
85 <!-- Extension styles. --> 85 <!-- Extension styles. -->
86 <include name="IDR_EXTENSION_FONTS_CSS" file="extension_fonts.css" type="B INDATA"/> 86 <include name="IDR_EXTENSION_FONTS_CSS" file="extension_fonts.css" type="B INDATA"/>
87
88 <!-- Media Router Mojo service and bindings. -->
89 <if expr="enable_media_router">
90 <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" />
91 <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 " />
92 <include name="IDR_MEDIA_ROUTER_BINDINGS_JS" file="media_router_bindings .js" type="BINDATA" />
93 <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 " />
94 <include name="IDR_MOJO_TIME_MOJOM_JS" file="${mojom_root}\mojo\common\t ime.mojom.js" use_base_dir="false" type="BINDATA" />
95 <include name="IDR_MOJO_IP_ADDRESS_MOJOM_JS" file="${mojom_root}\net\int erfaces\ip_address.mojom.js" use_base_dir="false" type="BINDATA" />
96 <include name="IDR_ORIGIN_MOJOM_JS" file="${mojom_root}\url\mojo\origin. mojom.js" use_base_dir="false" type="BINDATA" />
97 <include name="IDR_MOJO_URL_MOJOM_JS" file="${mojom_root}\url\mojo\url.m ojom.js" use_base_dir="false" type="BINDATA" />
98 </if>
99 </includes> 87 </includes>
100 <structures> 88 <structures>
101 <!-- Extension styles. --> 89 <!-- Extension styles. -->
102 <structure name="IDR_EXTENSION_CSS" file="extension.css" type="chrome_html " flattenhtml="true" /> 90 <structure name="IDR_EXTENSION_CSS" file="extension.css" type="chrome_html " flattenhtml="true" />
103 </structures> 91 </structures>
104 </release> 92 </release>
105 </grit> 93 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698