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

Unified Diff: trunk/src/extensions/renderer/resources/extensions_renderer_resources.grd

Issue 309413002: Revert 274558 "Move some extensions renderer resources to extens..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: trunk/src/extensions/renderer/resources/extensions_renderer_resources.grd
===================================================================
--- trunk/src/extensions/renderer/resources/extensions_renderer_resources.grd (revision 274563)
+++ trunk/src/extensions/renderer/resources/extensions_renderer_resources.grd (working copy)
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<grit latest_public_release="0" current_release="1">
- <outputs>
- <output filename="grit/extensions_renderer_resources.h" type="rc_header">
- <emit emit_type='prepend'></emit>
- </output>
- <output filename="extensions_renderer_resources.pak" type="data_package" />
- </outputs>
- <release seq="1">
- <includes>
- <!-- Extension libraries. -->
- <include name="IDR_ENTRY_ID_MANAGER" file="entry_id_manager.js" type="BINDATA" />
- <include name="IDR_EVENT_BINDINGS_JS" file="event.js" type="BINDATA" />
- <include name="IDR_IMAGE_UTIL_JS" file="image_util.js" type="BINDATA" />
- <include name="IDR_JSON_SCHEMA_JS" file="json_schema.js" type="BINDATA" />
- <include name="IDR_LAST_ERROR_JS" file="last_error.js" type="BINDATA" />
- <include name="IDR_MESSAGING_JS" file="messaging.js" type="BINDATA" />
- <include name="IDR_MESSAGING_UTILS_JS" file="messaging_utils.js" type="BINDATA" />
- <include name="IDR_SCHEMA_UTILS_JS" file="schema_utils.js" type="BINDATA" />
- <include name="IDR_SEND_REQUEST_JS" file="send_request.js" type="BINDATA" />
- <include name="IDR_SET_ICON_JS" file="set_icon.js" type="BINDATA" />
- <include name="IDR_TEST_CUSTOM_BINDINGS_JS" file="test_custom_bindings.js" type="BINDATA" />
- <include name="IDR_UNCAUGHT_EXCEPTION_HANDLER_JS" file="uncaught_exception_handler.js" type="BINDATA" />
- <include name="IDR_UNLOAD_EVENT_JS" file="unload_event.js" type="BINDATA" />
- <include name="IDR_UTILS_JS" file="utils.js" type="BINDATA" />
-
- <!-- Custom bindings for APIs. -->
- <include name="IDR_APP_RUNTIME_CUSTOM_BINDINGS_JS" file="app_runtime_custom_bindings.js" type="BINDATA" />
- <include name="IDR_CONTEXT_MENUS_CUSTOM_BINDINGS_JS" file="context_menus_custom_bindings.js" type="BINDATA" />
- <include name="IDR_EXTENSION_CUSTOM_BINDINGS_JS" file="extension_custom_bindings.js" type="BINDATA" />
- <include name="IDR_GREASEMONKEY_API_JS" file="greasemonkey_api.js" type="BINDATA" />
- <include name="IDR_I18N_CUSTOM_BINDINGS_JS" file="i18n_custom_bindings.js" type="BINDATA" />
- <include name="IDR_PERMISSIONS_CUSTOM_BINDINGS_JS" file="permissions_custom_bindings.js" type="BINDATA" />
- <include name="IDR_RUNTIME_CUSTOM_BINDINGS_JS" file="runtime_custom_bindings.js" type="BINDATA" />
- <include name="IDR_BINDING_JS" file="binding.js" type="BINDATA" />
-
- <!-- Custom types for APIs. -->
- <include name="IDR_STORAGE_AREA_JS" file="storage_area.js" type="BINDATA" />
-
- <!-- Platform app support. -->
- <include name="IDR_PLATFORM_APP_CSS" file="platform_app.css" type="BINDATA" />
- <include name="IDR_PLATFORM_APP_JS" file="platform_app.js" type="BINDATA" />
- </includes>
- </release>
-</grit>

Powered by Google App Engine
This is Rietveld 408576698