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

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

Issue 307833002: Move some extensions renderer resources to extensions_renderer_resources.grd. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1">
3 <outputs>
4 <output filename="grit/extensions_renderer_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit>
6 </output>
7 <output filename="extensions_renderer_resources.pak" type="data_package" />
8 </outputs>
9 <release seq="1">
10 <includes>
11 <!-- Extension libraries. -->
12 <include name="IDR_ENTRY_ID_MANAGER" file="entry_id_manager.js" type="BIND ATA" />
13 <include name="IDR_EVENT_BINDINGS_JS" file="event.js" type="BINDATA" />
14 <include name="IDR_IMAGE_UTIL_JS" file="image_util.js" type="BINDATA" />
15 <include name="IDR_JSON_SCHEMA_JS" file="json_schema.js" type="BINDATA" />
16 <include name="IDR_LAST_ERROR_JS" file="last_error.js" type="BINDATA" />
17 <include name="IDR_MESSAGING_JS" file="messaging.js" type="BINDATA" />
18 <include name="IDR_MESSAGING_UTILS_JS" file="messaging_utils.js" type="BIN DATA" />
19 <include name="IDR_SCHEMA_UTILS_JS" file="schema_utils.js" type="BINDATA" />
20 <include name="IDR_SEND_REQUEST_JS" file="send_request.js" type="BINDATA" />
21 <include name="IDR_SET_ICON_JS" file="set_icon.js" type="BINDATA" />
22 <include name="IDR_TEST_CUSTOM_BINDINGS_JS" file="test_custom_bindings.js" type="BINDATA" />
23 <include name="IDR_UNCAUGHT_EXCEPTION_HANDLER_JS" file="uncaught_exception _handler.js" type="BINDATA" />
24 <include name="IDR_UNLOAD_EVENT_JS" file="unload_event.js" type="BINDATA" />
25 <include name="IDR_UTILS_JS" file="utils.js" type="BINDATA" />
26
27 <!-- Custom bindings for APIs. -->
28 <include name="IDR_APP_RUNTIME_CUSTOM_BINDINGS_JS" file="app_runtime_custo m_bindings.js" type="BINDATA" />
29 <include name="IDR_CONTEXT_MENUS_CUSTOM_BINDINGS_JS" file="context_menus_c ustom_bindings.js" type="BINDATA" />
30 <include name="IDR_EXTENSION_CUSTOM_BINDINGS_JS" file="extension_custom_bi ndings.js" type="BINDATA" />
31 <include name="IDR_GREASEMONKEY_API_JS" file="greasemonkey_api.js" type="B INDATA" />
32 <include name="IDR_I18N_CUSTOM_BINDINGS_JS" file="i18n_custom_bindings.js" type="BINDATA" />
33 <include name="IDR_PERMISSIONS_CUSTOM_BINDINGS_JS" file="permissions_custo m_bindings.js" type="BINDATA" />
34 <include name="IDR_RUNTIME_CUSTOM_BINDINGS_JS" file="runtime_custom_bindin gs.js" type="BINDATA" />
35 <include name="IDR_BINDING_JS" file="binding.js" type="BINDATA" />
36
37 <!-- Custom types for APIs. -->
38 <include name="IDR_STORAGE_AREA_JS" file="storage_area.js" type="BINDATA" />
39
40 <!-- Platform app support. -->
41 <include name="IDR_PLATFORM_APP_CSS" file="platform_app.css" type="BINDATA " />
42 <include name="IDR_PLATFORM_APP_JS" file="platform_app.js" type="BINDATA" />
43 </includes>
44 </release>
45 </grit>
OLDNEW
« no previous file with comments | « extensions/renderer/resources/extension_custom_bindings.js ('k') | extensions/renderer/resources/greasemonkey_api.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698