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

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

Issue 113169: Move win_util.h from common to app. (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 | « chrome/chrome.gyp ('k') | chrome/common/platform_util_win.cc » ('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 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 </File> 727 </File>
728 <File 728 <File
729 RelativePath=".\win_safe_util.cc" 729 RelativePath=".\win_safe_util.cc"
730 > 730 >
731 </File> 731 </File>
732 <File 732 <File
733 RelativePath=".\win_safe_util.h" 733 RelativePath=".\win_safe_util.h"
734 > 734 >
735 </File> 735 </File>
736 <File 736 <File
737 RelativePath=".\win_util.cc"
738 >
739 </File>
740 <File
741 RelativePath=".\win_util.h"
742 >
743 </File>
744 <File
745 RelativePath=".\worker_thread_ticker.cc" 737 RelativePath=".\worker_thread_ticker.cc"
746 > 738 >
747 </File> 739 </File>
748 <File 740 <File
749 RelativePath=".\worker_thread_ticker.h" 741 RelativePath=".\worker_thread_ticker.h"
750 > 742 >
751 </File> 743 </File>
752 </Files> 744 </Files>
753 <Globals> 745 <Globals>
754 </Globals> 746 </Globals>
755 </VisualStudioProject> 747 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/platform_util_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698