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

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

Issue 596003002: Allow declarative webrequest and webrequest in extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up RuleRegistry in ExtensionsApiClient. Created 6 years, 2 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 <include name="IDR_DECLARATIVE_WEBREQUEST_CUSTOM_BINDINGS_JS" file="declar ative_webrequest_custom_bindings.js" type="BINDATA" /> 46 <include name="IDR_DECLARATIVE_WEBREQUEST_CUSTOM_BINDINGS_JS" file="declar ative_webrequest_custom_bindings.js" type="BINDATA" />
47 <include name="IDR_EXTENSION_CUSTOM_BINDINGS_JS" file="extension_custom_bi ndings.js" type="BINDATA" /> 47 <include name="IDR_EXTENSION_CUSTOM_BINDINGS_JS" file="extension_custom_bi ndings.js" type="BINDATA" />
48 <include name="IDR_GREASEMONKEY_API_JS" file="greasemonkey_api.js" type="B INDATA" /> 48 <include name="IDR_GREASEMONKEY_API_JS" file="greasemonkey_api.js" type="B INDATA" />
49 <include name="IDR_I18N_CUSTOM_BINDINGS_JS" file="i18n_custom_bindings.js" type="BINDATA" /> 49 <include name="IDR_I18N_CUSTOM_BINDINGS_JS" file="i18n_custom_bindings.js" type="BINDATA" />
50 <include name="IDR_PERMISSIONS_CUSTOM_BINDINGS_JS" file="permissions_custo m_bindings.js" type="BINDATA" /> 50 <include name="IDR_PERMISSIONS_CUSTOM_BINDINGS_JS" file="permissions_custo m_bindings.js" type="BINDATA" />
51 <include name="IDR_RUNTIME_CUSTOM_BINDINGS_JS" file="runtime_custom_bindin gs.js" type="BINDATA" /> 51 <include name="IDR_RUNTIME_CUSTOM_BINDINGS_JS" file="runtime_custom_bindin gs.js" type="BINDATA" />
52 <include name="IDR_WEB_REQUEST_CUSTOM_BINDINGS_JS" file="web_request_custo m_bindings.js" type="BINDATA" /> 52 <include name="IDR_WEB_REQUEST_CUSTOM_BINDINGS_JS" file="web_request_custo m_bindings.js" type="BINDATA" />
53 <include name="IDR_WEB_REQUEST_INTERNAL_CUSTOM_BINDINGS_JS" file="web_requ est_internal_custom_bindings.js" type="BINDATA" /> 53 <include name="IDR_WEB_REQUEST_INTERNAL_CUSTOM_BINDINGS_JS" file="web_requ est_internal_custom_bindings.js" type="BINDATA" />
54 <include name="IDR_WINDOW_CONTROLS_JS" file="window_controls.js" type="BIN DATA" /> 54 <include name="IDR_WINDOW_CONTROLS_JS" file="window_controls.js" type="BIN DATA" />
55 <include name="IDR_WINDOW_CONTROLS_TEMPLATE_HTML" file="window_controls_te mplate.html" type="BINDATA" /> 55 <include name="IDR_WINDOW_CONTROLS_TEMPLATE_HTML" file="window_controls_te mplate.html" type="BINDATA" />
56 <include name="IDR_WEB_VIEW_REQUEST_CUSTOM_BINDINGS_JS" file="web_view_req uest_custom_bindings.js" type="BINDATA" />
56 57
57 <!-- Custom types for APIs. --> 58 <!-- Custom types for APIs. -->
58 <include name="IDR_STORAGE_AREA_JS" file="storage_area.js" type="BINDATA" /> 59 <include name="IDR_STORAGE_AREA_JS" file="storage_area.js" type="BINDATA" />
59 60
60 <!-- Platform app support. --> 61 <!-- Platform app support. -->
61 <include name="IDR_PLATFORM_APP_CSS" file="platform_app.css" type="BINDATA " /> 62 <include name="IDR_PLATFORM_APP_CSS" file="platform_app.css" type="BINDATA " />
62 <include name="IDR_PLATFORM_APP_JS" file="platform_app.js" type="BINDATA" /> 63 <include name="IDR_PLATFORM_APP_JS" file="platform_app.js" type="BINDATA" />
63 64
64 <!-- Extension styles. --> 65 <!-- Extension styles. -->
65 <include name="IDR_EXTENSION_FONTS_CSS" file="extension_fonts.css" type="B INDATA"/> 66 <include name="IDR_EXTENSION_FONTS_CSS" file="extension_fonts.css" type="B INDATA"/>
66 </includes> 67 </includes>
67 <structures> 68 <structures>
68 <!-- Extension styles. --> 69 <!-- Extension styles. -->
69 <structure name="IDR_EXTENSION_CSS" file="extension.css" type="chrome_html " flattenhtml="true" /> 70 <structure name="IDR_EXTENSION_CSS" file="extension.css" type="chrome_html " flattenhtml="true" />
70 </structures> 71 </structures>
71 </release> 72 </release>
72 </grit> 73 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698