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

Side by Side Diff: chrome/common/common.vcproj

Issue 17426: remove chrome dependencies from win sandboxing headers. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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="common" 5 Name="common"
6 ProjectGUID="{899F1280-3441-4D1F-BA04-CCD6208D9146}" 6 ProjectGUID="{899F1280-3441-4D1F-BA04-CCD6208D9146}"
7 RootNamespace="common" 7 RootNamespace="common"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 </File> 615 </File>
616 <File 616 <File
617 RelativePath=".\resource_dispatcher.cc" 617 RelativePath=".\resource_dispatcher.cc"
618 > 618 >
619 </File> 619 </File>
620 <File 620 <File
621 RelativePath=".\resource_dispatcher.h" 621 RelativePath=".\resource_dispatcher.h"
622 > 622 >
623 </File> 623 </File>
624 <File 624 <File
625 RelativePath=".\sandbox_init_wrapper.cc"
626 >
627 </File>
628 <File
629 RelativePath=".\sandbox_init_wrapper.h"
630 >
631 </File>
632 <File
625 RelativePath=".\scoped_vector.h" 633 RelativePath=".\scoped_vector.h"
626 > 634 >
627 </File> 635 </File>
628 <File 636 <File
629 RelativePath=".\security_filter_peer.cc" 637 RelativePath=".\security_filter_peer.cc"
630 > 638 >
631 </File> 639 </File>
632 <File 640 <File
633 RelativePath=".\security_filter_peer.h" 641 RelativePath=".\security_filter_peer.h"
634 > 642 >
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 > 738 >
731 </File> 739 </File>
732 <File 740 <File
733 RelativePath=".\worker_thread_ticker.h" 741 RelativePath=".\worker_thread_ticker.h"
734 > 742 >
735 </File> 743 </File>
736 </Files> 744 </Files>
737 <Globals> 745 <Globals>
738 </Globals> 746 </Globals>
739 </VisualStudioProject> 747 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698