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

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

Issue 400343002: Add default fonts for extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bug that caused DeclarativeContentApiTest to fail Created 6 years, 5 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
« no previous file with comments | « extensions/renderer/resources/extension.css ('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"> 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 22 matching lines...) Expand all
33 <include name="IDR_PERMISSIONS_CUSTOM_BINDINGS_JS" file="permissions_custo m_bindings.js" type="BINDATA" /> 33 <include name="IDR_PERMISSIONS_CUSTOM_BINDINGS_JS" file="permissions_custo m_bindings.js" type="BINDATA" />
34 <include name="IDR_RUNTIME_CUSTOM_BINDINGS_JS" file="runtime_custom_bindin gs.js" type="BINDATA" /> 34 <include name="IDR_RUNTIME_CUSTOM_BINDINGS_JS" file="runtime_custom_bindin gs.js" type="BINDATA" />
35 <include name="IDR_BINDING_JS" file="binding.js" type="BINDATA" /> 35 <include name="IDR_BINDING_JS" file="binding.js" type="BINDATA" />
36 36
37 <!-- Custom types for APIs. --> 37 <!-- Custom types for APIs. -->
38 <include name="IDR_STORAGE_AREA_JS" file="storage_area.js" type="BINDATA" /> 38 <include name="IDR_STORAGE_AREA_JS" file="storage_area.js" type="BINDATA" />
39 39
40 <!-- Platform app support. --> 40 <!-- Platform app support. -->
41 <include name="IDR_PLATFORM_APP_CSS" file="platform_app.css" type="BINDATA " /> 41 <include name="IDR_PLATFORM_APP_CSS" file="platform_app.css" type="BINDATA " />
42 <include name="IDR_PLATFORM_APP_JS" file="platform_app.js" type="BINDATA" /> 42 <include name="IDR_PLATFORM_APP_JS" file="platform_app.js" type="BINDATA" />
43
44 <!-- Extension styles -->
45 <include name="IDR_EXTENSION_CSS" file="extension.css" type="BINDATA"/>
43 </includes> 46 </includes>
44 </release> 47 </release>
45 </grit> 48 </grit>
OLDNEW
« no previous file with comments | « extensions/renderer/resources/extension.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698