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

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

Issue 40065: RenderWidgetHost now stores both the WebKeyboardEvent and the native (Closed)
Patch Set: Redesign 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
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 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 </File> 555 </File>
556 <File 556 <File
557 RelativePath=".\mru_cache.h" 557 RelativePath=".\mru_cache.h"
558 > 558 >
559 </File> 559 </File>
560 <File 560 <File
561 RelativePath=".\navigation_types.h" 561 RelativePath=".\navigation_types.h"
562 > 562 >
563 </File> 563 </File>
564 <File 564 <File
565 RelativePath=".\native_web_keyboard_event.h"
566 >
567 </File>
568 <File
569 RelativePath=".\native_web_keyboard_event_win.cc"
570 >
571 </File>
572 <File
565 RelativePath=".\notification_details.h" 573 RelativePath=".\notification_details.h"
566 > 574 >
567 </File> 575 </File>
568 <File 576 <File
569 RelativePath=".\notification_observer.h" 577 RelativePath=".\notification_observer.h"
570 > 578 >
571 </File> 579 </File>
572 <File 580 <File
573 RelativePath=".\notification_registrar.cc" 581 RelativePath=".\notification_registrar.cc"
574 > 582 >
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 > 830 >
823 </File> 831 </File>
824 <File 832 <File
825 RelativePath=".\worker_thread_ticker.h" 833 RelativePath=".\worker_thread_ticker.h"
826 > 834 >
827 </File> 835 </File>
828 </Files> 836 </Files>
829 <Globals> 837 <Globals>
830 </Globals> 838 </Globals>
831 </VisualStudioProject> 839 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698