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

Side by Side Diff: webkit/build/V8Bindings/V8Bindings.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/V8Bindings/SConscript ('k') | webkit/build/WebCore/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="V8Bindings" 5 Name="V8Bindings"
6 ProjectGUID="{625A8F11-2B4E-45B4-BD99-C6D629C606C0}" 6 ProjectGUID="{625A8F11-2B4E-45B4-BD99-C6D629C606C0}"
7 RootNamespace="V8" 7 RootNamespace="V8"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 2262 matching lines...) Expand 10 before | Expand all | Expand 10 after
2273 </File> 2273 </File>
2274 <File 2274 <File
2275 RelativePath="$(IntDir)\DerivedSources\V8Window. h" 2275 RelativePath="$(IntDir)\DerivedSources\V8Window. h"
2276 > 2276 >
2277 </File> 2277 </File>
2278 <File 2278 <File
2279 RelativePath="$(IntDir)\DerivedSources\V8WindowC ollection.h" 2279 RelativePath="$(IntDir)\DerivedSources\V8WindowC ollection.h"
2280 > 2280 >
2281 </File> 2281 </File>
2282 <File 2282 <File
2283 RelativePath="$(IntDir)\DerivedSources\V8Worker. cpp"
2284 >
2285 </File>
2286 <File
2287 RelativePath="$(IntDir)\DerivedSources\V8Worker. h"
2288 >
2289 </File>
2290 <File
2291 RelativePath="$(IntDir)\DerivedSources\V8WorkerL ocation.cpp"
2292 >
2293 </File>
2294 <File
2295 RelativePath="$(IntDir)\DerivedSources\V8WorkerL ocation.h"
2296 >
2297 </File>
2298 <File
2283 RelativePath="$(IntDir)\DerivedSources\V8XMLHttp Request.cpp" 2299 RelativePath="$(IntDir)\DerivedSources\V8XMLHttp Request.cpp"
2284 > 2300 >
2285 </File> 2301 </File>
2286 <File 2302 <File
2287 RelativePath="$(IntDir)\DerivedSources\V8XMLHttp Request.h" 2303 RelativePath="$(IntDir)\DerivedSources\V8XMLHttp Request.h"
2288 > 2304 >
2289 </File> 2305 </File>
2290 <File 2306 <File
2291 RelativePath="$(IntDir)\DerivedSources\V8XMLHttp RequestException.cpp" 2307 RelativePath="$(IntDir)\DerivedSources\V8XMLHttp RequestException.cpp"
2292 > 2308 >
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
2554 </File> 2570 </File>
2555 <File 2571 <File
2556 RelativePath="..\..\port\bindings\v8\ScriptValue.cpp" 2572 RelativePath="..\..\port\bindings\v8\ScriptValue.cpp"
2557 > 2573 >
2558 </File> 2574 </File>
2559 <File 2575 <File
2560 RelativePath="..\..\port\bindings\v8\ScriptValue.h" 2576 RelativePath="..\..\port\bindings\v8\ScriptValue.h"
2561 > 2577 >
2562 </File> 2578 </File>
2563 <File 2579 <File
2580 RelativePath="..\..\port\bindings\v8\Threading.cpp"
2581 >
2582 </File>
2583 <File
2564 RelativePath="..\..\port\bindings\v8\v8_binding.h" 2584 RelativePath="..\..\port\bindings\v8\v8_binding.h"
2565 > 2585 >
2566 </File> 2586 </File>
2567 <File 2587 <File
2568 RelativePath="..\..\port\bindings\v8\v8_custom.cpp" 2588 RelativePath="..\..\port\bindings\v8\v8_custom.cpp"
2569 > 2589 >
2570 </File> 2590 </File>
2571 <File 2591 <File
2572 RelativePath="..\..\port\bindings\v8\v8_custom.h" 2592 RelativePath="..\..\port\bindings\v8\v8_custom.h"
2573 > 2593 >
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2618 </File> 2638 </File>
2619 <File 2639 <File
2620 RelativePath="..\..\port\bindings\v8\V8CanvasPixelArrayC ustom.cpp" 2640 RelativePath="..\..\port\bindings\v8\V8CanvasPixelArrayC ustom.cpp"
2621 > 2641 >
2622 </File> 2642 </File>
2623 <File 2643 <File
2624 RelativePath="..\..\port\bindings\v8\V8MessagePortCustom .cpp" 2644 RelativePath="..\..\port\bindings\v8\V8MessagePortCustom .cpp"
2625 > 2645 >
2626 </File> 2646 </File>
2627 <File 2647 <File
2648 RelativePath="..\..\port\bindings\v8\V8WorkerCustom.cpp"
2649 >
2650 </File>
2651 <File
2628 RelativePath="..\..\port\bindings\v8\V8XMLHttpRequestCus tom.cpp" 2652 RelativePath="..\..\port\bindings\v8\V8XMLHttpRequestCus tom.cpp"
2629 > 2653 >
2630 </File> 2654 </File>
2655 <File
2656 RelativePath="..\..\port\bindings\v8\WorkerScriptControl ler.cpp"
2657 >
2658 </File>
2659 <File
2660 RelativePath="..\..\port\bindings\v8\WorkerScriptControl ler.h"
2661 >
2662 </File>
2631 </Files> 2663 </Files>
2632 <Globals> 2664 <Globals>
2633 </Globals> 2665 </Globals>
2634 </VisualStudioProject> 2666 </VisualStudioProject>
OLDNEW
« no previous file with comments | « webkit/build/V8Bindings/SConscript ('k') | webkit/build/WebCore/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698