cef/libcef/libcef.vcproj
Marshall Greenblatt 0a98edff56 libcef:
- Fix ASSERT in CefBrowserImpl::UIT_GetPagesCount() when no default printer is configured (Issue #20).
- Remove non-existent WebFrame objects while iterating over the bound object list in CefJSContainer::BindToJavascript().  WebFrame objects are destroyed when navigating from a page with more frames to a page with less frames.  If we don't remove the non-existent frames they will remain in the list until the browser window is destroyed.
- Don't call UIT_* functions from class destructors as destruction may occur on a different thread.

libcef: Update due to underlying chromium changes.
- Header file locations changed from third_party/WebKit/WebKit to webkit/api as a result of WebKit unforking.
- Project file locations changed due to GYP now being used for WebKit builds.
- Add simple_clipboard_impl.cc in the libcef directory because it has been moved from webkit/glue to test_shell.
- Changes related to navigation.
- New parameters added to WebViewDelegate methods.

libcef_dll: Update due to underlying chromium changes.
- webkit_resources.rc and webkit_strings_en-US.rc moved from grit_derived_sources to obj/global_intermediate/webkit.


git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@24 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2009-05-15 15:09:51 +00:00

390 lines
6.8 KiB
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Name="libcef"
ProjectGUID="{FA39524D-3067-4141-888D-28A86C66F2B9}"
RootNamespace="libcef"
Keyword="Win32Proj"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
ConfigurationType="4"
InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;.\libcef.vsprops"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="precompiled_libcef.h"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)\lib\libcef_static.lib"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
ConfigurationType="4"
InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;.\libcef.vsprops"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="precompiled_libcef.h"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)\lib\libcef_static.lib"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="printing"
>
<File
RelativePath=".\printing\page_number.cc"
>
</File>
<File
RelativePath=".\printing\page_number.h"
>
</File>
<File
RelativePath=".\printing\page_range.cc"
>
</File>
<File
RelativePath=".\printing\page_range.h"
>
</File>
<File
RelativePath=".\printing\page_setup.cc"
>
</File>
<File
RelativePath=".\printing\page_setup.h"
>
</File>
<File
RelativePath=".\printing\print_settings.cc"
>
</File>
<File
RelativePath=".\printing\print_settings.h"
>
</File>
<File
RelativePath=".\printing\units.cc"
>
</File>
<File
RelativePath=".\printing\units.h"
>
</File>
<File
RelativePath=".\printing\win_printing_context.cc"
>
</File>
<File
RelativePath=".\printing\win_printing_context.h"
>
</File>
</Filter>
<Filter
Name="include"
>
<File
RelativePath="..\include\cef.h"
>
</File>
<File
RelativePath="..\include\cef_export.h"
>
</File>
<File
RelativePath="..\include\cef_nplugin.h"
>
</File>
<File
RelativePath="..\include\cef_ptr.h"
>
</File>
<File
RelativePath="..\include\cef_types.h"
>
</File>
<File
RelativePath="..\include\cef_types_win.h"
>
</File>
<File
RelativePath="..\include\cef_win.h"
>
</File>
</Filter>
<File
RelativePath=".\browser_drag_delegate.cc"
>
</File>
<File
RelativePath=".\browser_drag_delegate.h"
>
</File>
<File
RelativePath=".\browser_drop_delegate.cc"
>
</File>
<File
RelativePath=".\browser_drop_delegate.h"
>
</File>
<File
RelativePath=".\browser_impl.cc"
>
</File>
<File
RelativePath=".\browser_impl.h"
>
</File>
<File
RelativePath=".\browser_impl_win.cc"
>
</File>
<File
RelativePath=".\browser_navigation_controller.cc"
>
</File>
<File
RelativePath=".\browser_navigation_controller.h"
>
</File>
<File
RelativePath=".\browser_request_context.cc"
>
</File>
<File
RelativePath=".\browser_request_context.h"
>
</File>
<File
RelativePath=".\browser_resource_loader_bridge.cc"
>
</File>
<File
RelativePath=".\browser_resource_loader_bridge.h"
>
</File>
<File
RelativePath=".\browser_webkit_glue.cc"
>
</File>
<File
RelativePath=".\browser_webkit_glue.h"
>
</File>
<File
RelativePath=".\browser_webkit_glue_win.cc"
>
</File>
<File
RelativePath=".\browser_webkit_init.h"
>
</File>
<File
RelativePath=".\browser_webview_delegate.cc"
>
</File>
<File
RelativePath=".\browser_webview_delegate.h"
>
</File>
<File
RelativePath=".\browser_webview_delegate_win.cc"
>
</File>
<File
RelativePath=".\context.cc"
>
</File>
<File
RelativePath=".\context.h"
>
</File>
<File
RelativePath=".\jscontainer.cc"
>
</File>
<File
RelativePath=".\jscontainer.h"
>
</File>
<File
RelativePath=".\precompiled_libcef.cc"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="1"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="1"
/>
</FileConfiguration>
</File>
<File
RelativePath=".\precompiled_libcef.h"
>
</File>
<File
RelativePath=".\request_impl.cc"
>
</File>
<File
RelativePath=".\request_impl.h"
>
</File>
<File
RelativePath=".\simple_clipboard_impl.cc"
>
</File>
<File
RelativePath=".\stream_impl.cc"
>
</File>
<File
RelativePath=".\stream_impl.h"
>
</File>
<File
RelativePath=".\variant_impl.cc"
>
</File>
<File
RelativePath=".\variant_impl.h"
>
</File>
<File
RelativePath=".\variant_np_util.cc"
>
</File>
<File
RelativePath=".\variant_np_util.h"
>
</File>
<File
RelativePath=".\webview_host.cc"
>
</File>
<File
RelativePath=".\webview_host.h"
>
</File>
<File
RelativePath=".\webwidget_host.cc"
>
</File>
<File
RelativePath=".\webwidget_host.h"
>
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>