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

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

Issue 1162243002: Add Media Router JS Gin module. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporated mfoltz's improvements to comments Created 5 years, 6 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"> 2 <grit latest_public_release="0" current_release="1">
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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 86
87 <!-- Custom types for APIs. --> 87 <!-- Custom types for APIs. -->
88 <include name="IDR_STORAGE_AREA_JS" file="storage_area.js" type="BINDATA" /> 88 <include name="IDR_STORAGE_AREA_JS" file="storage_area.js" type="BINDATA" />
89 89
90 <!-- Platform app support. --> 90 <!-- Platform app support. -->
91 <include name="IDR_PLATFORM_APP_CSS" file="platform_app.css" type="BINDATA " /> 91 <include name="IDR_PLATFORM_APP_CSS" file="platform_app.css" type="BINDATA " />
92 <include name="IDR_PLATFORM_APP_JS" file="platform_app.js" type="BINDATA" /> 92 <include name="IDR_PLATFORM_APP_JS" file="platform_app.js" type="BINDATA" />
93 93
94 <!-- Extension styles. --> 94 <!-- Extension styles. -->
95 <include name="IDR_EXTENSION_FONTS_CSS" file="extension_fonts.css" type="B INDATA"/> 95 <include name="IDR_EXTENSION_FONTS_CSS" file="extension_fonts.css" type="B INDATA"/>
96
97 <!-- Media Router Mojo service and bindings. -->
98 <if expr="enable_media_router">
99 <include name="IDR_MEDIA_ROUTER_MOJOM_JS" file="${mojom_root}\chrome\bro wser\media\router\media_router.mojom.js" use_base_dir="false" type="BINDATA" />
Nico 2017/03/21 19:00:57 Is extensions/ the right place for this code? Ever
imcheng 2017/03/22 23:28:59 Maybe it should have been. Though longer term we w
100 <include name="IDR_MEDIA_ROUTER_BINDINGS_JS" file="media_router_bindings .js" type="BINDATA" />
101 </if>
96 </includes> 102 </includes>
97 <structures> 103 <structures>
98 <!-- Extension styles. --> 104 <!-- Extension styles. -->
99 <structure name="IDR_EXTENSION_CSS" file="extension.css" type="chrome_html " flattenhtml="true" /> 105 <structure name="IDR_EXTENSION_CSS" file="extension.css" type="chrome_html " flattenhtml="true" />
100 </structures> 106 </structures>
101 </release> 107 </release>
102 </grit> 108 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698