Index: webkit/glue/glue.vcproj |
=================================================================== |
--- webkit/glue/glue.vcproj (revision 9942) |
+++ webkit/glue/glue.vcproj (working copy) |
@@ -1,767 +1,779 @@ |
-<?xml version="1.0" encoding="Windows-1252"?> |
-<VisualStudioProject |
- ProjectType="Visual C++" |
- Version="8.00" |
- Name="Glue" |
- ProjectGUID="{C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09}" |
- RootNamespace="glue" |
- Keyword="Win32Proj" |
- > |
- <Platforms> |
- <Platform |
- Name="Win32" |
- /> |
- </Platforms> |
- <ToolFiles> |
- </ToolFiles> |
- <Configurations> |
- <Configuration |
- Name="Debug|Win32" |
- ConfigurationType="4" |
- InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;.\glue.vsprops" |
- > |
- <Tool |
- Name="VCPreBuildEventTool" |
- /> |
- <Tool |
- Name="VCCustomBuildTool" |
- /> |
- <Tool |
- Name="VCXMLDataGeneratorTool" |
- /> |
- <Tool |
- Name="VCWebServiceProxyGeneratorTool" |
- /> |
- <Tool |
- Name="VCMIDLTool" |
- /> |
- <Tool |
- Name="VCCLCompilerTool" |
- /> |
- <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;.\glue.vsprops" |
- > |
- <Tool |
- Name="VCPreBuildEventTool" |
- /> |
- <Tool |
- Name="VCCustomBuildTool" |
- /> |
- <Tool |
- Name="VCXMLDataGeneratorTool" |
- /> |
- <Tool |
- Name="VCWebServiceProxyGeneratorTool" |
- /> |
- <Tool |
- Name="VCMIDLTool" |
- /> |
- <Tool |
- Name="VCCLCompilerTool" |
- /> |
- <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="API" |
- > |
- <File |
- RelativePath=".\autofill_form.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\autofill_form.h" |
- > |
- </File> |
- <File |
- RelativePath=".\cache_manager.h" |
- > |
- </File> |
- <File |
- RelativePath=".\console_message_level.h" |
- > |
- </File> |
- <File |
- RelativePath=".\context_menu.h" |
- > |
- </File> |
- <File |
- RelativePath=".\cpp_bound_class.h" |
- > |
- </File> |
- <File |
- RelativePath=".\cpp_variant.h" |
- > |
- </File> |
- <File |
- RelativePath=".\form_data.h" |
- > |
- </File> |
- <File |
- RelativePath=".\image_decoder.h" |
- > |
- </File> |
- <File |
- RelativePath=".\password_form.h" |
- > |
- </File> |
- <File |
- RelativePath=".\resource_type.h" |
- > |
- </File> |
- <File |
- RelativePath=".\screen_info.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webdatasource.h" |
- > |
- </File> |
- <File |
- RelativePath=".\weberror.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webframe.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webhistoryitem.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webinputevent.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webmediaplayer.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webmediaplayer_delegate.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webplugin.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webplugin_delegate.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webpreferences.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webresponse.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webtextinput.h" |
- > |
- </File> |
- <File |
- RelativePath=".\weburlrequest.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webview.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webview_delegate.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webwidget.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webwidget_delegate.h" |
- > |
- </File> |
- <File |
- RelativePath=".\window_open_disposition.h" |
- > |
- </File> |
- </Filter> |
- <Filter |
- Name="Library" |
- > |
- <File |
- RelativePath="..\pending\AccessibleBase.cpp" |
- > |
- </File> |
- <File |
- RelativePath="..\pending\AccessibleBase.h" |
- > |
- </File> |
- <File |
- RelativePath="..\pending\AccessibleDocument.cpp" |
- > |
- </File> |
- <File |
- RelativePath="..\pending\AccessibleDocument.h" |
- > |
- </File> |
- <File |
- RelativePath=".\alt_404_page_resource_fetcher.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\alt_404_page_resource_fetcher.h" |
- > |
- </File> |
- <File |
- RelativePath=".\alt_error_page_resource_fetcher.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\alt_error_page_resource_fetcher.h" |
- > |
- </File> |
- <File |
- RelativePath=".\back_forward_list_client_impl.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\back_forward_list_client_impl.h" |
- > |
- </File> |
- <File |
- RelativePath=".\cache_manager.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\chrome_client_impl.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\chrome_client_impl.h" |
- > |
- </File> |
- <File |
- RelativePath=".\chromium_bridge_impl.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\chromium_threading.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\clipboard_conversion.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\clipboard_conversion.h" |
- > |
- </File> |
- <File |
- RelativePath=".\context_menu_client_impl.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\context_menu_client_impl.h" |
- > |
- </File> |
- <File |
- RelativePath=".\cpp_binding_example.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\cpp_bound_class.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\cpp_variant.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\debugger_bridge.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\debugger_bridge.h" |
- > |
- </File> |
- <File |
- RelativePath=".\dom_operations.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\dom_operations.h" |
- > |
- </File> |
- <File |
- RelativePath=".\dom_serializer.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\dom_serializer.h" |
- > |
- </File> |
- <File |
- RelativePath=".\dom_serializer_delegate.h" |
- > |
- </File> |
- <File |
- RelativePath=".\dragclient_impl.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\dragclient_impl.h" |
- > |
- </File> |
- <File |
- RelativePath=".\editor_client_impl.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\editor_client_impl.h" |
- > |
- </File> |
- <File |
- RelativePath=".\entity_map.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\entity_map.h" |
- > |
- </File> |
- <File |
- RelativePath=".\event_conversion.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\event_conversion.h" |
- > |
- </File> |
- <File |
- RelativePath=".\feed_preview.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\feed_preview.h" |
- > |
- </File> |
- <File |
- RelativePath=".\glue_accessibility.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\glue_accessibility.h" |
- > |
- </File> |
- <File |
- RelativePath=".\glue_serialize.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\glue_serialize.h" |
- > |
- </File> |
- <File |
- RelativePath=".\glue_util.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\glue_util.h" |
- > |
- </File> |
- <File |
- RelativePath=".\image_decoder.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\image_resource_fetcher.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\image_resource_fetcher.h" |
- > |
- </File> |
- <File |
- RelativePath=".\inspector_client_impl.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\inspector_client_impl.h" |
- > |
- </File> |
- <File |
- RelativePath=".\localized_strings.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\media_player_private_impl.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\multipart_response_delegate.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\multipart_response_delegate.h" |
- > |
- </File> |
- <File |
- RelativePath=".\npruntime_util.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\npruntime_util.h" |
- > |
- </File> |
- <File |
- RelativePath=".\password_autocomplete_listener.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\password_autocomplete_listener.h" |
- > |
- </File> |
- <File |
- RelativePath=".\password_form_dom_manager.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\password_form_dom_manager.h" |
- > |
- </File> |
- <File |
- RelativePath=".\resource.h" |
- > |
- </File> |
- <File |
- RelativePath=".\resource_fetcher.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\resource_fetcher.h" |
- > |
- </File> |
- <File |
- RelativePath=".\resource_handle_impl.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\resource_loader_bridge.h" |
- > |
- </File> |
- <File |
- RelativePath=".\scoped_clipboard_writer_glue.h" |
- > |
- </File> |
- <File |
- RelativePath=".\searchable_form_data.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\searchable_form_data.h" |
- > |
- </File> |
- <File |
- RelativePath=".\stacking_order_iterator.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\stacking_order_iterator.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webcursor.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\webcursor.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webcursor_win.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\webdatasource_impl.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\webdatasource_impl.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webdocumentloader_impl.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\webdocumentloader_impl.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webdropdata.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\webdropdata.h" |
- > |
- </File> |
- <File |
- RelativePath=".\weberror_impl.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\weberror_impl.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webframe_impl.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\webframe_impl.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webframeloaderclient_impl.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\webframeloaderclient_impl.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webhistoryitem_impl.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\webhistoryitem_impl.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webinputevent_win.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\webkit_glue.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\webkit_glue.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webkit_glue_win.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\webmediaplayer_impl.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\webmediaplayer_impl.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webplugin_impl.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\webplugin_impl.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webresponse_impl.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webtextinput_impl.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\webtextinput_impl.h" |
- > |
- </File> |
- <File |
- RelativePath=".\weburlrequest_impl.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\weburlrequest_impl.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webview_impl.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\webview_impl.h" |
- > |
- </File> |
- <File |
- RelativePath=".\webwidget_impl.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\webwidget_impl.h" |
- > |
- </File> |
- </Filter> |
- <Filter |
- Name="Plugins" |
- > |
- <File |
- RelativePath=".\plugins\mozilla_extensions.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\plugins\mozilla_extensions.h" |
- > |
- </File> |
- <File |
- RelativePath=".\plugins\nphostapi.h" |
- > |
- </File> |
- <File |
- RelativePath=".\plugins\plugin_constants_win.h" |
- > |
- </File> |
- <File |
- RelativePath=".\plugins\plugin_host.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\plugins\plugin_host.h" |
- > |
- </File> |
- <File |
- RelativePath=".\plugins\plugin_instance.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\plugins\plugin_instance.h" |
- > |
- </File> |
- <File |
- RelativePath=".\plugins\plugin_lib.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\plugins\plugin_lib.h" |
- > |
- </File> |
- <File |
- RelativePath=".\plugins\plugin_lib_win.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\plugins\plugin_list.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\plugins\plugin_list.h" |
- > |
- </File> |
- <File |
- RelativePath=".\plugins\plugin_list_win.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\plugins\plugin_stream.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\plugins\plugin_stream.h" |
- > |
- </File> |
- <File |
- RelativePath=".\plugins\plugin_stream_url.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\plugins\plugin_stream_url.h" |
- > |
- </File> |
- <File |
- RelativePath=".\plugins\plugin_stream_win.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\plugins\plugin_string_stream.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\plugins\plugin_string_stream.h" |
- > |
- </File> |
- <File |
- RelativePath=".\plugins\webplugin_delegate_impl.cc" |
- > |
- </File> |
- <File |
- RelativePath=".\plugins\webplugin_delegate_impl.h" |
- > |
- </File> |
- </Filter> |
- </Files> |
- <Globals> |
- </Globals> |
-</VisualStudioProject> |
+<?xml version="1.0" encoding="Windows-1252"?> |
+<VisualStudioProject |
+ ProjectType="Visual C++" |
+ Version="8.00" |
+ Name="Glue" |
+ ProjectGUID="{C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09}" |
+ RootNamespace="glue" |
+ Keyword="Win32Proj" |
+ > |
+ <Platforms> |
+ <Platform |
+ Name="Win32" |
+ /> |
+ </Platforms> |
+ <ToolFiles> |
+ </ToolFiles> |
+ <Configurations> |
+ <Configuration |
+ Name="Debug|Win32" |
+ ConfigurationType="4" |
+ InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;.\glue.vsprops" |
+ > |
+ <Tool |
+ Name="VCPreBuildEventTool" |
+ /> |
+ <Tool |
+ Name="VCCustomBuildTool" |
+ /> |
+ <Tool |
+ Name="VCXMLDataGeneratorTool" |
+ /> |
+ <Tool |
+ Name="VCWebServiceProxyGeneratorTool" |
+ /> |
+ <Tool |
+ Name="VCMIDLTool" |
+ /> |
+ <Tool |
+ Name="VCCLCompilerTool" |
+ /> |
+ <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;.\glue.vsprops" |
+ > |
+ <Tool |
+ Name="VCPreBuildEventTool" |
+ /> |
+ <Tool |
+ Name="VCCustomBuildTool" |
+ /> |
+ <Tool |
+ Name="VCXMLDataGeneratorTool" |
+ /> |
+ <Tool |
+ Name="VCWebServiceProxyGeneratorTool" |
+ /> |
+ <Tool |
+ Name="VCMIDLTool" |
+ /> |
+ <Tool |
+ Name="VCCLCompilerTool" |
+ /> |
+ <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="API" |
+ > |
+ <File |
+ RelativePath=".\autofill_form.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\autofill_form.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\cache_manager.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\console_message_level.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\context_menu.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\cpp_bound_class.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\cpp_variant.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\form_data.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\image_decoder.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\password_form.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\resource_type.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\screen_info.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webdatasource.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\weberror.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webframe.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webhistoryitem.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webinputevent.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webmediaplayer.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webmediaplayer_delegate.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webplugin.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webplugin_delegate.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webpreferences.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webresponse.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webtextinput.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\weburlrequest.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webview.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webview_delegate.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webwidget.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webwidget_delegate.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\window_open_disposition.h" |
+ > |
+ </File> |
+ </Filter> |
+ <Filter |
+ Name="Library" |
+ > |
+ <File |
+ RelativePath="..\pending\AccessibleBase.cpp" |
+ > |
+ </File> |
+ <File |
+ RelativePath="..\pending\AccessibleBase.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath="..\pending\AccessibleDocument.cpp" |
+ > |
+ </File> |
+ <File |
+ RelativePath="..\pending\AccessibleDocument.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\alt_404_page_resource_fetcher.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\alt_404_page_resource_fetcher.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\alt_error_page_resource_fetcher.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\alt_error_page_resource_fetcher.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\back_forward_list_client_impl.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\back_forward_list_client_impl.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\cache_manager.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\chrome_client_impl.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\chrome_client_impl.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\chromium_bridge_impl.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\chromium_threading.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\clipboard_conversion.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\clipboard_conversion.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\context_menu_client_impl.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\context_menu_client_impl.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\cpp_binding_example.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\cpp_bound_class.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\cpp_variant.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\debugger_bridge.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\debugger_bridge.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\dom_operations.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\dom_operations.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\dom_serializer.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\dom_serializer.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\dom_serializer_delegate.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\dragclient_impl.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\dragclient_impl.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\editor_client_impl.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\editor_client_impl.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\entity_map.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\entity_map.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\event_conversion.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\event_conversion.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\feed_preview.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\feed_preview.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\glue_accessibility.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\glue_accessibility.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\glue_serialize.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\glue_serialize.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\glue_util.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\glue_util.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\image_decoder.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\image_resource_fetcher.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\image_resource_fetcher.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\inspector_client_impl.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\inspector_client_impl.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\localized_strings.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\media_player_private_impl.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\multipart_response_delegate.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\multipart_response_delegate.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\npruntime_util.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\npruntime_util.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\password_autocomplete_listener.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\password_autocomplete_listener.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\password_form_dom_manager.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\password_form_dom_manager.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\resource.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\resource_fetcher.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\resource_fetcher.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\resource_handle_impl.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\resource_loader_bridge.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\resource_loader_bridge.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\scoped_clipboard_writer_glue.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\searchable_form_data.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\searchable_form_data.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\stacking_order_iterator.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\stacking_order_iterator.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webcursor.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webcursor.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webcursor_win.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webdatasource_impl.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webdatasource_impl.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webdocumentloader_impl.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webdocumentloader_impl.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webdropdata.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webdropdata.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\weberror_impl.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\weberror_impl.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webframe_impl.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webframe_impl.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webframeloaderclient_impl.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webframeloaderclient_impl.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webhistoryitem_impl.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webhistoryitem_impl.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webinputevent_win.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webkit_glue.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webkit_glue.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webkit_glue_win.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webmediaplayer_impl.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webmediaplayer_impl.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webplugin_delegate.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webplugin_impl.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webplugin_impl.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webresponse_impl.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webtextinput_impl.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webtextinput_impl.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\weburlrequest_impl.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\weburlrequest_impl.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webview_delegate.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webview_impl.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webview_impl.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webwidget_impl.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webwidget_impl.h" |
+ > |
+ </File> |
+ </Filter> |
+ <Filter |
+ Name="Plugins" |
+ > |
+ <File |
+ RelativePath=".\plugins\mozilla_extensions.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\plugins\mozilla_extensions.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\plugins\nphostapi.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\plugins\plugin_constants_win.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\plugins\plugin_host.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\plugins\plugin_host.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\plugins\plugin_instance.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\plugins\plugin_instance.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\plugins\plugin_lib.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\plugins\plugin_lib.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\plugins\plugin_lib_win.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\plugins\plugin_list.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\plugins\plugin_list.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\plugins\plugin_list_win.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\plugins\plugin_stream.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\plugins\plugin_stream.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\plugins\plugin_stream_url.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\plugins\plugin_stream_url.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\plugins\plugin_stream_win.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\plugins\plugin_string_stream.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\plugins\plugin_string_stream.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\plugins\webplugin_delegate_impl.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\plugins\webplugin_delegate_impl.h" |
+ > |
+ </File> |
+ </Filter> |
+ </Files> |
+ <Globals> |
+ </Globals> |
+</VisualStudioProject> |