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

Side by Side Diff: net/base/net_resources.grd

Issue 31004: Have tld_cleanup generate a .cc file that contains the effective (Closed)
Patch Set: Created 11 years, 10 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 unified diff | Download patch
« no previous file with comments | « net/base/effective_tld_names.cc ('k') | net/base/registry_controlled_domain.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="net_resources.h" type="rc_header"> 4 <output filename="net_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="net_resources.rc" type="rc_all" /> 7 <output filename="net_resources.rc" type="rc_all" />
8 <output filename="net_resources.pak" type="data_package" /> 8 <output filename="net_resources.pak" type="data_package" />
9 </outputs> 9 </outputs>
10 <translations /> 10 <translations />
11 <release seq="1"> 11 <release seq="1">
12 <includes> 12 <includes>
13 <include name="IDR_DIR_HEADER_HTML" file="dir_header.html" type="BINDATA" /> 13 <include name="IDR_DIR_HEADER_HTML" file="dir_header.html" type="BINDATA" />
14
15 <!-- This file is generated by tld_cleanup. -->
16 <include name="IDR_EFFECTIVE_TLD_NAMES" file="effective_tld_names_clean.da t" filenameonly="true" type="BINDATA" />
17 </includes> 14 </includes>
18 </release> 15 </release>
19 </grit> 16 </grit>
OLDNEW
« no previous file with comments | « net/base/effective_tld_names.cc ('k') | net/base/registry_controlled_domain.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698