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

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

Issue 9317072: Allow omitting optional parameters for Extensions API functions (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: null and undefined arguments now handled. Comments added and variables renamed. Created 8 years, 9 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
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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 <include name="IDR_OMNIBOX_CUSTOM_BINDINGS_JS" file="resources\extensions\ omnibox_custom_bindings.js" type="BINDATA" /> 44 <include name="IDR_OMNIBOX_CUSTOM_BINDINGS_JS" file="resources\extensions\ omnibox_custom_bindings.js" type="BINDATA" />
45 <include name="IDR_PAGE_ACTIONS_CUSTOM_BINDINGS_JS" file="resources\extens ions\page_actions_custom_bindings.js" type="BINDATA" /> 45 <include name="IDR_PAGE_ACTIONS_CUSTOM_BINDINGS_JS" file="resources\extens ions\page_actions_custom_bindings.js" type="BINDATA" />
46 <include name="IDR_PAGE_ACTION_CUSTOM_BINDINGS_JS" file="resources\extensi ons\page_action_custom_bindings.js" type="BINDATA" /> 46 <include name="IDR_PAGE_ACTION_CUSTOM_BINDINGS_JS" file="resources\extensi ons\page_action_custom_bindings.js" type="BINDATA" />
47 <include name="IDR_PAGE_CAPTURE_CUSTOM_BINDINGS_JS" file="resources\extens ions\page_capture_custom_bindings.js" type="BINDATA" /> 47 <include name="IDR_PAGE_CAPTURE_CUSTOM_BINDINGS_JS" file="resources\extens ions\page_capture_custom_bindings.js" type="BINDATA" />
48 <include name="IDR_STORAGE_CUSTOM_BINDINGS_JS" file="resources\extensions\ storage_custom_bindings.js" type="BINDATA" /> 48 <include name="IDR_STORAGE_CUSTOM_BINDINGS_JS" file="resources\extensions\ storage_custom_bindings.js" type="BINDATA" />
49 <include name="IDR_TABS_CUSTOM_BINDINGS_JS" file="resources\extensions\tab s_custom_bindings.js" type="BINDATA" /> 49 <include name="IDR_TABS_CUSTOM_BINDINGS_JS" file="resources\extensions\tab s_custom_bindings.js" type="BINDATA" />
50 <include name="IDR_TTS_CUSTOM_BINDINGS_JS" file="resources\extensions\tts_ custom_bindings.js" type="BINDATA" /> 50 <include name="IDR_TTS_CUSTOM_BINDINGS_JS" file="resources\extensions\tts_ custom_bindings.js" type="BINDATA" />
51 <include name="IDR_TTS_ENGINE_CUSTOM_BINDINGS_JS" file="resources\extensio ns\tts_engine_custom_bindings.js" type="BINDATA" /> 51 <include name="IDR_TTS_ENGINE_CUSTOM_BINDINGS_JS" file="resources\extensio ns\tts_engine_custom_bindings.js" type="BINDATA" />
52 <include name="IDR_TYPES_CUSTOM_BINDINGS_JS" file="resources\extensions\ty pes_custom_bindings.js" type="BINDATA" /> 52 <include name="IDR_TYPES_CUSTOM_BINDINGS_JS" file="resources\extensions\ty pes_custom_bindings.js" type="BINDATA" />
53 <include name="IDR_WEB_REQUEST_CUSTOM_BINDINGS_JS" file="resources\extensi ons\web_request_custom_bindings.js" type="BINDATA" /> 53 <include name="IDR_WEB_REQUEST_CUSTOM_BINDINGS_JS" file="resources\extensi ons\web_request_custom_bindings.js" type="BINDATA" />
54 <include name="IDR_WINDOWS_CUSTOM_BINDINGS_JS" file="resources\extensions\ windows_custom_bindings.js" type="BINDATA" />
55 </includes> 54 </includes>
56 </release> 55 </release>
57 </grit> 56 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698