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

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

Issue 2257003002: [Extensions] Generate all schema resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment Created 4 years, 4 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
« no previous file with comments | « chrome/common/extensions/chrome_extensions_client.cc ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
3 <outputs>
4 <output filename="grit/extensions_api_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit>
6 </output>
7 <output filename="extensions_api_resources.pak" type="data_package" />
8 </outputs>
9 <release seq="1">
10 <includes>
11 <include name="IDR_EXTENSION_API_JSON_ACCESSIBILITYPRIVATE" file="extensio ns\api\accessibility_private.json" type="BINDATA" />
12 <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" />
14 <include name="IDR_EXTENSION_API_JSON_COMMANDS" file="extensions\api\comma nds.json" type="BINDATA" />
15 <include name="IDR_EXTENSION_API_JSON_DECLARATIVE_CONTENT" file="extension s\api\declarative_content.json" type="BINDATA" />
16 <include name="IDR_EXTENSION_API_JSON_FILEBROWSERHANDLER" file="extensions \api\file_browser_handler.json" type="BINDATA" />
17 <include name="IDR_EXTENSION_API_JSON_INPUTMETHODPRIVATE" file="extensions \api\input_method_private.json" type="BINDATA" />
18 <include name="IDR_EXTENSION_API_JSON_PAGEACTION" file="extensions\api\pag e_action.json" type="BINDATA" />
19 <include name="IDR_EXTENSION_API_JSON_PRIVACY" file="extensions\api\privac y.json" type="BINDATA" />
20 <include name="IDR_EXTENSION_API_JSON_PROXY" file="extensions\api\proxy.js on" type="BINDATA" />
21 <include name="IDR_EXTENSION_API_JSON_TTS" file="extensions\api\tts.json" type="BINDATA" />
22 <include name="IDR_EXTENSION_API_JSON_TTSENGINE" file="extensions\api\tts_ engine.json" type="BINDATA" />
23 <include name="IDR_EXTENSION_API_JSON_TYPES" file="extensions\api\types.js on" type="BINDATA" />
24 <include name="IDR_EXTENSION_API_JSON_TYPES_PRIVATE" file="extensions\api\ types_private.json" type="BINDATA" />
25 <include name="IDR_EXTENSION_API_JSON_WEBSTORE" file="extensions\api\webst ore.json" type="BINDATA" />
26 </includes>
27 </release>
28 </grit>
OLDNEW
« no previous file with comments | « chrome/common/extensions/chrome_extensions_client.cc ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698