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

Unified Diff: grit/testdata/whitelist_strings.grd

Issue 669763002: Apply whitelist file to structure elements. (Closed) Base URL: https://chromium.googlesource.com/external/grit-i18n.git@master
Patch Set: fix indent Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « grit/testdata/whitelist_resources.grd ('k') | grit/tool/build.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: grit/testdata/whitelist_strings.grd
diff --git a/grit/testdata/whitelist_strings.grd b/grit/testdata/whitelist_strings.grd
new file mode 100644
index 0000000000000000000000000000000000000000..df80f5fd32777fc8e1b1b918b4e18f1ab563657b
--- /dev/null
+++ b/grit/testdata/whitelist_strings.grd
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grit latest_public_release="0"
+ current_release="1"
+ output_all_resource_defines="false">
+ <outputs >
+ <output filename="whitelist_test_resources.h" type="rc_header">
+ <emit emit_type='prepend'></emit>
+ </output>
+ <output filename="en_whitelist_test_strings.rc" type="rc_all" lang="en" />
+ </outputs>
+ <release seq="1">
+ <messages>
+ <message name="IDS_MESSAGE_WHITELISTED"
+ desc="A message in the whiltelist file.">
+ Whitelisted.
+ </message>
+ <message name="IDS_MESSAGE_NOT_WHITELISTED"
+ desc="A message that isn't in the whiltelist file.">
+ Not whitelisted.
+ </message>
+ </messages>
+ </release>
+</grit>
« no previous file with comments | « grit/testdata/whitelist_resources.grd ('k') | grit/tool/build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698