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

Side by Side Diff: webkit/build/JavaScriptCore/WTF.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/JavaScriptCore/SConscript ('k') | webkit/build/V8Bindings/SConscript » ('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="WTF" 5 Name="WTF"
6 ProjectGUID="{AA8A5A85-592B-4357-BC60-E0E91E026AF6}" 6 ProjectGUID="{AA8A5A85-592B-4357-BC60-E0E91E026AF6}"
7 RootNamespace="WTF" 7 RootNamespace="WTF"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 </File> 327 </File>
328 <File 328 <File
329 RelativePath="..\..\..\third_party\WebKit\JavaScriptCore \wtf\TCSystemAlloc.cpp" 329 RelativePath="..\..\..\third_party\WebKit\JavaScriptCore \wtf\TCSystemAlloc.cpp"
330 > 330 >
331 </File> 331 </File>
332 <File 332 <File
333 RelativePath="..\..\..\third_party\WebKit\JavaScriptCore \wtf\TCSystemAlloc.h" 333 RelativePath="..\..\..\third_party\WebKit\JavaScriptCore \wtf\TCSystemAlloc.h"
334 > 334 >
335 </File> 335 </File>
336 <File 336 <File
337 RelativePath="..\..\..\third_party\WebKit\JavaScriptCore \wtf\Threading.cpp"
338 >
339 </File>
340 <File
341 RelativePath="..\..\..\third_party\WebKit\JavaScriptCore \wtf\Threading.h" 337 RelativePath="..\..\..\third_party\WebKit\JavaScriptCore \wtf\Threading.h"
342 > 338 >
343 </File> 339 </File>
344 <File 340 <File
345 RelativePath="..\..\..\third_party\WebKit\JavaScriptCore \wtf\ThreadingWin.cpp" 341 RelativePath="..\..\..\third_party\WebKit\JavaScriptCore \wtf\ThreadingWin.cpp"
346 > 342 >
347 </File> 343 </File>
348 <File 344 <File
345 RelativePath="..\..\..\third_party\WebKit\JavaScriptCore \wtf\ThreadSpecific.h"
346 >
347 </File>
348 <File
349 RelativePath="..\..\..\third_party\WebKit\JavaScriptCore \wtf\ThreadSpecificWin.cpp" 349 RelativePath="..\..\..\third_party\WebKit\JavaScriptCore \wtf\ThreadSpecificWin.cpp"
350 > 350 >
351 </File> 351 </File>
352 <File 352 <File
353 RelativePath="..\..\..\third_party\WebKit\JavaScriptCore \wtf\unicode\Unicode.h" 353 RelativePath="..\..\..\third_party\WebKit\JavaScriptCore \wtf\unicode\Unicode.h"
354 > 354 >
355 </File> 355 </File>
356 <File 356 <File
357 RelativePath="..\..\..\third_party\WebKit\JavaScriptCore \wtf\unicode\icu\UnicodeIcu.h" 357 RelativePath="..\..\..\third_party\WebKit\JavaScriptCore \wtf\unicode\icu\UnicodeIcu.h"
358 > 358 >
(...skipping 15 matching lines...) Expand all
374 > 374 >
375 </File> 375 </File>
376 <File 376 <File
377 RelativePath="..\..\..\third_party\WebKit\JavaScriptCore \wtf\VectorTraits.h" 377 RelativePath="..\..\..\third_party\WebKit\JavaScriptCore \wtf\VectorTraits.h"
378 > 378 >
379 </File> 379 </File>
380 </Files> 380 </Files>
381 <Globals> 381 <Globals>
382 </Globals> 382 </Globals>
383 </VisualStudioProject> 383 </VisualStudioProject>
OLDNEW
« no previous file with comments | « webkit/build/JavaScriptCore/SConscript ('k') | webkit/build/V8Bindings/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698