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

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

Issue 2760403003: Remove enable_media_router. (Closed)
Patch Set: 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
« BUILD.gn ('K') | « extensions/renderer/dispatcher.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 <include name="IDR_STORAGE_AREA_JS" file="storage_area.js" type="BINDATA" /> 78 <include name="IDR_STORAGE_AREA_JS" file="storage_area.js" type="BINDATA" />
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 <include name="IDR_MEDIA_ROUTER_MOJOM_JS" file="${mojom_root}\chrome\brows er\media\router\mojo\media_router.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 " /> 89 <include name="IDR_MEDIA_ROUTER_BINDINGS_JS" file="media_router_bindings.j s" type="BINDATA" />
90 <include name="IDR_MEDIA_ROUTER_BINDINGS_JS" file="media_router_bindings .js" type="BINDATA" /> 90 <include name="IDR_MOJO_TIME_MOJOM_JS" file="${mojom_root}\mojo\common\tim e.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" /> 91 <include name="IDR_MOJO_IP_ADDRESS_MOJOM_JS" file="${mojom_root}\net\inter faces\ip_address.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" /> 92 <include name="IDR_ORIGIN_MOJOM_JS" file="${mojom_root}\url\mojo\origin.mo jom.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" /> 93 <include name="IDR_MOJO_URL_MOJOM_JS" file="${mojom_root}\url\mojo\url.moj om.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" />
95 </if>
96 </includes> 94 </includes>
97 <structures> 95 <structures>
98 <!-- Extension styles. --> 96 <!-- Extension styles. -->
99 <structure name="IDR_EXTENSION_CSS" file="extension.css" type="chrome_html " flattenhtml="true" /> 97 <structure name="IDR_EXTENSION_CSS" file="extension.css" type="chrome_html " flattenhtml="true" />
100 </structures> 98 </structures>
101 </release> 99 </release>
102 </grit> 100 </grit>
OLDNEW
« BUILD.gn ('K') | « extensions/renderer/dispatcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698