mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-27 09:41:17 +01:00
a08ad505ad
- Add support for embedded netscape-style plugins. - Add new webkit_glue VisitedLinkHash() and IsLinkVisited() functions required by underlying chromium changes. cefclient: - Add sample netscape-style plugin implementation and related Plugin item on the Tests menu. - Increase the speed of the update timer so that buttons refresh closer to real-time. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@5 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
440 lines
7.9 KiB
XML
440 lines
7.9 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"
|
|
/>
|
|
<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"
|
|
/>
|
|
<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_nplugin.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\include\cef_ptr.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\include\cef_win.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="plugins"
|
|
>
|
|
<File
|
|
RelativePath=".\plugins\browser_mozilla_extensions.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\plugins\browser_mozilla_extensions.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\plugins\browser_plugin_instance.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\plugins\browser_plugin_instance.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\plugins\browser_plugin_lib.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\plugins\browser_plugin_lib.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\plugins\browser_plugin_list.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\plugins\browser_plugin_list.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\plugins\browser_plugin_stream.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\plugins\browser_plugin_stream.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\plugins\browser_plugin_stream_url.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\plugins\browser_plugin_stream_url.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\plugins\browser_plugin_stream_win.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\plugins\browser_plugin_string_stream.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\plugins\browser_plugin_string_stream.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\plugins\browser_webplugin_delegate_impl.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\plugins\browser_webplugin_delegate_impl.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_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=".\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>
|