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

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

Issue 19021: Add portable keyboard codes (Closed)
Patch Set: update vcproj and scons 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
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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 </File> 443 </File>
444 <File 444 <File
445 RelativePath="..\json_writer.cc" 445 RelativePath="..\json_writer.cc"
446 > 446 >
447 </File> 447 </File>
448 <File 448 <File
449 RelativePath="..\json_writer.h" 449 RelativePath="..\json_writer.h"
450 > 450 >
451 </File> 451 </File>
452 <File 452 <File
453 RelativePath="..\keyboard_codes.h"
454 >
455 </File>
456 <File
457 RelativePath="..\keyboard_codes_win.h"
458 >
459 </File>
460 <File
453 RelativePath="..\lazy_instance.cc" 461 RelativePath="..\lazy_instance.cc"
454 > 462 >
455 </File> 463 </File>
456 <File 464 <File
457 RelativePath="..\lazy_instance.h" 465 RelativePath="..\lazy_instance.h"
458 > 466 >
459 </File> 467 </File>
460 <File 468 <File
461 RelativePath="..\linked_ptr.h" 469 RelativePath="..\linked_ptr.h"
462 > 470 >
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 > 1014 >
1007 </File> 1015 </File>
1008 <File 1016 <File
1009 RelativePath="..\worker_pool.h" 1017 RelativePath="..\worker_pool.h"
1010 > 1018 >
1011 </File> 1019 </File>
1012 </Files> 1020 </Files>
1013 <Globals> 1021 <Globals>
1014 </Globals> 1022 </Globals>
1015 </VisualStudioProject> 1023 </VisualStudioProject>
OLDNEW
« no previous file with comments | « base/base_lib.scons ('k') | base/keyboard_codes.h » ('j') | base/keyboard_codes_posix.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698