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

Side by Side Diff: base/build/base.vcproj

Issue 9154: Rewrote the clipboard API to be more concurrent. Added a helper class to make... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month 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 | « base/base_lib.scons ('k') | base/clipboard.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="base" 5 Name="base"
6 ProjectGUID="{1832A374-8A74-4F9E-B536-69A699B3E165}" 6 ProjectGUID="{1832A374-8A74-4F9E-B536-69A699B3E165}"
7 RootNamespace="base" 7 RootNamespace="base"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 </File> 199 </File>
200 <File 200 <File
201 RelativePath="..\..\build\build_config.h" 201 RelativePath="..\..\build\build_config.h"
202 > 202 >
203 </File> 203 </File>
204 <File 204 <File
205 RelativePath="..\bzip2_error_handler.cc" 205 RelativePath="..\bzip2_error_handler.cc"
206 > 206 >
207 </File> 207 </File>
208 <File 208 <File
209 RelativePath="..\clipboard.cc"
210 >
211 </File>
212 <File
209 RelativePath="..\clipboard.h" 213 RelativePath="..\clipboard.h"
210 > 214 >
211 </File> 215 </File>
212 <File 216 <File
213 RelativePath="..\clipboard_util.cc" 217 RelativePath="..\clipboard_util.cc"
214 > 218 >
215 </File> 219 </File>
216 <File 220 <File
217 RelativePath="..\clipboard_util.h" 221 RelativePath="..\clipboard_util.h"
218 > 222 >
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 </File> 627 </File>
624 <File 628 <File
625 RelativePath="..\revocable_store.cc" 629 RelativePath="..\revocable_store.cc"
626 > 630 >
627 </File> 631 </File>
628 <File 632 <File
629 RelativePath="..\revocable_store.h" 633 RelativePath="..\revocable_store.h"
630 > 634 >
631 </File> 635 </File>
632 <File 636 <File
637 RelativePath="..\scoped_clipboard_writer.cc"
638 >
639 </File>
640 <File
641 RelativePath="..\scoped_clipboard_writer.h"
642 >
643 </File>
644 <File
633 RelativePath="..\scoped_handle.h" 645 RelativePath="..\scoped_handle.h"
634 > 646 >
635 </File> 647 </File>
636 <File 648 <File
637 RelativePath="..\scoped_nsautorelease_pool.h" 649 RelativePath="..\scoped_nsautorelease_pool.h"
638 > 650 >
639 </File> 651 </File>
640 <File 652 <File
641 RelativePath="..\scoped_ptr.h" 653 RelativePath="..\scoped_ptr.h"
642 > 654 >
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 > 918 >
907 </File> 919 </File>
908 <File 920 <File
909 RelativePath="..\worker_pool.h" 921 RelativePath="..\worker_pool.h"
910 > 922 >
911 </File> 923 </File>
912 </Files> 924 </Files>
913 <Globals> 925 <Globals>
914 </Globals> 926 </Globals>
915 </VisualStudioProject> 927 </VisualStudioProject>
OLDNEW
« no previous file with comments | « base/base_lib.scons ('k') | base/clipboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698