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

Unified Diff: tools/grit/grit/testdata/whitelist_strings.grd

Issue 1410853008: Move grit from DEPS into src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: webview licenses 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/grit/grit/testdata/whitelist_resources.grd ('k') | tools/grit/grit/tool/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/grit/grit/testdata/whitelist_strings.grd
diff --git a/tools/grit/grit/testdata/whitelist_strings.grd b/tools/grit/grit/testdata/whitelist_strings.grd
new file mode 100644
index 0000000000000000000000000000000000000000..df80f5fd32777fc8e1b1b918b4e18f1ab563657b
--- /dev/null
+++ b/tools/grit/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 | « tools/grit/grit/testdata/whitelist_resources.grd ('k') | tools/grit/grit/tool/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698