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

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

Issue 2129413002: Use output_all_resource_defines=false in some chrome/ grd files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, address comment, more whitelist.cc cleanup Created 4 years, 5 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/common_resources.grd ('k') | chrome/renderer/resources/renderer_resources.grd » ('j') | 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" output_all_resource_defines= "false">
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 </outputs> 8 </outputs>
9 <release seq="1"> 9 <release seq="1">
10 <includes> 10 <includes>
11 <include name="IDR_EXTENSION_API_JSON_ACCESSIBILITYPRIVATE" file="extensio ns\api\accessibility_private.json" type="BINDATA" /> 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" /> 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" /> 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" /> 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" /> 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" /> 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" /> 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" /> 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" /> 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" /> 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" /> 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" /> 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" /> 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" /> 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" /> 25 <include name="IDR_EXTENSION_API_JSON_WEBSTORE" file="extensions\api\webst ore.json" type="BINDATA" />
26 </includes> 26 </includes>
27 </release> 27 </release>
28 </grit> 28 </grit>
OLDNEW
« no previous file with comments | « chrome/common/common_resources.grd ('k') | chrome/renderer/resources/renderer_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698