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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « grit/testdata/whitelist.txt ('k') | grit/testdata/whitelist_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: grit/testdata/whitelist_resources.grd
===================================================================
--- grit/testdata/whitelist_resources.grd (revision 202)
+++ grit/testdata/whitelist_resources.grd (working copy)
@@ -1,54 +0,0 @@
-<?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="whitelist_test_resources_map.cc"
- type="resource_file_map_source" />
- <output filename="whitelist_test_resources_map.h"
- type="resource_map_header" />
- <output filename="whitelist_test_resources.pak" type="data_package" />
- </outputs>
- <translations>
- <file path="substitute.xmb" lang="sv" />
- </translations>
- <release seq="1">
- <structures>
- <structure name="IDR_STRUCTURE_WHITELISTED" file="browser.html"
- type="chrome_html" >
- </structure>
- <structure name="IDR_STRUCTURE_NOT_WHITELISTED" file="deleted.html"
- type="chrome_html" >
- </structure>
- <if expr="True">
- <structure name="IDR_STRUCTURE_IN_TRUE_IF_WHITELISTED"
- file="details.html"
- type="chrome_html" >
- </structure>
- <structure name="IDR_STRUCTURE_IN_TRUE_IF_NOT_WHITELISTED"
- file="error.html"
- type="chrome_html" >
- </structure>
- </if>
- <if expr="False">
- <structure name="IDR_STRUCTURE_IN_FALSE_IF_WHITELISTED"
- file="status.html"
- type="chrome_html" >
- </structure>
- <structure name="IDR_STRUCTURE_IN_FALSE_IF_NOT_WHITELISTED"
- file="simple.html"
- type="chrome_html" >
- </structure>
- </if>
- </structures>
- <includes>
- <include name="IDR_INCLUDE_WHITELISTED" file="klonk.ico"
- type="BINDATA" />
- <include name="IDR_INCLUDE_NOT_WHITELISTED" file="klonk.rc"
- type="BINDATA" />
- </includes>
- </release>
-</grit>
« 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