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

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

Issue 2551303003: Remove unused packaged app window controls code. (Closed)
Patch Set: Nit Created 4 years 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" output_all_resource_defines= "false"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 <include name="IDR_EXTENSION_CUSTOM_BINDINGS_JS" file="extension_custom_bi ndings.js" type="BINDATA" /> 65 <include name="IDR_EXTENSION_CUSTOM_BINDINGS_JS" file="extension_custom_bi ndings.js" type="BINDATA" />
66 <include name="IDR_GREASEMONKEY_API_JS" file="greasemonkey_api.js" type="B INDATA" /> 66 <include name="IDR_GREASEMONKEY_API_JS" file="greasemonkey_api.js" type="B INDATA" />
67 <include name="IDR_I18N_CUSTOM_BINDINGS_JS" file="i18n_custom_bindings.js" type="BINDATA" /> 67 <include name="IDR_I18N_CUSTOM_BINDINGS_JS" file="i18n_custom_bindings.js" type="BINDATA" />
68 <include name="IDR_MOJO_PRIVATE_CUSTOM_BINDINGS_JS" file="mojo_private_cus tom_bindings.js" type="BINDATA" /> 68 <include name="IDR_MOJO_PRIVATE_CUSTOM_BINDINGS_JS" file="mojo_private_cus tom_bindings.js" type="BINDATA" />
69 <include name="IDR_PERMISSIONS_CUSTOM_BINDINGS_JS" file="permissions_custo m_bindings.js" type="BINDATA" /> 69 <include name="IDR_PERMISSIONS_CUSTOM_BINDINGS_JS" file="permissions_custo m_bindings.js" type="BINDATA" />
70 <include name="IDR_PRINTER_PROVIDER_CUSTOM_BINDINGS_JS" file="printer_prov ider_custom_bindings.js" type="BINDATA" /> 70 <include name="IDR_PRINTER_PROVIDER_CUSTOM_BINDINGS_JS" file="printer_prov ider_custom_bindings.js" type="BINDATA" />
71 <include name="IDR_RUNTIME_CUSTOM_BINDINGS_JS" file="runtime_custom_bindin gs.js" type="BINDATA" /> 71 <include name="IDR_RUNTIME_CUSTOM_BINDINGS_JS" file="runtime_custom_bindin gs.js" type="BINDATA" />
72 <include name="IDR_SERVICE_WORKER_BINDINGS_JS" file="service_worker_bindin gs.js" type="BINDATA" /> 72 <include name="IDR_SERVICE_WORKER_BINDINGS_JS" file="service_worker_bindin gs.js" type="BINDATA" />
73 <include name="IDR_WEB_REQUEST_CUSTOM_BINDINGS_JS" file="web_request_custo m_bindings.js" type="BINDATA" /> 73 <include name="IDR_WEB_REQUEST_CUSTOM_BINDINGS_JS" file="web_request_custo m_bindings.js" type="BINDATA" />
74 <include name="IDR_WEB_REQUEST_INTERNAL_CUSTOM_BINDINGS_JS" file="web_requ est_internal_custom_bindings.js" type="BINDATA" /> 74 <include name="IDR_WEB_REQUEST_INTERNAL_CUSTOM_BINDINGS_JS" file="web_requ est_internal_custom_bindings.js" type="BINDATA" />
75 <include name="IDR_WINDOW_CONTROLS_JS" file="window_controls.js" type="BIN DATA" />
76 <include name="IDR_WINDOW_CONTROLS_TEMPLATE_HTML" file="window_controls_te mplate.html" type="BINDATA" />
77 <include name="IDR_WEB_VIEW_REQUEST_CUSTOM_BINDINGS_JS" file="guest_view/w eb_view/web_view_request_custom_bindings.js" type="BINDATA" /> 75 <include name="IDR_WEB_VIEW_REQUEST_CUSTOM_BINDINGS_JS" file="guest_view/w eb_view/web_view_request_custom_bindings.js" type="BINDATA" />
78 76
79 <!-- Custom types for APIs. --> 77 <!-- Custom types for APIs. -->
80 <include name="IDR_STORAGE_AREA_JS" file="storage_area.js" type="BINDATA" /> 78 <include name="IDR_STORAGE_AREA_JS" file="storage_area.js" type="BINDATA" />
81 79
82 <!-- Platform app support. --> 80 <!-- Platform app support. -->
83 <include name="IDR_PLATFORM_APP_CSS" file="platform_app.css" type="BINDATA " /> 81 <include name="IDR_PLATFORM_APP_CSS" file="platform_app.css" type="BINDATA " />
84 <include name="IDR_PLATFORM_APP_JS" file="platform_app.js" type="BINDATA" /> 82 <include name="IDR_PLATFORM_APP_JS" file="platform_app.js" type="BINDATA" />
85 83
86 <!-- Extension styles. --> 84 <!-- Extension styles. -->
87 <include name="IDR_EXTENSION_FONTS_CSS" file="extension_fonts.css" type="B INDATA"/> 85 <include name="IDR_EXTENSION_FONTS_CSS" file="extension_fonts.css" type="B INDATA"/>
88 86
89 <!-- Media Router Mojo service and bindings. --> 87 <!-- Media Router Mojo service and bindings. -->
90 <if expr="enable_media_router"> 88 <if expr="enable_media_router">
91 <include name="IDR_MEDIA_ROUTER_MOJOM_JS" file="${mojom_root}\chrome\bro wser\media\router\mojo\media_router.mojom.js" use_base_dir="false" type="BINDATA " /> 89 <include name="IDR_MEDIA_ROUTER_MOJOM_JS" file="${mojom_root}\chrome\bro wser\media\router\mojo\media_router.mojom.js" use_base_dir="false" type="BINDATA " />
92 <include name="IDR_MEDIA_ROUTER_BINDINGS_JS" file="media_router_bindings .js" type="BINDATA" /> 90 <include name="IDR_MEDIA_ROUTER_BINDINGS_JS" file="media_router_bindings .js" type="BINDATA" />
93 <include name="IDR_MOJO_TIME_MOJOM_JS" file="${mojom_root}\mojo\common\t ime.mojom.js" use_base_dir="false" type="BINDATA" /> 91 <include name="IDR_MOJO_TIME_MOJOM_JS" file="${mojom_root}\mojo\common\t ime.mojom.js" use_base_dir="false" type="BINDATA" />
94 </if> 92 </if>
95 </includes> 93 </includes>
96 <structures> 94 <structures>
97 <!-- Extension styles. --> 95 <!-- Extension styles. -->
98 <structure name="IDR_EXTENSION_CSS" file="extension.css" type="chrome_html " flattenhtml="true" /> 96 <structure name="IDR_EXTENSION_CSS" file="extension.css" type="chrome_html " flattenhtml="true" />
99 </structures> 97 </structures>
100 </release> 98 </release>
101 </grit> 99 </grit>
OLDNEW
« no previous file with comments | « extensions/renderer/dispatcher_delegate.h ('k') | extensions/renderer/resources/window_controls.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698