diff options
author | initial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-26 23:55:29 +0000 |
---|---|---|
committer | initial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-26 23:55:29 +0000 |
commit | 09911bf300f1a419907a9412154760efd0b7abc3 (patch) | |
tree | f131325fb4e2ad12c6d3504ab75b16dd92facfed /chrome/browser/browser.vcproj | |
parent | 586acc5fe142f498261f52c66862fa417c3d52d2 (diff) | |
download | chromium_src-09911bf300f1a419907a9412154760efd0b7abc3.zip chromium_src-09911bf300f1a419907a9412154760efd0b7abc3.tar.gz chromium_src-09911bf300f1a419907a9412154760efd0b7abc3.tar.bz2 |
Add chrome to the repository.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 2756 |
1 files changed, 2756 insertions, 0 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj new file mode 100644 index 0000000..cd7855f --- /dev/null +++ b/chrome/browser/browser.vcproj @@ -0,0 +1,2756 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="browser" + ProjectGUID="{5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA}" + RootNamespace="Browser" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + <ToolFile + RelativePath="..\tools\build\win\resource_text_file_copy.rules" + /> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + ConfigurationType="4" + InheritedPropertySheets=".\browser.vsprops;$(SolutionDir)..\build\debug.vsprops;..\tools\build\win\precompiled_wtl.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="Resource text file copy" + /> + <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=".\browser.vsprops;$(SolutionDir)..\build\release.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="Resource text file copy" + /> + <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="Autocomplete" + > + <File + RelativePath=".\autocomplete\autocomplete.cc" + > + </File> + <File + RelativePath=".\autocomplete\autocomplete.h" + > + </File> + <File + RelativePath=".\autocomplete\autocomplete_edit.cc" + > + </File> + <File + RelativePath=".\autocomplete\autocomplete_edit.h" + > + </File> + <File + RelativePath=".\autocomplete\autocomplete_popup.cc" + > + </File> + <File + RelativePath=".\autocomplete\autocomplete_popup.h" + > + </File> + <File + RelativePath=".\autocomplete\edit_drop_target.cc" + > + </File> + <File + RelativePath=".\autocomplete\edit_drop_target.h" + > + </File> + <File + RelativePath=".\autocomplete\history_contents_provider.cc" + > + </File> + <File + RelativePath=".\autocomplete\history_contents_provider.h" + > + </File> + <File + RelativePath=".\autocomplete\history_url_provider.cc" + > + </File> + <File + RelativePath=".\autocomplete\history_url_provider.h" + > + </File> + <File + RelativePath=".\autocomplete\keyword_provider.cc" + > + </File> + <File + RelativePath=".\autocomplete\keyword_provider.h" + > + </File> + <File + RelativePath=".\autocomplete\search_provider.cc" + > + </File> + <File + RelativePath=".\autocomplete\search_provider.h" + > + </File> + </Filter> + <Filter + Name="Base" + > + <File + RelativePath=".\alternate_nav_url_fetcher.cc" + > + </File> + <File + RelativePath=".\alternate_nav_url_fetcher.h" + > + </File> + <File + RelativePath=".\browser_about_handler.cc" + > + </File> + <File + RelativePath=".\browser_about_handler.h" + > + </File> + <File + RelativePath=".\browser_init.cc" + > + </File> + <File + RelativePath=".\browser_init.h" + > + </File> + <File + RelativePath=".\browser_main.cc" + > + </File> + <File + RelativePath=".\browser_prefs.cc" + > + </File> + <File + RelativePath=".\browser_prefs.h" + > + </File> + <File + RelativePath=".\browser_process.cc" + > + </File> + <File + RelativePath=".\browser_process.h" + > + </File> + <File + RelativePath=".\browser_process_impl.cc" + > + </File> + <File + RelativePath=".\browser_process_impl.h" + > + </File> + <File + RelativePath=".\browser_resources.h" + > + </File> + <File + RelativePath=".\browser_shutdown.cc" + > + </File> + <File + RelativePath=".\browser_shutdown.h" + > + </File> + <File + RelativePath=".\browser_url_handler.cc" + > + </File> + <File + RelativePath=".\browser_url_handler.h" + > + </File> + <File + RelativePath=".\browsing_data_remover.cc" + > + </File> + <File + RelativePath=".\browsing_data_remover.h" + > + </File> + <File + RelativePath=".\browsing_instance.cc" + > + </File> + <File + RelativePath=".\browsing_instance.h" + > + </File> + <File + RelativePath=".\cache_manager_host.cc" + > + </File> + <File + RelativePath=".\cache_manager_host.h" + > + </File> + <File + RelativePath=".\cancelable_request.cc" + > + </File> + <File + RelativePath=".\cancelable_request.h" + > + </File> + <File + RelativePath=".\character_encoding.cc" + > + </File> + <File + RelativePath=".\character_encoding.h" + > + </File> + <File + RelativePath=".\chrome_thread.cc" + > + </File> + <File + RelativePath=".\chrome_thread.h" + > + </File> + <File + RelativePath=".\cross_site_request_manager.cc" + > + </File> + <File + RelativePath=".\cross_site_request_manager.h" + > + </File> + <File + RelativePath=".\download_exe.cc" + > + </File> + <File + RelativePath=".\download_file.cc" + > + </File> + <File + RelativePath=".\download_file.h" + > + </File> + <File + RelativePath=".\download_item_model.cc" + > + </File> + <File + RelativePath=".\download_item_model.h" + > + </File> + <File + RelativePath=".\download_manager.cc" + > + </File> + <File + RelativePath=".\download_manager.h" + > + </File> + <File + RelativePath=".\download_util.cc" + > + </File> + <File + RelativePath=".\download_util.h" + > + </File> + <File + RelativePath=".\fav_icon_helper.cc" + > + </File> + <File + RelativePath=".\fav_icon_helper.h" + > + </File> + <File + RelativePath=".\first_run.cc" + > + </File> + <File + RelativePath=".\first_run.h" + > + </File> + <File + RelativePath=".\google_url_tracker.cc" + > + </File> + <File + RelativePath=".\google_url_tracker.h" + > + </File> + <File + RelativePath=".\google_util.cc" + > + </File> + <File + RelativePath=".\google_util.h" + > + </File> + <File + RelativePath=".\icon_loader.cc" + > + </File> + <File + RelativePath=".\icon_loader.h" + > + </File> + <File + RelativePath=".\icon_manager.cc" + > + </File> + <File + RelativePath=".\icon_manager.h" + > + </File> + <File + RelativePath=".\ime_input.cc" + > + </File> + <File + RelativePath=".\ime_input.h" + > + </File> + <File + RelativePath=".\jankometer.cc" + > + </File> + <File + RelativePath=".\jankometer.h" + > + </File> + <File + RelativePath=".\memory_details.cc" + > + </File> + <File + RelativePath=".\memory_details.h" + > + </File> + <File + RelativePath=".\meta_table_helper.cc" + > + </File> + <File + RelativePath=".\meta_table_helper.h" + > + </File> + <File + RelativePath=".\metrics_log.cc" + > + </File> + <File + RelativePath=".\metrics_log.h" + > + </File> + <File + RelativePath=".\metrics_response.cc" + > + </File> + <File + RelativePath=".\metrics_response.h" + > + </File> + <File + RelativePath=".\metrics_service.cc" + > + </File> + <File + RelativePath=".\metrics_service.h" + > + </File> + <File + RelativePath=".\plugin_process_host.cc" + > + </File> + <File + RelativePath=".\plugin_process_host.h" + > + </File> + <File + RelativePath=".\plugin_process_info.h" + > + </File> + <File + RelativePath=".\plugin_service.cc" + > + </File> + <File + RelativePath=".\plugin_service.h" + > + </File> + <File + RelativePath="..\tools\build\win\precompiled_wtl.cc" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + ExcludedFromBuild="true" + > + <Tool + Name="VCCLCompilerTool" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\tools\build\win\precompiled_wtl.h" + > + </File> + <File + RelativePath=".\profile.cc" + > + </File> + <File + RelativePath=".\profile.h" + > + </File> + <File + RelativePath=".\profile_manager.cc" + > + </File> + <File + RelativePath=".\profile_manager.h" + > + </File> + <File + RelativePath=".\render_process_host.cc" + > + </File> + <File + RelativePath=".\render_process_host.h" + > + </File> + <File + RelativePath=".\render_view_host.cc" + > + </File> + <File + RelativePath=".\render_view_host.h" + > + </File> + <File + RelativePath=".\render_view_host_delegate.h" + > + </File> + <File + RelativePath=".\render_widget_helper.cc" + > + </File> + <File + RelativePath=".\render_widget_helper.h" + > + </File> + <File + RelativePath=".\render_widget_host.cc" + > + </File> + <File + RelativePath=".\render_widget_host.h" + > + </File> + <File + RelativePath=".\render_widget_host_hwnd.cc" + > + </File> + <File + RelativePath=".\render_widget_host_hwnd.h" + > + </File> + <File + RelativePath=".\render_widget_host_view.h" + > + </File> + <File + RelativePath=".\resource_dispatcher_host.cc" + > + </File> + <File + RelativePath=".\resource_dispatcher_host.h" + > + </File> + <File + RelativePath=".\resource_message_filter.cc" + > + </File> + <File + RelativePath=".\resource_message_filter.h" + > + </File> + <File + RelativePath=".\resource_request_details.h" + > + </File> + <File + RelativePath=".\save_file.cc" + > + </File> + <File + RelativePath=".\save_file.h" + > + </File> + <File + RelativePath=".\save_file_manager.cc" + > + </File> + <File + RelativePath=".\save_file_manager.h" + > + </File> + <File + RelativePath=".\save_item.cc" + > + </File> + <File + RelativePath=".\save_item.h" + > + </File> + <File + RelativePath=".\save_package.cc" + > + </File> + <File + RelativePath=".\save_package.h" + > + </File> + <File + RelativePath=".\save_page_model.cc" + > + </File> + <File + RelativePath=".\save_page_model.h" + > + </File> + <File + RelativePath=".\save_types.h" + > + </File> + <File + RelativePath=".\session_crashed_view.cc" + > + </File> + <File + RelativePath=".\session_crashed_view.h" + > + </File> + <File + RelativePath=".\session_restore.cc" + > + </File> + <File + RelativePath=".\session_restore.h" + > + </File> + <File + RelativePath=".\session_startup_pref.cc" + > + </File> + <File + RelativePath=".\session_startup_pref.h" + > + </File> + <File + RelativePath=".\shell_dialogs.h" + > + </File> + <File + RelativePath=".\shell_integration.cc" + > + </File> + <File + RelativePath=".\shell_integration.h" + > + </File> + <File + RelativePath=".\site_instance.cc" + > + </File> + <File + RelativePath=".\site_instance.h" + > + </File> + <File + RelativePath=".\spellcheck_worditerator.cc" + > + </File> + <File + RelativePath=".\spellcheck_worditerator.h" + > + </File> + <File + RelativePath=".\spellchecker.cc" + > + </File> + <File + RelativePath=".\spellchecker.h" + > + </File> + <File + RelativePath=".\template_url.cc" + > + </File> + <File + RelativePath=".\template_url.h" + > + </File> + <File + RelativePath=".\template_url_fetcher.cc" + > + </File> + <File + RelativePath=".\template_url_fetcher.h" + > + </File> + <File + RelativePath=".\template_url_model.cc" + > + </File> + <File + RelativePath=".\template_url_model.h" + > + </File> + <File + RelativePath=".\template_url_parser.cc" + > + </File> + <File + RelativePath=".\template_url_parser.h" + > + </File> + <File + RelativePath=".\template_url_prepopulate_data.cc" + > + </File> + <File + RelativePath=".\template_url_prepopulate_data.h" + > + </File> + <File + RelativePath=".\url_fetcher.cc" + > + </File> + <File + RelativePath=".\url_fetcher.h" + > + </File> + <File + RelativePath=".\url_fetcher_protect.cc" + > + </File> + <File + RelativePath=".\url_fetcher_protect.h" + > + </File> + <File + RelativePath=".\url_fixer_upper.cc" + > + </File> + <File + RelativePath=".\url_fixer_upper.h" + > + </File> + <File + RelativePath=".\user_metrics.cc" + > + </File> + <File + RelativePath=".\user_metrics.h" + > + </File> + <File + RelativePath=".\visitedlink_master.cc" + > + </File> + <File + RelativePath=".\visitedlink_master.h" + > + </File> + <File + RelativePath=".\web_app.cc" + > + </File> + <File + RelativePath=".\web_app.h" + > + </File> + <File + RelativePath=".\web_app_launcher.cc" + > + </File> + <File + RelativePath=".\web_app_launcher.h" + > + </File> + </Filter> + <Filter + Name="Bookmark Bar" + > + <File + RelativePath=".\bookmark_bar_model.cc" + > + </File> + <File + RelativePath=".\bookmark_bar_model.h" + > + </File> + <File + RelativePath=".\bookmark_drag_data.cc" + > + </File> + <File + RelativePath=".\bookmark_drag_data.h" + > + </File> + </Filter> + <Filter + Name="Tab Contents" + > + <File + RelativePath=".\about_internets_status_view.cc" + > + </File> + <File + RelativePath=".\about_internets_status_view.h" + > + </File> + <File + RelativePath=".\constrained_window.h" + > + </File> + <File + RelativePath=".\ipc_status_view.cc" + > + </File> + <File + RelativePath=".\ipc_status_view.h" + > + </File> + <File + RelativePath=".\navigation_performance_viewer.cc" + > + </File> + <File + RelativePath=".\navigation_performance_viewer.h" + > + </File> + <File + RelativePath=".\navigation_profiler.cc" + > + </File> + <File + RelativePath=".\navigation_profiler.h" + > + </File> + <File + RelativePath=".\network_status_view.cc" + > + </File> + <File + RelativePath=".\network_status_view.h" + > + </File> + <File + RelativePath=".\page_load_tracker.cc" + > + </File> + <File + RelativePath=".\page_load_tracker.h" + > + </File> + <File + RelativePath=".\page_navigator.h" + > + </File> + <File + RelativePath=".\render_view_context_menu.cc" + > + </File> + <File + RelativePath=".\render_view_context_menu.h" + > + </File> + <File + RelativePath=".\render_view_context_menu_controller.cc" + > + </File> + <File + RelativePath=".\render_view_context_menu_controller.h" + > + </File> + <File + RelativePath=".\security_style.h" + > + </File> + <File + RelativePath=".\ssl_error_info.cc" + > + </File> + <File + RelativePath=".\ssl_error_info.h" + > + </File> + <File + RelativePath=".\ssl_manager.cc" + > + </File> + <File + RelativePath=".\ssl_manager.h" + > + </File> + <File + RelativePath=".\status_view.cc" + > + </File> + <File + RelativePath=".\status_view.h" + > + </File> + <File + RelativePath=".\tab_contents.cc" + > + </File> + <File + RelativePath=".\tab_contents.h" + > + </File> + <File + RelativePath=".\tab_contents_delegate.h" + > + </File> + <File + RelativePath=".\tab_contents_factory.cc" + > + </File> + <File + RelativePath=".\tab_util.cc" + > + </File> + <File + RelativePath=".\tab_util.h" + > + </File> + <File + RelativePath=".\view_source_contents.cc" + > + </File> + <File + RelativePath=".\view_source_contents.h" + > + </File> + <File + RelativePath=".\web_contents.cc" + > + </File> + <File + RelativePath=".\web_contents.h" + > + </File> + </Filter> + <Filter + Name="Browser Window" + > + <File + RelativePath=".\app_modal_dialog_queue.cc" + > + </File> + <File + RelativePath=".\app_modal_dialog_queue.h" + > + </File> + <File + RelativePath=".\back_forward_menu_model.cc" + > + </File> + <File + RelativePath=".\back_forward_menu_model.h" + > + </File> + <File + RelativePath=".\browser.cc" + > + </File> + <File + RelativePath=".\browser.h" + > + </File> + <File + RelativePath=".\browser_commands.cc" + > + </File> + <File + RelativePath=".\browser_list.cc" + > + </File> + <File + RelativePath=".\browser_list.h" + > + </File> + <File + RelativePath=".\browser_type.h" + > + </File> + <File + RelativePath=".\chrome_frame.cc" + > + </File> + <File + RelativePath=".\chrome_frame.h" + > + </File> + <File + RelativePath=".\controller.cc" + > + </File> + <File + RelativePath=".\controller.h" + > + </File> + <File + RelativePath=".\find_in_page_controller.cc" + > + </File> + <File + RelativePath=".\find_in_page_controller.h" + > + </File> + <File + RelativePath=".\find_in_page_view.cc" + > + </File> + <File + RelativePath=".\find_in_page_view.h" + > + </File> + <File + RelativePath=".\find_notification_details.h" + > + </File> + <File + RelativePath=".\frame_view.cc" + > + </File> + <File + RelativePath=".\frame_view.h" + > + </File> + <File + RelativePath=".\js_before_unload_handler.cc" + > + </File> + <File + RelativePath=".\js_before_unload_handler.h" + > + </File> + <File + RelativePath=".\jsmessage_box_handler.cc" + > + </File> + <File + RelativePath=".\jsmessage_box_handler.h" + > + </File> + <File + RelativePath=".\load_from_memory_cache_details.h" + > + </File> + <File + RelativePath=".\load_notification_details.h" + > + </File> + <File + RelativePath=".\login_prompt.cc" + > + </File> + <File + RelativePath=".\login_prompt.h" + > + </File> + <File + RelativePath=".\navigation_controller.cc" + > + </File> + <File + RelativePath=".\navigation_controller.h" + > + </File> + <File + RelativePath=".\navigation_controller_base.cc" + > + </File> + <File + RelativePath=".\navigation_controller_base.h" + > + </File> + <File + RelativePath=".\navigation_entry.cc" + > + </File> + <File + RelativePath=".\navigation_entry.h" + > + </File> + <File + RelativePath=".\options_window.h" + > + </File> + <File + RelativePath=".\provisional_load_details.cc" + > + </File> + <File + RelativePath=".\provisional_load_details.h" + > + </File> + <File + RelativePath=".\repost_form_warning_dialog.cc" + > + </File> + <File + RelativePath=".\repost_form_warning_dialog.h" + > + </File> + <File + RelativePath=".\task_manager.cc" + > + </File> + <File + RelativePath=".\task_manager.h" + > + </File> + <File + RelativePath=".\task_manager_resource_providers.cc" + > + </File> + <File + RelativePath=".\task_manager_resource_providers.h" + > + </File> + <File + RelativePath=".\title_chomper.cc" + > + </File> + <File + RelativePath=".\title_chomper.h" + > + </File> + <File + RelativePath=".\web_app_icon_manager.cc" + > + </File> + <File + RelativePath=".\web_app_icon_manager.h" + > + </File> + <File + RelativePath=".\window_clipping_info.cc" + > + </File> + <File + RelativePath=".\window_clipping_info.h" + > + </File> + <File + RelativePath=".\window_sizer.cc" + > + </File> + <File + RelativePath=".\window_sizer.h" + > + </File> + </Filter> + <Filter + Name="Policy" + > + <File + RelativePath=".\renderer_security_policy.cc" + > + </File> + <File + RelativePath=".\renderer_security_policy.h" + > + </File> + <File + RelativePath=".\ssl_policy.cc" + > + </File> + <File + RelativePath=".\ssl_policy.h" + > + </File> + </Filter> + <Filter + Name="XPFrame" + > + <File + RelativePath=".\point_buffer.cc" + > + </File> + <File + RelativePath=".\point_buffer.h" + > + </File> + <File + RelativePath=".\simple_xp_frame.cc" + > + </File> + <File + RelativePath=".\simple_xp_frame.h" + > + </File> + <File + RelativePath=".\xp_frame.cc" + > + </File> + <File + RelativePath=".\xp_frame.h" + > + </File> + </Filter> + <Filter + Name="Views (Browser Window)" + > + <File + RelativePath=".\views\about_chrome_view.cc" + > + </File> + <File + RelativePath=".\views\about_chrome_view.h" + > + </File> + <File + RelativePath=".\views\bookmark_bar_view.cc" + > + </File> + <File + RelativePath=".\views\bookmark_bar_view.h" + > + </File> + <File + RelativePath=".\views\bookmark_bubble_view.cc" + > + </File> + <File + RelativePath=".\views\bookmark_bubble_view.h" + > + </File> + <File + RelativePath=".\views\bookmark_editor_view.cc" + > + </File> + <File + RelativePath=".\views\bookmark_editor_view.h" + > + </File> + <File + RelativePath=".\views\bug_report_view.cc" + > + </File> + <File + RelativePath=".\views\bug_report_view.h" + > + </File> + <File + RelativePath=".\views\clear_browsing_data.cc" + > + </File> + <File + RelativePath=".\views\clear_browsing_data.h" + > + </File> + <File + RelativePath=".\views\constrained_window_animation.cc" + > + </File> + <File + RelativePath=".\views\constrained_window_animation.h" + > + </File> + <File + RelativePath=".\views\constrained_window_impl.cc" + > + </File> + <File + RelativePath=".\views\constrained_window_impl.h" + > + </File> + <File + RelativePath=".\views\delay_view.cc" + > + </File> + <File + RelativePath=".\views\delay_view.h" + > + </File> + <File + RelativePath=".\views\dom_view.h" + > + </File> + <File + RelativePath=".\views\download_item_view.cc" + > + </File> + <File + RelativePath=".\views\download_item_view.h" + > + </File> + <File + RelativePath=".\views\download_shelf_view.cc" + > + </File> + <File + RelativePath=".\views\download_shelf_view.h" + > + </File> + <File + RelativePath=".\views\download_started_animation.cc" + > + </File> + <File + RelativePath=".\views\download_started_animation.h" + > + </File> + <File + RelativePath=".\views\edit_keyword_controller.cc" + > + </File> + <File + RelativePath=".\views\edit_keyword_controller.h" + > + </File> + <File + RelativePath=".\views\event_utils.cc" + > + </File> + <File + RelativePath=".\views\event_utils.cc" + > + </File> + <File + RelativePath=".\views\event_utils.h" + > + </File> + <File + RelativePath=".\views\event_utils.h" + > + </File> + <File + RelativePath=".\external_protocol_dialog.cc" + > + </File> + <File + RelativePath=".\external_protocol_dialog.h" + > + </File> + <File + RelativePath=".\views\first_run_bubble.cc" + > + </File> + <File + RelativePath=".\views\first_run_bubble.h" + > + </File> + <File + RelativePath=".\views\first_run_customize_view.cc" + > + </File> + <File + RelativePath=".\views\first_run_customize_view.h" + > + </File> + <File + RelativePath=".\views\first_run_view.cc" + > + </File> + <File + RelativePath=".\views\first_run_view.h" + > + </File> + <File + RelativePath=".\views\first_run_view_base.cc" + > + </File> + <File + RelativePath=".\views\first_run_view_base.h" + > + </File> + <File + RelativePath=".\views\go_button.cc" + > + </File> + <File + RelativePath=".\views\go_button.h" + > + </File> + <File + RelativePath=".\views\hung_renderer_view.cc" + > + </File> + <File + RelativePath=".\views\hung_renderer_view.h" + > + </File> + <File + RelativePath=".\views\importer_lock_view.cc" + > + </File> + <File + RelativePath=".\views\importer_lock_view.h" + > + </File> + <File + RelativePath=".\views\importer_view.cc" + > + </File> + <File + RelativePath=".\views\importer_view.h" + > + </File> + <File + RelativePath=".\views\importing_progress_view.cc" + > + </File> + <File + RelativePath=".\views\importing_progress_view.h" + > + </File> + <File + RelativePath=".\views\info_bubble.cc" + > + </File> + <File + RelativePath=".\views\info_bubble.h" + > + </File> + <File + RelativePath=".\views\input_window.cc" + > + </File> + <File + RelativePath=".\views\input_window.h" + > + </File> + <File + RelativePath=".\views\keyword_editor_view.cc" + > + </File> + <File + RelativePath=".\views\keyword_editor_view.h" + > + </File> + <File + RelativePath=".\views\location_bar_view.cc" + > + </File> + <File + RelativePath=".\views\location_bar_view.h" + > + </File> + <File + RelativePath=".\views\login_view.cc" + > + </File> + <File + RelativePath=".\views\login_view.h" + > + </File> + <File + RelativePath=".\views\password_manager_view.cc" + > + </File> + <File + RelativePath=".\views\password_manager_view.h" + > + </File> + <File + RelativePath=".\views\sad_tab_view.cc" + > + </File> + <File + RelativePath=".\views\sad_tab_view.h" + > + </File> + <File + RelativePath=".\views\shelf_item_dialog.cc" + > + </File> + <File + RelativePath=".\views\shelf_item_dialog.h" + > + </File> + <File + RelativePath=".\views\shell_dialogs.cc" + > + </File> + <File + RelativePath=".\views\star_toggle.cc" + > + </File> + <File + RelativePath=".\views\star_toggle.h" + > + </File> + <File + RelativePath=".\views\status_bubble.cc" + > + </File> + <File + RelativePath=".\views\status_bubble.h" + > + </File> + <File + RelativePath=".\views\theme_helpers.cc" + > + </File> + <File + RelativePath=".\views\theme_helpers.h" + > + </File> + <File + RelativePath=".\views\toolbar_star_toggle.cc" + > + </File> + <File + RelativePath=".\views\toolbar_star_toggle.h" + > + </File> + <File + RelativePath=".\views\toolbar_view.cc" + > + </File> + <File + RelativePath=".\views\toolbar_view.h" + > + </File> + <Filter + Name="Info Bars" + > + <File + RelativePath=".\views\info_bar_alternate_nav_url_view.cc" + > + </File> + <File + RelativePath=".\views\info_bar_alternate_nav_url_view.h" + > + </File> + <File + RelativePath=".\views\info_bar_confirm_view.cc" + > + </File> + <File + RelativePath=".\views\info_bar_confirm_view.h" + > + </File> + <File + RelativePath=".\views\info_bar_item_view.cc" + > + </File> + <File + RelativePath=".\views\info_bar_item_view.h" + > + </File> + <File + RelativePath=".\views\info_bar_message_view.cc" + > + </File> + <File + RelativePath=".\views\info_bar_message_view.h" + > + </File> + <File + RelativePath=".\views\info_bar_view.cc" + > + </File> + <File + RelativePath=".\views\info_bar_view.h" + > + </File> + <File + RelativePath=".\views\tab_icon_view.cc" + > + </File> + <File + RelativePath=".\views\tab_icon_view.h" + > + </File> + </Filter> + <Filter + Name="Options" + > + <File + RelativePath=".\views\options\advanced_contents_view.cc" + > + </File> + <File + RelativePath=".\views\options\advanced_contents_view.h" + > + </File> + <File + RelativePath=".\views\options\advanced_page_view.cc" + > + </File> + <File + RelativePath=".\views\options\advanced_page_view.h" + > + </File> + <File + RelativePath=".\views\options\content_page_view.cc" + > + </File> + <File + RelativePath=".\views\options\content_page_view.h" + > + </File> + <File + RelativePath=".\views\options\cookies_view.cc" + > + </File> + <File + RelativePath=".\views\options\cookies_view.h" + > + </File> + <File + RelativePath=".\views\options\fonts_languages_window_view.cc" + > + </File> + <File + RelativePath=".\views\options\fonts_languages_window_view.h" + > + </File> + <File + RelativePath=".\views\options\fonts_page_view.cc" + > + </File> + <File + RelativePath=".\views\options\fonts_page_view.h" + > + </File> + <File + RelativePath=".\views\options\general_page_view.cc" + > + </File> + <File + RelativePath=".\views\options\general_page_view.h" + > + </File> + <File + RelativePath=".\views\options\language_combobox_model.cc" + > + </File> + <File + RelativePath=".\views\options\language_combobox_model.h" + > + </File> + <File + RelativePath=".\views\options\languages_page_view.cc" + > + </File> + <File + RelativePath=".\views\options\languages_page_view.h" + > + </File> + <File + RelativePath=".\views\options\options_group_view.cc" + > + </File> + <File + RelativePath=".\views\options\options_group_view.h" + > + </File> + <File + RelativePath=".\views\options\options_page_view.cc" + > + </File> + <File + RelativePath=".\views\options\options_page_view.h" + > + </File> + <File + RelativePath=".\views\options\options_window_view.cc" + > + </File> + </Filter> + </Filter> + <Filter + Name="Destination" + > + <File + RelativePath=".\base_history_model.cc" + > + </File> + <File + RelativePath=".\base_history_model.h" + > + </File> + <File + RelativePath=".\download_tab_view.cc" + > + </File> + <File + RelativePath=".\download_tab_view.h" + > + </File> + <File + RelativePath=".\history_model.cc" + > + </File> + <File + RelativePath=".\history_model.h" + > + </File> + <File + RelativePath=".\history_view.cc" + > + </File> + <File + RelativePath=".\history_view.h" + > + </File> + </Filter> + <Filter + Name="Automation" + > + <File + RelativePath=".\automation\automation_autocomplete_edit_tracker.h" + > + </File> + <File + RelativePath=".\automation\automation_browser_tracker.h" + > + </File> + <File + RelativePath=".\automation\automation_constrained_window_tracker.h" + > + </File> + <File + RelativePath=".\automation\automation_provider.cc" + > + </File> + <File + RelativePath=".\automation\automation_provider.h" + > + </File> + <File + RelativePath=".\automation\automation_provider_list.cc" + > + </File> + <File + RelativePath=".\automation\automation_provider_list.h" + > + </File> + <File + RelativePath=".\automation\automation_resource_tracker.cc" + > + </File> + <File + RelativePath=".\automation\automation_resource_tracker.h" + > + </File> + <File + RelativePath=".\automation\automation_tab_tracker.h" + > + </File> + <File + RelativePath=".\automation\automation_window_tracker.h" + > + </File> + <File + RelativePath=".\automation\ui_controls.cc" + > + </File> + <File + RelativePath=".\automation\ui_controls.h" + > + </File> + <File + RelativePath=".\automation\url_request_failed_dns_job.cc" + > + </File> + <File + RelativePath=".\automation\url_request_failed_dns_job.h" + > + </File> + <File + RelativePath=".\automation\url_request_mock_http_job.cc" + > + </File> + <File + RelativePath=".\automation\url_request_mock_http_job.h" + > + </File> + <File + RelativePath=".\automation\url_request_mock_net_error_job.cc" + > + </File> + <File + RelativePath=".\automation\url_request_mock_net_error_job.h" + > + </File> + <File + RelativePath=".\automation\url_request_slow_download_job.cc" + > + </File> + <File + RelativePath=".\automation\url_request_slow_download_job.h" + > + </File> + <File + RelativePath=".\view_ids.h" + > + </File> + </Filter> + <Filter + Name="History" + > + <File + RelativePath=".\history\archived_database.cc" + > + </File> + <File + RelativePath=".\history\archived_database.h" + > + </File> + <File + RelativePath=".\history\download_database.cc" + > + </File> + <File + RelativePath=".\history\download_database.h" + > + </File> + <File + RelativePath=".\history\download_types.h" + > + </File> + <File + RelativePath=".\history\expire_history_backend.cc" + > + </File> + <File + RelativePath=".\history\expire_history_backend.h" + > + </File> + <File + RelativePath=".\history\history.cc" + > + </File> + <File + RelativePath=".\history\history.h" + > + </File> + <File + RelativePath=".\history\history_backend.cc" + > + </File> + <File + RelativePath=".\history\history_backend.h" + > + </File> + <File + RelativePath=".\history\history_database.cc" + > + </File> + <File + RelativePath=".\history\history_database.h" + > + </File> + <File + RelativePath=".\history\history_marshaling.h" + > + </File> + <File + RelativePath=".\history\history_notifications.h" + > + </File> + <File + RelativePath=".\history\history_types.cc" + > + </File> + <File + RelativePath=".\history\history_types.h" + > + </File> + <File + RelativePath=".\history\in_memory_database.cc" + > + </File> + <File + RelativePath=".\history\in_memory_database.h" + > + </File> + <File + RelativePath=".\history\in_memory_history_backend.cc" + > + </File> + <File + RelativePath=".\history\in_memory_history_backend.h" + > + </File> + <File + RelativePath=".\history\page_usage_data.cc" + > + </File> + <File + RelativePath=".\history\page_usage_data.h" + > + </File> + <File + RelativePath=".\history\query_parser.cc" + > + </File> + <File + RelativePath=".\history\query_parser.h" + > + </File> + <File + RelativePath=".\history\snippet.cc" + > + </File> + <File + RelativePath=".\history\snippet.h" + > + </File> + <File + RelativePath=".\history\starred_url_database.cc" + > + </File> + <File + RelativePath=".\history\starred_url_database.h" + > + </File> + <File + RelativePath=".\history\text_database.cc" + > + </File> + <File + RelativePath=".\history\text_database.h" + > + </File> + <File + RelativePath=".\history\text_database_manager.cc" + > + </File> + <File + RelativePath=".\history\text_database_manager.h" + > + </File> + <File + RelativePath=".\history\thumbnail_database.cc" + > + </File> + <File + RelativePath=".\history\thumbnail_database.h" + > + </File> + <File + RelativePath=".\history\url_database.cc" + > + </File> + <File + RelativePath=".\history\url_database.h" + > + </File> + <File + RelativePath=".\history\visit_database.cc" + > + </File> + <File + RelativePath=".\history\visit_database.h" + > + </File> + <File + RelativePath=".\history\visit_tracker.cc" + > + </File> + <File + RelativePath=".\history\visit_tracker.h" + > + </File> + <File + RelativePath=".\history\visitsegment_database.cc" + > + </File> + <File + RelativePath=".\history\visitsegment_database.h" + > + </File> + <Filter + Name="HangMonitor" + > + <File + RelativePath=".\hang_monitor\hung_plugin_action.cc" + > + </File> + <File + RelativePath=".\hang_monitor\hung_plugin_action.h" + > + </File> + <File + RelativePath=".\hang_monitor\hung_window_detector.cc" + > + </File> + <File + RelativePath=".\hang_monitor\hung_window_detector.h" + > + </File> + </Filter> + </Filter> + <Filter + Name="Sessions and Tab Restore" + > + <File + RelativePath=".\session_backend.cc" + > + </File> + <File + RelativePath=".\session_backend.h" + > + </File> + <File + RelativePath=".\session_service.cc" + > + </File> + <File + RelativePath=".\session_service.h" + > + </File> + <File + RelativePath=".\tab_restore_service.cc" + > + </File> + <File + RelativePath=".\tab_restore_service.h" + > + </File> + </Filter> + <Filter + Name="VistaFrame" + > + <File + RelativePath=".\simple_vista_frame.cc" + > + </File> + <File + RelativePath=".\simple_vista_frame.h" + > + </File> + <File + RelativePath=".\vista_frame.cc" + > + </File> + <File + RelativePath=".\vista_frame.h" + > + </File> + </Filter> + <Filter + Name="WebData" + > + <File + RelativePath=".\encryptor.cc" + > + </File> + <File + RelativePath=".\encryptor.h" + > + </File> + <File + RelativePath=".\webdata\web_data_service.cc" + > + </File> + <File + RelativePath=".\webdata\web_data_service.h" + > + </File> + <File + RelativePath=".\webdata\web_database.cc" + > + </File> + <File + RelativePath=".\webdata\web_database.h" + > + </File> + </Filter> + <Filter + Name="Wizard" + > + <File + RelativePath=".\wizard\wizard.cc" + > + </File> + <File + RelativePath=".\wizard\wizard.h" + > + </File> + <File + RelativePath=".\wizard\wizard_step.h" + > + </File> + </Filter> + <Filter + Name="Drag & Drop" + > + <File + RelativePath=".\drag_utils.cc" + > + </File> + <File + RelativePath=".\drag_utils.h" + > + </File> + <File + RelativePath=".\web_drag_source.cc" + > + </File> + <File + RelativePath=".\web_drag_source.h" + > + </File> + <File + RelativePath=".\web_drop_target.cc" + > + </File> + <File + RelativePath=".\web_drop_target.h" + > + </File> + </Filter> + <Filter + Name="Tab Strip" + > + <File + RelativePath=".\tabs\dragged_tab_controller.cc" + > + </File> + <File + RelativePath=".\tabs\dragged_tab_controller.h" + > + </File> + <File + RelativePath=".\tabs\dragged_tab_view.cc" + > + </File> + <File + RelativePath=".\tabs\dragged_tab_view.h" + > + </File> + <File + RelativePath=".\tabs\hwnd_photobooth.cc" + > + </File> + <File + RelativePath=".\tabs\hwnd_photobooth.h" + > + </File> + <File + RelativePath=".\tabs\tab.cc" + > + </File> + <File + RelativePath=".\tabs\tab.h" + > + </File> + <File + RelativePath=".\tabs\tab_renderer.cc" + > + </File> + <File + RelativePath=".\tabs\tab_renderer.h" + > + </File> + <File + RelativePath=".\tabs\tab_strip.cc" + > + </File> + <File + RelativePath=".\tabs\tab_strip.h" + > + </File> + <File + RelativePath=".\tabs\tab_strip_model.cc" + > + </File> + <File + RelativePath=".\tabs\tab_strip_model.h" + > + </File> + <File + RelativePath=".\tabs\tab_strip_model_order_controller.cc" + > + </File> + <File + RelativePath=".\tabs\tab_strip_model_order_controller.h" + > + </File> + </Filter> + <Filter + Name="Printing" + > + <File + RelativePath=".\printing\page_number.cc" + > + </File> + <File + RelativePath=".\printing\page_number.h" + > + </File> + <File + RelativePath=".\printing\page_overlays.cc" + > + </File> + <File + RelativePath=".\printing\page_overlays.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_job.cc" + > + </File> + <File + RelativePath=".\printing\print_job.h" + > + </File> + <File + RelativePath=".\printing\print_job_manager.cc" + > + </File> + <File + RelativePath=".\printing\print_job_manager.h" + > + </File> + <File + RelativePath=".\printing\print_job_worker.cc" + > + </File> + <File + RelativePath=".\printing\print_job_worker.h" + > + </File> + <File + RelativePath=".\printing\print_job_worker_owner.h" + > + </File> + <File + RelativePath=".\printing\print_settings.cc" + > + </File> + <File + RelativePath=".\printing\print_settings.h" + > + </File> + <File + RelativePath=".\printing\print_view_manager.cc" + > + </File> + <File + RelativePath=".\printing\print_view_manager.h" + > + </File> + <File + RelativePath=".\printing\printed_document.cc" + > + </File> + <File + RelativePath=".\printing\printed_document.h" + > + </File> + <File + RelativePath=".\printing\printed_page.cc" + > + </File> + <File + RelativePath=".\printing\printed_page.h" + > + </File> + <File + RelativePath=".\printing\printed_pages_source.h" + > + </File> + <File + RelativePath=".\printing\printer_query.cc" + > + </File> + <File + RelativePath=".\printing\printer_query.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="Sandbox" + > + <File + RelativePath=".\sandbox_policy.cc" + > + </File> + <File + RelativePath=".\sandbox_policy.h" + > + </File> + </Filter> + <Filter + Name="Password Manager" + > + <File + RelativePath=".\ie7_password.cc" + > + </File> + <File + RelativePath=".\ie7_password.h" + > + </File> + <File + RelativePath=".\password_form_manager.cc" + > + </File> + <File + RelativePath=".\password_form_manager.h" + > + </File> + <File + RelativePath=".\password_manager.cc" + > + </File> + <File + RelativePath=".\password_manager.h" + > + </File> + </Filter> + <Filter + Name="External Tab" + > + <File + RelativePath=".\external_tab_container.cc" + > + </File> + <File + RelativePath=".\external_tab_container.h" + > + </File> + </Filter> + <Filter + Name="DOM UI" + > + <File + RelativePath=".\dom_ui\chrome_url_data_manager.cc" + > + </File> + <File + RelativePath=".\dom_ui\chrome_url_data_manager.h" + > + </File> + <File + RelativePath=".\dom_ui\dom_ui_host.cc" + > + </File> + <File + RelativePath=".\dom_ui\dom_ui_host.h" + > + </File> + <File + RelativePath=".\dom_ui\html_dialog_contents.cc" + > + </File> + <File + RelativePath=".\dom_ui\html_dialog_contents.h" + > + </File> + <File + RelativePath=".\dom_ui\new_tab_ui.cc" + > + </File> + <File + RelativePath=".\dom_ui\new_tab_ui.h" + > + </File> + </Filter> + <Filter + Name="NativeUI" + > + <File + RelativePath=".\history_tab_ui.cc" + > + </File> + <File + RelativePath=".\history_tab_ui.h" + > + </File> + <File + RelativePath=".\native_ui_contents.cc" + > + </File> + <File + RelativePath=".\native_ui_contents.h" + > + </File> + </Filter> + <Filter + Name="Net" + > + <File + RelativePath=".\net\dns_global.cc" + > + </File> + <File + RelativePath=".\net\dns_global.h" + > + </File> + <File + RelativePath=".\net\dns_host_info.cc" + > + </File> + <File + RelativePath=".\net\dns_host_info.h" + > + </File> + <File + RelativePath=".\net\dns_master.cc" + > + </File> + <File + RelativePath=".\net\dns_master.h" + > + </File> + <File + RelativePath=".\net\dns_slave.cc" + > + </File> + <File + RelativePath=".\net\dns_slave.h" + > + </File> + </Filter> + <Filter + Name="RLZ" + > + <File + RelativePath=".\rlz\rlz.cc" + > + </File> + <File + RelativePath=".\rlz\rlz.h" + > + </File> + </Filter> + <Filter + Name="Safe Browsing" + > + <File + RelativePath=".\safe_browsing\bloom_filter.cc" + > + </File> + <File + RelativePath=".\safe_browsing\bloom_filter.h" + > + </File> + <File + RelativePath=".\safe_browsing\chunk_range.cc" + > + </File> + <File + RelativePath=".\safe_browsing\chunk_range.h" + > + </File> + <File + RelativePath=".\safe_browsing\protocol_manager.cc" + > + </File> + <File + RelativePath=".\safe_browsing\protocol_manager.h" + > + </File> + <File + RelativePath=".\safe_browsing\protocol_parser.cc" + > + </File> + <File + RelativePath=".\safe_browsing\protocol_parser.h" + > + </File> + <File + RelativePath=".\safe_browsing\safe_browsing_blocking_page.cc" + > + </File> + <File + RelativePath=".\safe_browsing\safe_browsing_blocking_page.h" + > + </File> + <File + RelativePath=".\safe_browsing\safe_browsing_database.cc" + > + </File> + <File + RelativePath=".\safe_browsing\safe_browsing_database.h" + > + </File> + <File + RelativePath=".\safe_browsing\safe_browsing_service.cc" + > + </File> + <File + RelativePath=".\safe_browsing\safe_browsing_service.h" + > + </File> + <File + RelativePath=".\safe_browsing\safe_browsing_util.cc" + > + </File> + <File + RelativePath=".\safe_browsing\safe_browsing_util.h" + > + </File> + </Filter> + <File + RelativePath=".\cert_store.cc" + > + </File> + <File + RelativePath=".\cert_store.h" + > + </File> + <File + RelativePath=".\chrome_plugin_browsing_context.cc" + > + </File> + <File + RelativePath=".\chrome_plugin_browsing_context.h" + > + </File> + <File + RelativePath=".\chrome_plugin_host.cc" + > + </File> + <File + RelativePath=".\encoding_menu_controller_delegate.cc" + > + </File> + <File + RelativePath=".\encoding_menu_controller_delegate.h" + > + </File> + <File + RelativePath=".\external_protocol_handler.cc" + > + </File> + <File + RelativePath=".\external_protocol_handler.h" + > + </File> + <File + RelativePath=".\firefox2_importer.cc" + > + </File> + <File + RelativePath=".\firefox2_importer.h" + > + </File> + <File + RelativePath=".\firefox3_importer.cc" + > + </File> + <File + RelativePath=".\firefox3_importer.h" + > + </File> + <File + RelativePath=".\firefox_importer_utils.cc" + > + </File> + <File + RelativePath=".\firefox_importer_utils.h" + > + </File> + <File + RelativePath=".\firefox_profile_lock.cc" + > + </File> + <File + RelativePath=".\firefox_profile_lock.h" + > + </File> + <File + RelativePath=".\gears_integration.cc" + > + </File> + <File + RelativePath=".\gears_integration.h" + > + </File> + <File + RelativePath=".\google_update.cc" + > + </File> + <File + RelativePath=".\google_update.h" + > + </File> + <File + RelativePath=".\views\html_dialog_view.cc" + > + </File> + <File + RelativePath=".\views\html_dialog_view.h" + > + </File> + <File + RelativePath=".\ie_importer.cc" + > + </File> + <File + RelativePath=".\ie_importer.h" + > + </File> + <File + RelativePath=".\importer.cc" + > + </File> + <File + RelativePath=".\importer.h" + > + </File> + <File + RelativePath=".\interstitial_page_delegate.h" + > + </File> + <File + RelativePath=".\modal_html_dialog_delegate.cc" + > + </File> + <File + RelativePath=".\modal_html_dialog_delegate.h" + > + </File> + <File + RelativePath=".\mork_reader.cc" + > + </File> + <File + RelativePath=".\mork_reader.h" + > + </File> + <File + RelativePath=".\page_info_window.cc" + > + </File> + <File + RelativePath=".\page_info_window.h" + > + </File> + <File + RelativePath=".\page_state.cc" + > + </File> + <File + RelativePath=".\page_state.h" + > + </File> + <File + RelativePath=".\plugin_installer.cc" + > + </File> + <File + RelativePath=".\plugin_installer.h" + > + </File> + <File + RelativePath=".\views\restart_message_box.cc" + > + </File> + <File + RelativePath=".\views\restart_message_box.h" + > + </File> + <File + RelativePath=".\ssl_blocking_page.cc" + > + </File> + <File + RelativePath=".\ssl_blocking_page.h" + > + </File> + <File + RelativePath=".\standard_layout.h" + > + </File> + <File + RelativePath=".\suspend_controller.cc" + > + </File> + <File + RelativePath=".\suspend_controller.h" + > + </File> + <File + RelativePath=".\tab_contents_container_view.cc" + > + </File> + <File + RelativePath=".\tab_contents_container_view.h" + > + </File> + <File + RelativePath=".\toolbar_model.cc" + > + </File> + <File + RelativePath=".\toolbar_model.h" + > + </File> + <File + RelativePath=".\user_data_dir_dialog.cc" + > + </File> + <File + RelativePath=".\user_data_dir_dialog.h" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |