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

Side by Side Diff: sandbox/src/sandbox.vcproj

Issue 113190: Add support for alternate window station. (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
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="sandbox" 5 Name="sandbox"
6 ProjectGUID="{881F6A97-D539-4C48-B401-DF04385B2343}" 6 ProjectGUID="{881F6A97-D539-4C48-B401-DF04385B2343}"
7 RootNamespace="sandbox" 7 RootNamespace="sandbox"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 > 176 >
177 </File> 177 </File>
178 <File 178 <File
179 RelativePath=".\sid.cc" 179 RelativePath=".\sid.cc"
180 > 180 >
181 </File> 181 </File>
182 <File 182 <File
183 RelativePath=".\sid.h" 183 RelativePath=".\sid.h"
184 > 184 >
185 </File> 185 </File>
186 <File
187 RelativePath=".\window.cc"
188 >
189 </File>
190 <File
191 RelativePath=".\window.h"
192 >
193 </File>
186 </Filter> 194 </Filter>
187 <Filter 195 <Filter
188 Name="Interception" 196 Name="Interception"
189 > 197 >
190 <File 198 <File
191 RelativePath=".\eat_resolver.cc" 199 RelativePath=".\eat_resolver.cc"
192 > 200 >
193 </File> 201 </File>
194 <File 202 <File
195 RelativePath=".\eat_resolver.h" 203 RelativePath=".\eat_resolver.h"
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 > 649 >
642 </File> 650 </File>
643 <File 651 <File
644 RelativePath=".\win_utils.h" 652 RelativePath=".\win_utils.h"
645 > 653 >
646 </File> 654 </File>
647 </Files> 655 </Files>
648 <Globals> 656 <Globals>
649 </Globals> 657 </Globals>
650 </VisualStudioProject> 658 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698