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

Side by Side Diff: webkit/build/V8Bindings/V8Bindings_prebuild.vcproj

Issue 115188: Delete the checked-in webkit .vcproj (and ancillary .sln) files. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « webkit/build/V8Bindings/V8Bindings.vcproj ('k') | webkit/build/WebCore/WebCore.vcproj » ('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="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="V8Bindings_prebuild"
6 ProjectGUID="{2F7EDFA2-EE27-4D83-8454-9EFBD5779203}"
7 RootNamespace="V8Bindings_prebuild"
8 >
9 <Platforms>
10 <Platform
11 Name="Win32"
12 />
13 </Platforms>
14 <ToolFiles>
15 </ToolFiles>
16 <Configurations>
17 <Configuration
18 Name="Debug|Win32"
19 ConfigurationType="10"
20 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\debug.vsprops"
21 >
22 <Tool
23 Name="VCPreBuildEventTool"
24 />
25 <Tool
26 Name="VCCustomBuildTool"
27 CommandLine="prebuild.bat $(OutDir) $(OutDir)\ob j\V8Bindings"
28 AdditionalDependencies="$(ProjectDir)\build-gene rated-files.sh;$(ProjectDir)\copy_files.bat;$(ProjectDir)\..\..\port\DerivedSour ces.make;$(ProjectDir)\..\..\port\bindings\scripts\CodeGeneratorV8.pm;$(ProjectD ir)\..\..\port\bindings\scripts\CodeGenerator.pm"
29 Outputs="$(OutDir)\obj\V8Bindings\DerivedSources \HTMLNames.cpp"
30 />
31 <Tool
32 Name="VCMIDLTool"
33 />
34 <Tool
35 Name="VCPostBuildEventTool"
36 />
37 </Configuration>
38 <Configuration
39 Name="Release|Win32"
40 ConfigurationType="10"
41 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\release.vsprops"
42 >
43 <Tool
44 Name="VCPreBuildEventTool"
45 />
46 <Tool
47 Name="VCCustomBuildTool"
48 CommandLine="prebuild.bat $(OutDir) $(OutDir)\ob j\V8Bindings"
49 AdditionalDependencies="$(ProjectDir)\build-gene rated-files.sh;$(ProjectDir)\copy_files.bat;$(ProjectDir)\..\..\port\DerivedSour ces.make;$(ProjectDir)\..\..\port\bindings\scripts\CodeGeneratorV8.pm;$(ProjectD ir)\..\..\port\bindings\scripts\CodeGenerator.pm"
50 Outputs="$(OutDir)\obj\V8Bindings\DerivedSources \HTMLNames.cpp"
51 />
52 <Tool
53 Name="VCMIDLTool"
54 />
55 <Tool
56 Name="VCPostBuildEventTool"
57 />
58 </Configuration>
59 </Configurations>
60 <References>
61 </References>
62 <Files>
63 <File
64 RelativePath=".\build-generated-files.sh"
65 >
66 </File>
67 <File
68 RelativePath="..\..\port\bindings\scripts\CodeGeneratorV 8.pm"
69 >
70 </File>
71 <File
72 RelativePath=".\copy_files.bat"
73 >
74 </File>
75 <File
76 RelativePath="..\..\port\DerivedSources.make"
77 >
78 </File>
79 <File
80 RelativePath="..\..\port\bindings\scripts\generate-bindi ngs.pl"
81 >
82 </File>
83 <File
84 RelativePath=".\prebuild.bat"
85 >
86 </File>
87 </Files>
88 <Globals>
89 </Globals>
90 </VisualStudioProject>
OLDNEW
« no previous file with comments | « webkit/build/V8Bindings/V8Bindings.vcproj ('k') | webkit/build/WebCore/WebCore.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698