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

Side by Side Diff: grit/testdata/whitelist_resources.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.txt ('k') | grit/testdata/whitelist_strings.grd » ('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="whitelist_test_resources_map.cc"
10 type="resource_file_map_source" />
11 <output filename="whitelist_test_resources_map.h"
12 type="resource_map_header" />
13 <output filename="whitelist_test_resources.pak" type="data_package" />
14 </outputs>
15 <translations>
16 <file path="substitute.xmb" lang="sv" />
17 </translations>
18 <release seq="1">
19 <structures>
20 <structure name="IDR_STRUCTURE_WHITELISTED" file="browser.html"
21 type="chrome_html" >
22 </structure>
23 <structure name="IDR_STRUCTURE_NOT_WHITELISTED" file="deleted.html"
24 type="chrome_html" >
25 </structure>
26 <if expr="True">
27 <structure name="IDR_STRUCTURE_IN_TRUE_IF_WHITELISTED"
28 file="details.html"
29 type="chrome_html" >
30 </structure>
31 <structure name="IDR_STRUCTURE_IN_TRUE_IF_NOT_WHITELISTED"
32 file="error.html"
33 type="chrome_html" >
34 </structure>
35 </if>
36 <if expr="False">
37 <structure name="IDR_STRUCTURE_IN_FALSE_IF_WHITELISTED"
38 file="status.html"
39 type="chrome_html" >
40 </structure>
41 <structure name="IDR_STRUCTURE_IN_FALSE_IF_NOT_WHITELISTED"
42 file="simple.html"
43 type="chrome_html" >
44 </structure>
45 </if>
46 </structures>
47 <includes>
48 <include name="IDR_INCLUDE_WHITELISTED" file="klonk.ico"
49 type="BINDATA" />
50 <include name="IDR_INCLUDE_NOT_WHITELISTED" file="klonk.rc"
51 type="BINDATA" />
52 </includes>
53 </release>
54 </grit>
OLDNEW
« no previous file with comments | « grit/testdata/whitelist.txt ('k') | grit/testdata/whitelist_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698