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

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

Issue 52034: Implement basic ShowItemInFolder for linux.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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 | « chrome/common/common.scons ('k') | chrome/common/platform_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="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 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 </File> 607 </File>
608 <File 608 <File
609 RelativePath=".\page_transition_types.h" 609 RelativePath=".\page_transition_types.h"
610 > 610 >
611 </File> 611 </File>
612 <File 612 <File
613 RelativePath=".\page_zoom.h" 613 RelativePath=".\page_zoom.h"
614 > 614 >
615 </File> 615 </File>
616 <File 616 <File
617 RelativePath=".\platform_util.h"
618 >
619 </File>
620 <File
621 RelativePath=".\platform_util_win.cc"
622 >
623 </File>
624 <File
617 RelativePath="..\tools\build\win\precompiled.cc" 625 RelativePath="..\tools\build\win\precompiled.cc"
618 > 626 >
619 <FileConfiguration 627 <FileConfiguration
620 Name="Debug|Win32" 628 Name="Debug|Win32"
621 > 629 >
622 <Tool 630 <Tool
623 Name="VCCLCompilerTool" 631 Name="VCCLCompilerTool"
624 UsePrecompiledHeader="1" 632 UsePrecompiledHeader="1"
625 /> 633 />
626 </FileConfiguration> 634 </FileConfiguration>
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 > 834 >
827 </File> 835 </File>
828 <File 836 <File
829 RelativePath=".\worker_thread_ticker.h" 837 RelativePath=".\worker_thread_ticker.h"
830 > 838 >
831 </File> 839 </File>
832 </Files> 840 </Files>
833 <Globals> 841 <Globals>
834 </Globals> 842 </Globals>
835 </VisualStudioProject> 843 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/common/common.scons ('k') | chrome/common/platform_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698