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

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

Issue 9019: Make ExceptionContext platform-independent using magic headers (2/2) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month 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/KJSBindings/KJSBindings.vcproj ('k') | webkit/build/WebCore/WebCore.vcproj » ('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 2475 matching lines...) Expand 10 before | Expand all | Expand 10 after
2486 </File> 2486 </File>
2487 <File 2487 <File
2488 RelativePath="..\..\port\bindings\v8\ScriptController.h" 2488 RelativePath="..\..\port\bindings\v8\ScriptController.h"
2489 > 2489 >
2490 </File> 2490 </File>
2491 <File 2491 <File
2492 RelativePath="..\..\port\bindings\v8\ScriptController.cp p" 2492 RelativePath="..\..\port\bindings\v8\ScriptController.cp p"
2493 > 2493 >
2494 </File> 2494 </File>
2495 <File 2495 <File
2496 RelativePath="..\..\pending\ExceptionContext.h"
2497 >
2498 </File>
2499 <File
2500 RelativePath="..\..\port\bridge\ExceptionContextV8.cpp" 2496 RelativePath="..\..\port\bridge\ExceptionContextV8.cpp"
2501 > 2497 >
2502 </File> 2498 </File>
2503 <File 2499 <File
2500 RelativePath="..\..\port\bindings\v8\ExceptionContextDat a.h"
2501 >
2502 </File>
2503 <File
2504 RelativePath="..\..\port\bindings\v8\v8_binding.h" 2504 RelativePath="..\..\port\bindings\v8\v8_binding.h"
2505 > 2505 >
2506 </File> 2506 </File>
2507 <File 2507 <File
2508 RelativePath="..\..\port\bindings\v8\v8_custom.cpp" 2508 RelativePath="..\..\port\bindings\v8\v8_custom.cpp"
2509 > 2509 >
2510 </File> 2510 </File>
2511 <File 2511 <File
2512 RelativePath="..\..\port\bindings\v8\v8_custom.h" 2512 RelativePath="..\..\port\bindings\v8\v8_custom.h"
2513 > 2513 >
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
2553 > 2553 >
2554 </File> 2554 </File>
2555 <File 2555 <File
2556 RelativePath="..\..\port\bindings\v8\v8_vectornodelist.h " 2556 RelativePath="..\..\port\bindings\v8\v8_vectornodelist.h "
2557 > 2557 >
2558 </File> 2558 </File>
2559 </Files> 2559 </Files>
2560 <Globals> 2560 <Globals>
2561 </Globals> 2561 </Globals>
2562 </VisualStudioProject> 2562 </VisualStudioProject>
OLDNEW
« no previous file with comments | « webkit/build/KJSBindings/KJSBindings.vcproj ('k') | webkit/build/WebCore/WebCore.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698