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

Side by Side Diff: webkit/glue/glue.vcproj

Issue 27157: Initial checkin of the out of process worker implementation.... (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
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="Glue" 5 Name="Glue"
6 ProjectGUID="{C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09}" 6 ProjectGUID="{C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09}"
7 RootNamespace="glue" 7 RootNamespace="glue"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 </File> 242 </File>
243 <File 243 <File
244 RelativePath=".\webwidget.h" 244 RelativePath=".\webwidget.h"
245 > 245 >
246 </File> 246 </File>
247 <File 247 <File
248 RelativePath=".\webwidget_delegate.h" 248 RelativePath=".\webwidget_delegate.h"
249 > 249 >
250 </File> 250 </File>
251 <File 251 <File
252 RelativePath=".\webworker.h"
253 >
254 </File>
255 <File
256 RelativePath=".\webworkerclient.h"
257 >
258 </File>
259 <File
252 RelativePath=".\window_open_disposition.h" 260 RelativePath=".\window_open_disposition.h"
253 > 261 >
254 </File> 262 </File>
255 </Filter> 263 </Filter>
256 <Filter 264 <Filter
257 Name="Library" 265 Name="Library"
258 > 266 >
259 <File 267 <File
260 RelativePath="..\pending\AccessibleBase.cpp" 268 RelativePath="..\pending\AccessibleBase.cpp"
261 > 269 >
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 > 701 >
694 </File> 702 </File>
695 <File 703 <File
696 RelativePath=".\webwidget_impl.cc" 704 RelativePath=".\webwidget_impl.cc"
697 > 705 >
698 </File> 706 </File>
699 <File 707 <File
700 RelativePath=".\webwidget_impl.h" 708 RelativePath=".\webwidget_impl.h"
701 > 709 >
702 </File> 710 </File>
711 <File
712 RelativePath=".\webworker_impl.cc"
713 >
714 </File>
715 <File
716 RelativePath=".\webworker_impl.h"
717 >
718 </File>
719 <File
720 RelativePath=".\webworkerclient_impl.cc"
721 >
722 </File>
723 <File
724 RelativePath=".\webworkerclient_impl.h"
725 >
726 </File>
703 </Filter> 727 </Filter>
704 <Filter 728 <Filter
705 Name="Plugins" 729 Name="Plugins"
706 > 730 >
707 <File 731 <File
708 RelativePath=".\plugins\mozilla_extensions.cc" 732 RelativePath=".\plugins\mozilla_extensions.cc"
709 > 733 >
710 </File> 734 </File>
711 <File 735 <File
712 RelativePath=".\plugins\mozilla_extensions.h" 736 RelativePath=".\plugins\mozilla_extensions.h"
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 </File> 818 </File>
795 <File 819 <File
796 RelativePath=".\plugins\webplugin_delegate_impl. h" 820 RelativePath=".\plugins\webplugin_delegate_impl. h"
797 > 821 >
798 </File> 822 </File>
799 </Filter> 823 </Filter>
800 </Files> 824 </Files>
801 <Globals> 825 <Globals>
802 </Globals> 826 </Globals>
803 </VisualStudioProject> 827 </VisualStudioProject>
OLDNEW
« no previous file with comments | « third_party/WebKit/WebCore/workers/WorkerMessagingProxy.cpp ('k') | webkit/glue/webview_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698