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

Side by Side Diff: components/components_strings.grd

Issue 1140053003: Refactoring: Moving the SafeJsonParser to its own component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Catching up with WebstoreInstallHelper changes Created 5 years, 6 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 | « components/components.gyp ('k') | components/safe_json_parser.gypi » ('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 2
3 <grit latest_public_release="0" current_release="1" 3 <grit latest_public_release="0" current_release="1"
4 source_lang_id="en" enc_check="möl"> 4 source_lang_id="en" enc_check="möl">
5 <outputs> 5 <outputs>
6 <output filename="grit/components_strings.h" type="rc_header"> 6 <output filename="grit/components_strings.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="components_strings_am.pak" type="data_package" lang="am" / > 9 <output filename="components_strings_am.pak" type="data_package" lang="am" / >
10 <output filename="components_strings_ar.pak" type="data_package" lang="ar" / > 10 <output filename="components_strings_ar.pak" type="data_package" lang="ar" / >
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 <part file="pdf_strings.grdp" /> 179 <part file="pdf_strings.grdp" />
180 <part file="policy_strings.grdp" /> 180 <part file="policy_strings.grdp" />
181 <part file="translate_strings.grdp" /> 181 <part file="translate_strings.grdp" />
182 <part file="undo_strings.grdp" /> 182 <part file="undo_strings.grdp" />
183 <part file="webui_generator_strings.grdp" /> 183 <part file="webui_generator_strings.grdp" />
184 184
185 <!-- Generic terms --> 185 <!-- Generic terms -->
186 <message name="IDS_LEARN_MORE" desc="Learn more text"> 186 <message name="IDS_LEARN_MORE" desc="Learn more text">
187 Learn more 187 Learn more
188 </message> 188 </message>
189 <message name="IDS_UTILITY_PROCESS_JSON_PARSER_NAME" desc="The name of the utility process used for parsing JSON files.">
190 JSON Parser
191 </message>
189 </messages> 192 </messages>
190 </release> 193 </release>
191 </grit> 194 </grit>
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/safe_json_parser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698