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

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

Issue 948243005: Merge custom bindings for context menus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix ExtensionContextMenuBrowserTest.UpdateOnclick test Created 5 years, 8 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/context_menus_handlers.js ('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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 <include name="IDR_WEB_VIEW_CONSTANTS_JS" file="guest_view/web_view/web_vi ew_constants.js" type="BINDATA" /> 62 <include name="IDR_WEB_VIEW_CONSTANTS_JS" file="guest_view/web_view/web_vi ew_constants.js" type="BINDATA" />
63 <include name="IDR_WEB_VIEW_EVENTS_JS" file="guest_view/web_view/web_view_ events.js" type="BINDATA" /> 63 <include name="IDR_WEB_VIEW_EVENTS_JS" file="guest_view/web_view/web_view_ events.js" type="BINDATA" />
64 <include name="IDR_WEB_VIEW_INTERNAL_CUSTOM_BINDINGS_JS" file="guest_view/ web_view/web_view_internal.js" type="BINDATA" /> 64 <include name="IDR_WEB_VIEW_INTERNAL_CUSTOM_BINDINGS_JS" file="guest_view/ web_view/web_view_internal.js" type="BINDATA" />
65 <include name="IDR_WEB_VIEW_JS" file="guest_view/web_view/web_view.js" typ e="BINDATA" /> 65 <include name="IDR_WEB_VIEW_JS" file="guest_view/web_view/web_view.js" typ e="BINDATA" />
66 66
67 <!-- Custom bindings for APIs. --> 67 <!-- Custom bindings for APIs. -->
68 <include name="IDR_APP_RUNTIME_CUSTOM_BINDINGS_JS" file="app_runtime_custo m_bindings.js" type="BINDATA" /> 68 <include name="IDR_APP_RUNTIME_CUSTOM_BINDINGS_JS" file="app_runtime_custo m_bindings.js" type="BINDATA" />
69 <include name="IDR_APP_WINDOW_CUSTOM_BINDINGS_JS" file="app_window_custom_ bindings.js" type="BINDATA" /> 69 <include name="IDR_APP_WINDOW_CUSTOM_BINDINGS_JS" file="app_window_custom_ bindings.js" type="BINDATA" />
70 <include name="IDR_BINDING_JS" file="binding.js" type="BINDATA" /> 70 <include name="IDR_BINDING_JS" file="binding.js" type="BINDATA" />
71 <include name="IDR_CONTEXT_MENUS_CUSTOM_BINDINGS_JS" file="context_menus_c ustom_bindings.js" type="BINDATA" /> 71 <include name="IDR_CONTEXT_MENUS_CUSTOM_BINDINGS_JS" file="context_menus_c ustom_bindings.js" type="BINDATA" />
72 <include name="IDR_CONTEXT_MENUS_HANDLERS_JS" file="context_menus_handlers .js" type="BINDATA" />
72 <include name="IDR_DECLARATIVE_WEBREQUEST_CUSTOM_BINDINGS_JS" file="declar ative_webrequest_custom_bindings.js" type="BINDATA" /> 73 <include name="IDR_DECLARATIVE_WEBREQUEST_CUSTOM_BINDINGS_JS" file="declar ative_webrequest_custom_bindings.js" type="BINDATA" />
73 <include name="IDR_EXTENSION_CUSTOM_BINDINGS_JS" file="extension_custom_bi ndings.js" type="BINDATA" /> 74 <include name="IDR_EXTENSION_CUSTOM_BINDINGS_JS" file="extension_custom_bi ndings.js" type="BINDATA" />
74 <include name="IDR_GREASEMONKEY_API_JS" file="greasemonkey_api.js" type="B INDATA" /> 75 <include name="IDR_GREASEMONKEY_API_JS" file="greasemonkey_api.js" type="B INDATA" />
75 <include name="IDR_I18N_CUSTOM_BINDINGS_JS" file="i18n_custom_bindings.js" type="BINDATA" /> 76 <include name="IDR_I18N_CUSTOM_BINDINGS_JS" file="i18n_custom_bindings.js" type="BINDATA" />
76 <include name="IDR_MOJO_PRIVATE_CUSTOM_BINDINGS_JS" file="mojo_private_cus tom_bindings.js" type="BINDATA" /> 77 <include name="IDR_MOJO_PRIVATE_CUSTOM_BINDINGS_JS" file="mojo_private_cus tom_bindings.js" type="BINDATA" />
77 <include name="IDR_PERMISSIONS_CUSTOM_BINDINGS_JS" file="permissions_custo m_bindings.js" type="BINDATA" /> 78 <include name="IDR_PERMISSIONS_CUSTOM_BINDINGS_JS" file="permissions_custo m_bindings.js" type="BINDATA" />
78 <include name="IDR_PRINTER_PROVIDER_CUSTOM_BINDINGS_JS" file="printer_prov ider_custom_bindings.js" type="BINDATA" /> 79 <include name="IDR_PRINTER_PROVIDER_CUSTOM_BINDINGS_JS" file="printer_prov ider_custom_bindings.js" type="BINDATA" />
79 <include name="IDR_RUNTIME_CUSTOM_BINDINGS_JS" file="runtime_custom_bindin gs.js" type="BINDATA" /> 80 <include name="IDR_RUNTIME_CUSTOM_BINDINGS_JS" file="runtime_custom_bindin gs.js" type="BINDATA" />
80 <include name="IDR_WEB_REQUEST_CUSTOM_BINDINGS_JS" file="web_request_custo m_bindings.js" type="BINDATA" /> 81 <include name="IDR_WEB_REQUEST_CUSTOM_BINDINGS_JS" file="web_request_custo m_bindings.js" type="BINDATA" />
81 <include name="IDR_WEB_REQUEST_INTERNAL_CUSTOM_BINDINGS_JS" file="web_requ est_internal_custom_bindings.js" type="BINDATA" /> 82 <include name="IDR_WEB_REQUEST_INTERNAL_CUSTOM_BINDINGS_JS" file="web_requ est_internal_custom_bindings.js" type="BINDATA" />
(...skipping 10 matching lines...) Expand all
92 93
93 <!-- Extension styles. --> 94 <!-- Extension styles. -->
94 <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"/>
95 </includes> 96 </includes>
96 <structures> 97 <structures>
97 <!-- Extension styles. --> 98 <!-- Extension styles. -->
98 <structure name="IDR_EXTENSION_CSS" file="extension.css" type="chrome_html " flattenhtml="true" /> 99 <structure name="IDR_EXTENSION_CSS" file="extension.css" type="chrome_html " flattenhtml="true" />
99 </structures> 100 </structures>
100 </release> 101 </release>
101 </grit> 102 </grit>
OLDNEW
« no previous file with comments | « extensions/renderer/resources/context_menus_handlers.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698