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: ui/accessibility/extensions/strings/accessibility_extensions_strings.grd

Issue 2138583002: Use output_all_resource_defines=false in most grd files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert ui_resources.grd for now 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- Strings for all extensions. Each message should be named with the 3 <!-- Strings for all extensions. Each message should be named with the
4 name of the extension as a prefix, e.g. IDS_ALT_APP_NAME. --> 4 name of the extension as a prefix, e.g. IDS_ALT_APP_NAME. -->
5 5
6 <grit base_dir="." current_release="1" enc_check="möl" latest_public_release="0" source_lang_id="en"> 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 output_all_resource_defines="false" enc_check="möl" source_lang_id="en">
7 <outputs> 8 <outputs>
8 <output filename="_locales/am/messages.json" type="chrome_messages_json" lan g="am"/> 9 <output filename="_locales/am/messages.json" type="chrome_messages_json" lan g="am"/>
9 <output filename="_locales/ar/messages.json" type="chrome_messages_json" lan g="ar"/> 10 <output filename="_locales/ar/messages.json" type="chrome_messages_json" lan g="ar"/>
10 <output filename="_locales/bg/messages.json" type="chrome_messages_json" lan g="bg"/> 11 <output filename="_locales/bg/messages.json" type="chrome_messages_json" lan g="bg"/>
11 <output filename="_locales/bn/messages.json" type="chrome_messages_json" lan g="bn"/> 12 <output filename="_locales/bn/messages.json" type="chrome_messages_json" lan g="bn"/>
12 <output filename="_locales/ca/messages.json" type="chrome_messages_json" lan g="ca"/> 13 <output filename="_locales/ca/messages.json" type="chrome_messages_json" lan g="ca"/>
13 <output filename="_locales/cs/messages.json" type="chrome_messages_json" lan g="cs"/> 14 <output filename="_locales/cs/messages.json" type="chrome_messages_json" lan g="cs"/>
14 <output filename="_locales/da/messages.json" type="chrome_messages_json" lan g="da"/> 15 <output filename="_locales/da/messages.json" type="chrome_messages_json" lan g="da"/>
15 <output filename="_locales/de/messages.json" type="chrome_messages_json" lan g="de"/> 16 <output filename="_locales/de/messages.json" type="chrome_messages_json" lan g="de"/>
16 <output filename="_locales/el/messages.json" type="chrome_messages_json" lan g="el"/> 17 <output filename="_locales/el/messages.json" type="chrome_messages_json" lan g="el"/>
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 <message desc="Indicates that showing animated images should only happen o ne time" name="IDS_ANIMATION_ONCE"> 326 <message desc="Indicates that showing animated images should only happen o ne time" name="IDS_ANIMATION_ONCE">
326 Allow animated images, but only once. 327 Allow animated images, but only once.
327 </message> 328 </message>
328 <message desc="Indicates that there will be no image animation" name="IDS_ ANIMATION_NONE"> 329 <message desc="Indicates that there will be no image animation" name="IDS_ ANIMATION_NONE">
329 Disable all image animation. 330 Disable all image animation.
330 </message> 331 </message>
331 332
332 </messages> 333 </messages>
333 </release> 334 </release>
334 </grit> 335 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698