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

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

Issue 785723002: Add new extension APIs related to animation policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: animationPolicy added to accessibilityFeatures Created 6 years 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 <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 </outputs> 8 </outputs>
9 <release seq="1"> 9 <release seq="1">
10 <includes> 10 <includes>
11 <include name="IDR_EXTENSION_API_JSON_ACCESSIBILITYFEATURES" file="extensi ons\api\accessibility_features.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_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_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_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_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_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_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_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_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_PRIVACY" file="extensions\api\privac y.json" type="BINDATA" />
20 <include name="IDR_EXTENSION_API_JSON_PROCESSES" file="extensions\api\proc esses.json" type="BINDATA" /> 21 <include name="IDR_EXTENSION_API_JSON_PROCESSES" file="extensions\api\proc esses.json" type="BINDATA" />
21 <include name="IDR_EXTENSION_API_JSON_PROXY" file="extensions\api\proxy.js on" type="BINDATA" /> 22 <include name="IDR_EXTENSION_API_JSON_PROXY" file="extensions\api\proxy.js on" type="BINDATA" />
22 <include name="IDR_EXTENSION_API_JSON_SCRIPTBADGE" file="extensions\api\sc ript_badge.json" type="BINDATA" /> 23 <include name="IDR_EXTENSION_API_JSON_SCRIPTBADGE" file="extensions\api\sc ript_badge.json" type="BINDATA" />
23 <include name="IDR_EXTENSION_API_JSON_TTS" file="extensions\api\tts.json" type="BINDATA" /> 24 <include name="IDR_EXTENSION_API_JSON_TTS" file="extensions\api\tts.json" type="BINDATA" />
24 <include name="IDR_EXTENSION_API_JSON_TTSENGINE" file="extensions\api\tts_ engine.json" type="BINDATA" /> 25 <include name="IDR_EXTENSION_API_JSON_TTSENGINE" file="extensions\api\tts_ engine.json" type="BINDATA" />
25 <include name="IDR_EXTENSION_API_JSON_TYPES" file="extensions\api\types.js on" type="BINDATA" /> 26 <include name="IDR_EXTENSION_API_JSON_TYPES" file="extensions\api\types.js on" type="BINDATA" />
26 <include name="IDR_EXTENSION_API_JSON_TYPES_PRIVATE" file="extensions\api\ types_private.json" type="BINDATA" /> 27 <include name="IDR_EXTENSION_API_JSON_TYPES_PRIVATE" file="extensions\api\ types_private.json" type="BINDATA" />
27 <include name="IDR_EXTENSION_API_JSON_WEBSTORE" file="extensions\api\webst ore.json" type="BINDATA" /> 28 <include name="IDR_EXTENSION_API_JSON_WEBSTORE" file="extensions\api\webst ore.json" type="BINDATA" />
28 </includes> 29 </includes>
29 </release> 30 </release>
30 </grit> 31 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698