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

Side by Side Diff: chrome/installer/setup/setup.vcproj

Issue 119322: Trying to re-land r17758 (Closed)
Patch Set: Created 11 years, 6 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 | « chrome/installer/setup/run_all_unittests.cc ('k') | chrome/installer/setup/setup_util.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="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="setup" 5 Name="setup"
6 ProjectGUID="{21C76E6E-8B38-44D6-8148-B589C13B9554}" 6 ProjectGUID="{21C76E6E-8B38-44D6-8148-B589C13B9554}"
7 RootNamespace="setup" 7 RootNamespace="setup"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 </File> 101 </File>
102 <File 102 <File
103 RelativePath=".\setup.cc" 103 RelativePath=".\setup.cc"
104 > 104 >
105 </File> 105 </File>
106 <File 106 <File
107 RelativePath=".\setup.h" 107 RelativePath=".\setup.h"
108 > 108 >
109 </File> 109 </File>
110 <File 110 <File
111 RelativePath=".\setup_util.cc"
112 >
113 </File>
114 <File
115 RelativePath=".\setup_util.h"
116 >
117 </File>
118 <File
111 RelativePath=".\setup_constants.cc" 119 RelativePath=".\setup_constants.cc"
112 > 120 >
113 </File> 121 </File>
114 <File 122 <File
115 RelativePath=".\setup_constants.h" 123 RelativePath=".\setup_constants.h"
116 > 124 >
117 </File> 125 </File>
118 <File 126 <File
119 RelativePath=".\uninstall.cc" 127 RelativePath=".\uninstall.cc"
120 > 128 >
121 </File> 129 </File>
122 <File 130 <File
123 RelativePath=".\uninstall.h" 131 RelativePath=".\uninstall.h"
124 > 132 >
125 </File> 133 </File>
126 </Files> 134 </Files>
127 <Globals> 135 <Globals>
128 </Globals> 136 </Globals>
129 </VisualStudioProject> 137 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/installer/setup/run_all_unittests.cc ('k') | chrome/installer/setup/setup_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698