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

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: Remove Data URI hardcoding, remove deprecated WebKit CSS declarations 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
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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_CSS" file="extension.css" type="BINDATA"/>
57 <include name="IDR_EXTENSION_FONTS_CSS" file="extension_fonts.css" type="B INDATA"/>
Marijn Kruisselbrink 2014/09/10 20:46:30 I'm not entirely sure, but will this work to get t
ericzeng 2014/09/10 21:29:30 Which <if expr> are you referring to? I am not fam
Marijn Kruisselbrink 2014/09/10 21:45:40 If you look at widgets.css (or at the extension.cs
ericzeng 2014/09/10 22:13:48 If I change the type from BINDATA it looks like gr
Marijn Kruisselbrink 2014/09/10 22:32:04 I just tested this, if I add the following to exte
ericzeng 2014/09/10 22:52:53 Wow, I didn't know that was possible. Thanks!
57 </includes> 58 </includes>
58 </release> 59 </release>
59 </grit> 60 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698