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

Side by Side Diff: chrome/common/extensions_api_resources.grd

Issue 139303018: Stop generating two rc files that are unused as of r245494. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « chrome/common/common_resources.grd ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/extensions_api_resources.h" type="rc_header"> 4 <output filename="grit/extensions_api_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_api_resources.pak" type="data_package" /> 7 <output filename="extensions_api_resources.pak" type="data_package" />
8 <output filename="extensions_api_resources.rc" type="rc_all" />
9 </outputs> 8 </outputs>
10 <release seq="1"> 9 <release seq="1">
11 <includes> 10 <includes>
12 <include name="IDR_EXTENSION_API_JSON_APP" file="extensions\api\app.json" type="BINDATA" /> 11 <include name="IDR_EXTENSION_API_JSON_APP" file="extensions\api\app.json" type="BINDATA" />
13 <include name="IDR_EXTENSION_API_JSON_BROWSERACTION" file="extensions\api\ browser_action.json" type="BINDATA" /> 12 <include name="IDR_EXTENSION_API_JSON_BROWSERACTION" file="extensions\api\ browser_action.json" type="BINDATA" />
14 <include name="IDR_EXTENSION_API_JSON_BROWSINGDATA" file="extensions\api\b rowsing_data.json" type="BINDATA" /> 13 <include name="IDR_EXTENSION_API_JSON_BROWSINGDATA" file="extensions\api\b rowsing_data.json" type="BINDATA" />
15 <include name="IDR_EXTENSION_API_JSON_COMMANDS" file="extensions\api\comma nds.json" type="BINDATA" /> 14 <include name="IDR_EXTENSION_API_JSON_COMMANDS" file="extensions\api\comma nds.json" type="BINDATA" />
16 <include name="IDR_EXTENSION_API_JSON_DECLARATIVE_CONTENT" file="extension s\api\declarative_content.json" type="BINDATA" /> 15 <include name="IDR_EXTENSION_API_JSON_DECLARATIVE_CONTENT" file="extension s\api\declarative_content.json" type="BINDATA" />
17 <include name="IDR_EXTENSION_API_JSON_DECLARATIVE_WEBREQUEST" file="extens ions\api\declarative_web_request.json" type="BINDATA" /> 16 <include name="IDR_EXTENSION_API_JSON_DECLARATIVE_WEBREQUEST" file="extens ions\api\declarative_web_request.json" type="BINDATA" />
18 <include name="IDR_EXTENSION_API_JSON_ECHOPRIVATE" file="extensions\api\ec ho_private.json" type="BINDATA" /> 17 <include name="IDR_EXTENSION_API_JSON_ECHOPRIVATE" file="extensions\api\ec ho_private.json" type="BINDATA" />
(...skipping 12 matching lines...) Expand all
31 <include name="IDR_EXTENSION_API_JSON_TYPES" file="extensions\api\types.js on" type="BINDATA" /> 30 <include name="IDR_EXTENSION_API_JSON_TYPES" file="extensions\api\types.js on" type="BINDATA" />
32 <include name="IDR_EXTENSION_API_JSON_TYPES_PRIVATE" file="extensions\api\ types_private.json" type="BINDATA" /> 31 <include name="IDR_EXTENSION_API_JSON_TYPES_PRIVATE" file="extensions\api\ types_private.json" type="BINDATA" />
33 <include name="IDR_EXTENSION_API_JSON_VIRTUALKEYBOARDPRIVATE" file="extens ions\api\virtual_keyboard_private.json" type="BINDATA" /> 32 <include name="IDR_EXTENSION_API_JSON_VIRTUALKEYBOARDPRIVATE" file="extens ions\api\virtual_keyboard_private.json" type="BINDATA" />
34 <include name="IDR_EXTENSION_API_JSON_WEBREQUESTINTERNAL" file="extensions \api\web_request_internal.json" type="BINDATA" /> 33 <include name="IDR_EXTENSION_API_JSON_WEBREQUESTINTERNAL" file="extensions \api\web_request_internal.json" type="BINDATA" />
35 <include name="IDR_EXTENSION_API_JSON_WEBSTORE" file="extensions\api\webst ore.json" type="BINDATA" /> 34 <include name="IDR_EXTENSION_API_JSON_WEBSTORE" file="extensions\api\webst ore.json" type="BINDATA" />
36 <include name="IDR_EXTENSION_API_JSON_WEBSTOREPRIVATE" file="extensions\ap i\webstore_private.json" type="BINDATA" /> 35 <include name="IDR_EXTENSION_API_JSON_WEBSTOREPRIVATE" file="extensions\ap i\webstore_private.json" type="BINDATA" />
37 <include name="IDR_EXTENSION_API_JSON_WEBVIEW_REQUEST" file="extensions\ap i\webview_request.json" type="BINDATA" /> 36 <include name="IDR_EXTENSION_API_JSON_WEBVIEW_REQUEST" file="extensions\ap i\webview_request.json" type="BINDATA" />
38 </includes> 37 </includes>
39 </release> 38 </release>
40 </grit> 39 </grit>
OLDNEW
« no previous file with comments | « chrome/common/common_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698