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

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

Issue 537773003: Add a user agent stylesheet for extension options pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add preprocessor directive to fix Android build Created 6 years, 3 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_fonts.css ('k') | tools/gritsettings/resource_ids » ('j') | 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 <include name="IDR_WINDOW_CONTROLS_TEMPLATE_HTML" file="window_controls_te mplate.html" type="BINDATA" /> 45 <include name="IDR_WINDOW_CONTROLS_TEMPLATE_HTML" file="window_controls_te mplate.html" type="BINDATA" />
46 <include name="IDR_BINDING_JS" file="binding.js" type="BINDATA" /> 46 <include name="IDR_BINDING_JS" file="binding.js" type="BINDATA" />
47 47
48 <!-- Custom types for APIs. --> 48 <!-- Custom types for APIs. -->
49 <include name="IDR_STORAGE_AREA_JS" file="storage_area.js" type="BINDATA" /> 49 <include name="IDR_STORAGE_AREA_JS" file="storage_area.js" type="BINDATA" />
50 50
51 <!-- Platform app support. --> 51 <!-- Platform app support. -->
52 <include name="IDR_PLATFORM_APP_CSS" file="platform_app.css" type="BINDATA " /> 52 <include name="IDR_PLATFORM_APP_CSS" file="platform_app.css" type="BINDATA " />
53 <include name="IDR_PLATFORM_APP_JS" file="platform_app.js" type="BINDATA" /> 53 <include name="IDR_PLATFORM_APP_JS" file="platform_app.js" type="BINDATA" />
54 54
55 <!-- Extension styles --> 55 <!-- Extension styles. -->
56 <include name="IDR_EXTENSION_CSS" file="extension.css" type="BINDATA"/> 56 <include name="IDR_EXTENSION_FONTS_CSS" file="extension_fonts.css" type="B INDATA"/>
57 </includes> 57 </includes>
58 <structures>
59 <!-- Extension styles. -->
60 <structure name="IDR_EXTENSION_CSS" file="extension.css" type="chrome_html " flattenhtml="true" />
61 </structures>
58 </release> 62 </release>
59 </grit> 63 </grit>
OLDNEW
« no previous file with comments | « extensions/renderer/resources/extension_fonts.css ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698