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

Side by Side Diff: webkit/build/WebCore/WebCore.vcproj

Issue 17246: Add V8 bindings for Worker (Part I). (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' 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 | Annotate | Revision Log
« no previous file with comments | « webkit/build/WebCore/SConscript ('k') | webkit/port/DerivedSources.make » ('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="WebCore" 5 Name="WebCore"
6 ProjectGUID="{1C16337B-ACF3-4D03-AA90-851C5B5EADA6}" 6 ProjectGUID="{1C16337B-ACF3-4D03-AA90-851C5B5EADA6}"
7 RootNamespace="WebCore" 7 RootNamespace="WebCore"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 4757 matching lines...) Expand 10 before | Expand all | Expand 10 after
4768 </File> 4768 </File>
4769 <File 4769 <File
4770 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\WheelEvent.cpp" 4770 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\WheelEvent.cpp"
4771 > 4771 >
4772 </File> 4772 </File>
4773 <File 4773 <File
4774 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\WheelEvent.h" 4774 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\WheelEvent.h"
4775 > 4775 >
4776 </File> 4776 </File>
4777 <File 4777 <File
4778 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\Worker.cpp"
4779 >
4780 </File>
4781 <File
4782 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\Worker.h"
4783 >
4784 </File>
4785 <File
4786 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\WorkerContext.cpp"
4787 >
4788 </File>
4789 <File
4790 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\WorkerContext.h"
4791 >
4792 </File>
4793 <File
4794 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\WorkerLocation.cpp"
4795 >
4796 </File>
4797 <File
4798 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\WorkerLocation.h"
4799 >
4800 </File>
4801 <File
4802 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\WorkerMessagingProxy.cpp"
4803 >
4804 </File>
4805 <File
4806 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\WorkerMessagingProxy.h"
4807 >
4808 </File>
4809 <File
4810 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\WorkerTask.cpp"
4811 >
4812 </File>
4813 <File
4814 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\WorkerTask.h"
4815 >
4816 </File>
4817 <File
4818 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\WorkerThread.cpp"
4819 >
4820 </File>
4821 <File
4822 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\WorkerThread.h"
4823 >
4824 </File>
4825 <File
4778 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\XMLTokenizer.cpp" 4826 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\XMLTokenizer.cpp"
4779 > 4827 >
4780 </File> 4828 </File>
4781 <File 4829 <File
4782 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\XMLTokenizer.h" 4830 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\XMLTokenizer.h"
4783 > 4831 >
4784 </File> 4832 </File>
4785 <File 4833 <File
4786 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\XMLTokenizerLibxml2.cpp" 4834 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\XMLTokenizerLibxml2.cpp"
4787 > 4835 >
(...skipping 2600 matching lines...) Expand 10 before | Expand all | Expand 10 after
7388 </FileConfiguration> 7436 </FileConfiguration>
7389 </File> 7437 </File>
7390 <File 7438 <File
7391 RelativePath="..\precompiled_webkit.h" 7439 RelativePath="..\precompiled_webkit.h"
7392 > 7440 >
7393 </File> 7441 </File>
7394 </Files> 7442 </Files>
7395 <Globals> 7443 <Globals>
7396 </Globals> 7444 </Globals>
7397 </VisualStudioProject> 7445 </VisualStudioProject>
OLDNEW
« no previous file with comments | « webkit/build/WebCore/SConscript ('k') | webkit/port/DerivedSources.make » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698