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

Side by Side Diff: chrome/renderer/renderer_resources.grd

Issue 10310028: Making webRequest.addEventListener internal (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing ExtensionPermissionsTest.PermissionMessages unit-test for WebRequestInternal Created 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This comment is only here because changes to resources are not picked up 2 <!-- This comment is only here because changes to resources are not picked up
3 without changes to the corresponding grd file. fb9 --> 3 without changes to the corresponding grd file. fb9 -->
4 <grit latest_public_release="0" current_release="1"> 4 <grit latest_public_release="0" current_release="1">
5 <outputs> 5 <outputs>
6 <output filename="grit/renderer_resources.h" type="rc_header"> 6 <output filename="grit/renderer_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="renderer_resources.pak" type="data_package" /> 9 <output filename="renderer_resources.pak" type="data_package" />
10 <output filename="renderer_resources.rc" type="rc_all" /> 10 <output filename="renderer_resources.rc" type="rc_all" />
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 <include name="IDR_OMNIBOX_CUSTOM_BINDINGS_JS" file="resources\extension s\omnibox_custom_bindings.js" type="BINDATA" /> 54 <include name="IDR_OMNIBOX_CUSTOM_BINDINGS_JS" file="resources\extension s\omnibox_custom_bindings.js" type="BINDATA" />
55 <include name="IDR_PAGE_ACTIONS_CUSTOM_BINDINGS_JS" file="resources\exte nsions\page_actions_custom_bindings.js" type="BINDATA" /> 55 <include name="IDR_PAGE_ACTIONS_CUSTOM_BINDINGS_JS" file="resources\exte nsions\page_actions_custom_bindings.js" type="BINDATA" />
56 <include name="IDR_PAGE_ACTION_CUSTOM_BINDINGS_JS" file="resources\exten sions\page_action_custom_bindings.js" type="BINDATA" /> 56 <include name="IDR_PAGE_ACTION_CUSTOM_BINDINGS_JS" file="resources\exten sions\page_action_custom_bindings.js" type="BINDATA" />
57 <include name="IDR_PAGE_CAPTURE_CUSTOM_BINDINGS_JS" file="resources\exte nsions\page_capture_custom_bindings.js" type="BINDATA" /> 57 <include name="IDR_PAGE_CAPTURE_CUSTOM_BINDINGS_JS" file="resources\exte nsions\page_capture_custom_bindings.js" type="BINDATA" />
58 <include name="IDR_STORAGE_CUSTOM_BINDINGS_JS" file="resources\extension s\storage_custom_bindings.js" type="BINDATA" /> 58 <include name="IDR_STORAGE_CUSTOM_BINDINGS_JS" file="resources\extension s\storage_custom_bindings.js" type="BINDATA" />
59 <include name="IDR_TABS_CUSTOM_BINDINGS_JS" file="resources\extensions\t abs_custom_bindings.js" type="BINDATA" /> 59 <include name="IDR_TABS_CUSTOM_BINDINGS_JS" file="resources\extensions\t abs_custom_bindings.js" type="BINDATA" />
60 <include name="IDR_TTS_CUSTOM_BINDINGS_JS" file="resources\extensions\tt s_custom_bindings.js" type="BINDATA" /> 60 <include name="IDR_TTS_CUSTOM_BINDINGS_JS" file="resources\extensions\tt s_custom_bindings.js" type="BINDATA" />
61 <include name="IDR_TTS_ENGINE_CUSTOM_BINDINGS_JS" file="resources\extens ions\tts_engine_custom_bindings.js" type="BINDATA" /> 61 <include name="IDR_TTS_ENGINE_CUSTOM_BINDINGS_JS" file="resources\extens ions\tts_engine_custom_bindings.js" type="BINDATA" />
62 <include name="IDR_TYPES_CUSTOM_BINDINGS_JS" file="resources\extensions\ types_custom_bindings.js" type="BINDATA" /> 62 <include name="IDR_TYPES_CUSTOM_BINDINGS_JS" file="resources\extensions\ types_custom_bindings.js" type="BINDATA" />
63 <include name="IDR_WEB_REQUEST_CUSTOM_BINDINGS_JS" file="resources\exten sions\web_request_custom_bindings.js" type="BINDATA" /> 63 <include name="IDR_WEB_REQUEST_CUSTOM_BINDINGS_JS" file="resources\exten sions\web_request_custom_bindings.js" type="BINDATA" />
64 <include name="IDR_WEB_REQUEST_INTERNAL_CUSTOM_BINDINGS_JS" file="resour ces\extensions\web_request_internal_custom_bindings.js" type="BINDATA" />
64 <include name="IDR_WEBSTORE_CUSTOM_BINDINGS_JS" file="resources\extensio ns\webstore_custom_bindings.js" type="BINDATA" /> 65 <include name="IDR_WEBSTORE_CUSTOM_BINDINGS_JS" file="resources\extensio ns\webstore_custom_bindings.js" type="BINDATA" />
65 </if> 66 </if>
66 </includes> 67 </includes>
67 </release> 68 </release>
68 </grit> 69 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698