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

Side by Side Diff: grit/testdata/whitelist_strings.grd

Issue 1442863002: Remove contents of grit's SVN repository. (Closed) Base URL: http://grit-i18n.googlecode.com/svn/trunk/
Patch Set: Created 5 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « grit/testdata/whitelist_resources.grd ('k') | grit/tool/__init__.py » ('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"
3 current_release="1"
4 output_all_resource_defines="false">
5 <outputs >
6 <output filename="whitelist_test_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit>
8 </output>
9 <output filename="en_whitelist_test_strings.rc" type="rc_all" lang="en" />
10 </outputs>
11 <release seq="1">
12 <messages>
13 <message name="IDS_MESSAGE_WHITELISTED"
14 desc="A message in the whiltelist file.">
15 Whitelisted.
16 </message>
17 <message name="IDS_MESSAGE_NOT_WHITELISTED"
18 desc="A message that isn't in the whiltelist file.">
19 Not whitelisted.
20 </message>
21 </messages>
22 </release>
23 </grit>
OLDNEW
« no previous file with comments | « grit/testdata/whitelist_resources.grd ('k') | grit/tool/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698