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

Side by Side Diff: net/build/net.vcproj

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/build/convert_tld_data.rules ('k') | net/net.xcodeproj/project.pbxproj » ('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="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="net" 5 Name="net"
6 ProjectGUID="{326E9795-E760-410A-B69A-3F79DB3F5243}" 6 ProjectGUID="{326E9795-E760-410A-B69A-3F79DB3F5243}"
7 RootNamespace="net" 7 RootNamespace="net"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
11 <Platform 11 <Platform
12 Name="Win32" 12 Name="Win32"
13 /> 13 />
14 </Platforms> 14 </Platforms>
15 <ToolFiles>
16 <ToolFile
17 RelativePath=".\convert_tld_data.rules"
18 />
19 </ToolFiles>
20 <Configurations> 15 <Configurations>
21 <Configuration 16 <Configuration
22 Name="Debug|Win32" 17 Name="Debug|Win32"
23 ConfigurationType="4" 18 ConfigurationType="4"
24 InheritedPropertySheets="$(SolutionDir)..\build\debug.vs props;.\net.vsprops" 19 InheritedPropertySheets="$(SolutionDir)..\build\debug.vs props;.\net.vsprops"
25 > 20 >
26 <Tool 21 <Tool
27 Name="VCPreBuildEventTool" 22 Name="VCPreBuildEventTool"
28 /> 23 />
29 <Tool 24 <Tool
30 Name="VCCustomBuildTool" 25 Name="VCCustomBuildTool"
31 /> 26 />
32 <Tool 27 <Tool
33 Name="Convert TLD Data File"
34 />
35 <Tool
36 Name="VCXMLDataGeneratorTool" 28 Name="VCXMLDataGeneratorTool"
37 /> 29 />
38 <Tool 30 <Tool
39 Name="VCWebServiceProxyGeneratorTool" 31 Name="VCWebServiceProxyGeneratorTool"
40 /> 32 />
41 <Tool 33 <Tool
42 Name="VCMIDLTool" 34 Name="VCMIDLTool"
43 /> 35 />
44 <Tool 36 <Tool
45 Name="VCCLCompilerTool" 37 Name="VCCLCompilerTool"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 ConfigurationType="4" 72 ConfigurationType="4"
81 InheritedPropertySheets="$(SolutionDir)..\build\release. vsprops;.\net.vsprops" 73 InheritedPropertySheets="$(SolutionDir)..\build\release. vsprops;.\net.vsprops"
82 > 74 >
83 <Tool 75 <Tool
84 Name="VCPreBuildEventTool" 76 Name="VCPreBuildEventTool"
85 /> 77 />
86 <Tool 78 <Tool
87 Name="VCCustomBuildTool" 79 Name="VCCustomBuildTool"
88 /> 80 />
89 <Tool 81 <Tool
90 Name="Convert TLD Data File"
91 />
92 <Tool
93 Name="VCXMLDataGeneratorTool" 82 Name="VCXMLDataGeneratorTool"
94 /> 83 />
95 <Tool 84 <Tool
96 Name="VCWebServiceProxyGeneratorTool" 85 Name="VCWebServiceProxyGeneratorTool"
97 /> 86 />
98 <Tool 87 <Tool
99 Name="VCMIDLTool" 88 Name="VCMIDLTool"
100 /> 89 />
101 <Tool 90 <Tool
102 Name="VCCLCompilerTool" 91 Name="VCCLCompilerTool"
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 </File> 251 </File>
263 <File 252 <File
264 RelativePath="..\base\dns_resolution_observer.cc " 253 RelativePath="..\base\dns_resolution_observer.cc "
265 > 254 >
266 </File> 255 </File>
267 <File 256 <File
268 RelativePath="..\base\dns_resolution_observer.h" 257 RelativePath="..\base\dns_resolution_observer.h"
269 > 258 >
270 </File> 259 </File>
271 <File 260 <File
272 » » » » RelativePath="..\base\effective_tld_names.dat" 261 » » » » RelativePath="..\base\effective_tld_names.cc"
273 > 262 >
274 </File> 263 </File>
275 <File 264 <File
276 RelativePath="..\base\escape.cc" 265 RelativePath="..\base\escape.cc"
277 > 266 >
278 </File> 267 </File>
279 <File 268 <File
280 RelativePath="..\base\escape.h" 269 RelativePath="..\base\escape.h"
281 > 270 >
282 </File> 271 </File>
(...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
1086 </File> 1075 </File>
1087 <File 1076 <File
1088 RelativePath="..\ftp\ftp_transaction_factory.h" 1077 RelativePath="..\ftp\ftp_transaction_factory.h"
1089 > 1078 >
1090 </File> 1079 </File>
1091 </Filter> 1080 </Filter>
1092 </Files> 1081 </Files>
1093 <Globals> 1082 <Globals>
1094 </Globals> 1083 </Globals>
1095 </VisualStudioProject> 1084 </VisualStudioProject>
OLDNEW
« no previous file with comments | « net/build/convert_tld_data.rules ('k') | net/net.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698