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

Side by Side Diff: webkit/build/KJSBindings/KJSBindings.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 | « no previous file | webkit/build/V8Bindings/V8Bindings.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="KJSBindings" 5 Name="KJSBindings"
6 ProjectGUID="{867F64C9-D631-41A9-B467-13D6378A72AA}" 6 ProjectGUID="{867F64C9-D631-41A9-B467-13D6378A72AA}"
7 RootNamespace="KJSBindings" 7 RootNamespace="KJSBindings"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 2572 matching lines...) Expand 10 before | Expand all | Expand 10 after
2583 UsePrecompiledHeader="0" 2583 UsePrecompiledHeader="0"
2584 /> 2584 />
2585 </FileConfiguration> 2585 </FileConfiguration>
2586 </File> 2586 </File>
2587 <File 2587 <File
2588 RelativePath="$(IntDir)\DerivedSources\XPathGram mar.h" 2588 RelativePath="$(IntDir)\DerivedSources\XPathGram mar.h"
2589 > 2589 >
2590 </File> 2590 </File>
2591 </Filter> 2591 </Filter>
2592 <Filter 2592 <Filter
2593 Name="dom"
2594 >
2595 <File
2596 RelativePath="..\..\..\third_party\WebKit\WebCore\dom\Ex ceptionContext.cpp"
2597 >
2598 </File>
2599 <File
2600 RelativePath="..\..\..\third_party\WebKit\WebCore\bindin gs\js\ExceptionContextData.h"
2601 >
2602 </File>
2603 </Filter>
2604 <Filter
2593 Name="inspector" 2605 Name="inspector"
2594 > 2606 >
2595 <File 2607 <File
2596 RelativePath="..\..\..\third_party\WebKit\WebCor e\inspector\InspectorClient.h" 2608 RelativePath="..\..\..\third_party\WebKit\WebCor e\inspector\InspectorClient.h"
2597 > 2609 >
2598 </File> 2610 </File>
2599 <File 2611 <File
2600 RelativePath="..\..\..\third_party\WebKit\WebCor e\inspector\InspectorController.cpp" 2612 RelativePath="..\..\..\third_party\WebKit\WebCor e\inspector\InspectorController.cpp"
2601 > 2613 >
2602 </File> 2614 </File>
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
2747 RelativePath="..\..\..\third_party\WebKi t\WebCore\bridge\c\c_utility.cpp" 2759 RelativePath="..\..\..\third_party\WebKi t\WebCore\bridge\c\c_utility.cpp"
2748 > 2760 >
2749 </File> 2761 </File>
2750 <File 2762 <File
2751 RelativePath="..\..\..\third_party\WebKi t\WebCore\bridge\c\c_utility.h" 2763 RelativePath="..\..\..\third_party\WebKi t\WebCore\bridge\c\c_utility.h"
2752 > 2764 >
2753 </File> 2765 </File>
2754 </Filter> 2766 </Filter>
2755 </Filter> 2767 </Filter>
2756 <File 2768 <File
2757 RelativePath="..\..\..\third_party\WebKit\WebCore\bindin gs\js\ExceptionContext.cpp"
2758 >
2759 </File>
2760 <File
2761 RelativePath="..\..\pending\ExceptionContext.h"
2762 >
2763 </File>
2764 <File
2765 RelativePath="..\..\..\third_party\WebKit\WebCore\bindin gs\js\GCController.cpp" 2769 RelativePath="..\..\..\third_party\WebKit\WebCore\bindin gs\js\GCController.cpp"
2766 > 2770 >
2767 </File> 2771 </File>
2768 <File 2772 <File
2769 RelativePath="..\..\..\third_party\WebKit\WebCore\bindin gs\js\GCController.h" 2773 RelativePath="..\..\..\third_party\WebKit\WebCore\bindin gs\js\GCController.h"
2770 > 2774 >
2771 </File> 2775 </File>
2772 <File 2776 <File
2773 RelativePath="..\..\..\third_party\WebKit\WebCore\bindin gs\js\JSAttrCustom.cpp" 2777 RelativePath="..\..\..\third_party\WebKit\WebCore\bindin gs\js\JSAttrCustom.cpp"
2774 > 2778 >
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
3262 > 3266 >
3263 </File> 3267 </File>
3264 <File 3268 <File
3265 RelativePath="..\..\..\third_party\WebKit\WebCore\bindin gs\js\StringSourceProvider.h" 3269 RelativePath="..\..\..\third_party\WebKit\WebCore\bindin gs\js\StringSourceProvider.h"
3266 > 3270 >
3267 </File> 3271 </File>
3268 </Files> 3272 </Files>
3269 <Globals> 3273 <Globals>
3270 </Globals> 3274 </Globals>
3271 </VisualStudioProject> 3275 </VisualStudioProject>
OLDNEW
« no previous file with comments | « no previous file | webkit/build/V8Bindings/V8Bindings.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698