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

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

Issue 40132: Refactor v8 extensions to make registration avoid having to use ChromiumBridg... (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="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 2642 matching lines...) Expand 10 before | Expand all | Expand 10 after
2653 </File> 2653 </File>
2654 <File 2654 <File
2655 RelativePath="..\..\port\bindings\v8\v8_npobject .h" 2655 RelativePath="..\..\port\bindings\v8\v8_npobject .h"
2656 > 2656 >
2657 </File> 2657 </File>
2658 </Filter> 2658 </Filter>
2659 <Filter 2659 <Filter
2660 Name="extensions" 2660 Name="extensions"
2661 > 2661 >
2662 <File 2662 <File
2663 » » » » RelativePath="..\..\port\bindings\v8\extensions\ GCController.cpp" 2663 » » » » RelativePath="..\..\extensions\v8\gc_extension.c c"
2664 > 2664 >
2665 </File> 2665 </File>
2666 <File 2666 <File
2667 » » » » RelativePath="..\..\port\bindings\v8\extensions\ GCController.h" 2667 » » » » RelativePath="..\..\extensions\v8\gc_extension.h "
2668 > 2668 >
2669 </File> 2669 </File>
2670 <File 2670 <File
2671 » » » » RelativePath="..\..\port\bindings\v8\extensions\ Gears.cpp" 2671 » » » » RelativePath="..\..\extensions\v8\gears_extensio n.cc"
2672 > 2672 >
2673 </File> 2673 </File>
2674 <File 2674 <File
2675 » » » » RelativePath="..\..\port\bindings\v8\extensions\ Gears.h" 2675 » » » » RelativePath="..\..\extensions\v8\gears_extensio n.h"
2676 > 2676 >
2677 </File> 2677 </File>
2678 <File 2678 <File
2679 » » » » RelativePath="..\..\port\bindings\v8\extensions\ Interval.cpp" 2679 » » » » RelativePath="..\..\extensions\v8\interval_exten sion.cc"
2680 > 2680 >
2681 </File> 2681 </File>
2682 <File 2682 <File
2683 » » » » RelativePath="..\..\port\bindings\v8\extensions\ Interval.h" 2683 » » » » RelativePath="..\..\extensions\v8\interval_exten sion.h"
2684 > 2684 >
2685 </File> 2685 </File>
2686 <File 2686 <File
2687 » » » » RelativePath="..\..\port\bindings\v8\extensions\ Playback.cpp" 2687 » » » » RelativePath="..\..\extensions\v8\playback_exten sion.cc"
2688 > 2688 >
2689 </File> 2689 </File>
2690 <File 2690 <File
2691 » » » » RelativePath="..\..\port\bindings\v8\extensions\ Playback.h" 2691 » » » » RelativePath="..\..\extensions\v8\playback_exten sion.h"
2692 > 2692 >
2693 </File> 2693 </File>
2694 </Filter> 2694 </Filter>
2695 <File 2695 <File
2696 RelativePath="..\..\port\bindings\v8\dom_wrapper_map.h" 2696 RelativePath="..\..\port\bindings\v8\dom_wrapper_map.h"
2697 > 2697 >
2698 </File> 2698 </File>
2699 <File 2699 <File
2700 RelativePath="..\..\port\bindings\v8\JSDOMBinding.cpp" 2700 RelativePath="..\..\port\bindings\v8\JSDOMBinding.cpp"
2701 > 2701 >
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
2897 > 2897 >
2898 </File> 2898 </File>
2899 <File 2899 <File
2900 RelativePath="..\..\port\bindings\v8\WorkerScriptControl ler.h" 2900 RelativePath="..\..\port\bindings\v8\WorkerScriptControl ler.h"
2901 > 2901 >
2902 </File> 2902 </File>
2903 </Files> 2903 </Files>
2904 <Globals> 2904 <Globals>
2905 </Globals> 2905 </Globals>
2906 </VisualStudioProject> 2906 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698