diff options
author | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-13 14:27:54 +0000 |
---|---|---|
committer | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-13 14:27:54 +0000 |
commit | def969b7488c51105269ffd50e775ab4a46dd022 (patch) | |
tree | 55edb4f15ea9d48bc71c754be088484e9b89ab3c /chrome/browser/views | |
parent | 1cf1b34a696fcda6d8f84a31e372c0d85e7ef1ec (diff) | |
download | chromium_src-def969b7488c51105269ffd50e775ab4a46dd022.zip chromium_src-def969b7488c51105269ffd50e775ab4a46dd022.tar.gz chromium_src-def969b7488c51105269ffd50e775ab4a46dd022.tar.bz2 |
Split browser.lib (200 megs) into browser.lib(242 source files, 175 megs) and browser_views.lib(65 source files, 30 megs).
This will hopefully improve link time (well, not as much as I'd like) and will definitely help non-IB compilation parallelization.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@796 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views')
-rw-r--r-- | chrome/browser/views/SConscript | 149 | ||||
-rw-r--r-- | chrome/browser/views/browser_views.vcproj | 671 |
2 files changed, 820 insertions, 0 deletions
diff --git a/chrome/browser/views/SConscript b/chrome/browser/views/SConscript new file mode 100644 index 0000000..20ca3dd --- /dev/null +++ b/chrome/browser/views/SConscript @@ -0,0 +1,149 @@ +# Copyright 2008, Google Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are
+# met:
+#
+# * Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above
+# copyright notice, this list of conditions and the following disclaimer
+# in the documentation and/or other materials provided with the
+# distribution.
+# * Neither the name of Google Inc. nor the names of its
+# contributors may be used to endorse or promote products derived from
+# this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Import('env')
+
+env = env.Clone()
+
+
+env.Prepend(
+ CPPPATH = [
+ '$CHROME_DIR/app/resources',
+ #'$OBJ_ROOT/google_update',
+ '#/tools/build/win',
+ '#/..',
+ ],
+ CPPDEFINES = [
+ 'U_STATIC_IMPLEMENTATION',
+ 'USE_HUNSPELL',
+ 'HUNSPELL_CHROME_CLIENT',
+ 'LIBXML_STATIC',
+ 'PNG_USER_CONFIG',
+ 'CHROME_PNG_WRITE_SUPPORT',
+ ],
+ CCFLAGS = [
+ '/TP',
+ ],
+)
+
+env.Append(
+ CPPPATH = [
+ '$GTEST_DIR/include',
+
+ '$GOOGLE_UPDATE_DIR',
+ '$CHROME_DIR/third_party/hunspell/src/hunspell',
+ '$CHROME_DIR/third_party/wtl/include',
+ '$NPAPI_DIR',
+ '$LIBXML_DIR/scons/include',
+ '$LIBXML_DIR/include',
+ '$ICU38_DIR/public/common',
+ '$ICU38_DIR/public/i18n',
+ '$CHROME_DIR/app',
+ '$WEBKIT_DIR/build/localized_strings',
+ '$ZLIB_DIR',
+ '$SKIA_DIR/include',
+ '$SKIA_DIR/include/corecg',
+ '$SKIA_DIR/platform',
+ '$LIBPNG_DIR',
+ '$BREAKPAD_DIR/src',
+ ],
+)
+
+input_files = [
+ 'about_chrome_view.cc',
+ 'bookmark_bar_view.cc',
+ 'bookmark_bubble_view.cc',
+ 'bookmark_editor_view.cc',
+ 'bug_report_view.cc',
+ 'clear_browsing_data.cc',
+ 'constrained_window_animation.cc',
+ 'constrained_window_impl.cc',
+ 'delay_view.cc',
+ 'download_item_view.cc',
+ 'download_shelf_view.cc',
+ 'download_started_animation.cc',
+ 'edit_keyword_controller.cc',
+ 'event_utils.cc',
+ 'first_run_bubble.cc',
+ 'first_run_customize_view.cc',
+ 'first_run_view.cc',
+ 'first_run_view_base.cc',
+ 'frame/aero_glass_frame.cc',
+ 'frame/aero_glass_non_client_view.cc',
+ 'frame/browser_view.cc',
+ 'frame/browser_view2.cc',
+ 'frame/browser_window_factory.cc',
+ 'frame/opaque_frame.cc',
+ 'frame/opaque_non_client_view.cc',
+ 'go_button.cc',
+ 'html_dialog_view.cc',
+ 'hung_renderer_view.cc',
+ 'hwnd_html_view.cc',
+ 'importer_lock_view.cc',
+ 'importer_view.cc',
+ 'importing_progress_view.cc',
+ 'info_bar_alternate_nav_url_view.cc',
+ 'info_bar_confirm_view.cc',
+ 'info_bar_item_view.cc',
+ 'info_bar_message_view.cc',
+ 'info_bar_view.cc',
+ 'info_bubble.cc',
+ 'input_window.cc',
+ 'keyword_editor_view.cc',
+ 'location_bar_view.cc',
+ 'login_view.cc',
+ 'options/advanced_contents_view.cc',
+ 'options/advanced_page_view.cc',
+ 'options/content_page_view.cc',
+ 'options/cookies_view.cc',
+ 'options/fonts_languages_window_view.cc',
+ 'options/fonts_page_view.cc',
+ 'options/general_page_view.cc',
+ 'options/language_combobox_model.cc',
+ 'options/languages_page_view.cc',
+ 'options/options_group_view.cc',
+ 'options/options_page_view.cc',
+ 'options/options_window_view.cc',
+ 'password_manager_view.cc',
+ 'restart_message_box.cc',
+ 'sad_tab_view.cc',
+ 'shelf_item_dialog.cc',
+ 'shell_dialogs.cc',
+ 'star_toggle.cc',
+ 'status_bubble.cc',
+ 'tab_icon_view.cc',
+ 'theme_helpers.cc',
+ 'toolbar_star_toggle.cc',
+ 'toolbar_view.cc',
+]
+
+env.ChromeStaticLibrary('browser_views', input_files)
+
+
+SConscript('debugger/SConscript', exports=['env'])
diff --git a/chrome/browser/views/browser_views.vcproj b/chrome/browser/views/browser_views.vcproj new file mode 100644 index 0000000..b63141e --- /dev/null +++ b/chrome/browser/views/browser_views.vcproj @@ -0,0 +1,671 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="browser_views" + ProjectGUID="{FA537565-7B03-4FFC-AF15-F7A979B72E22}" + RootNamespace="Browser_views" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </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="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;$(SolutionDir)\tools\build\win\js_engine.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="Frame" + > + <File + RelativePath=".\frame\aero_glass_frame.cc" + > + </File> + <File + RelativePath=".\frame\aero_glass_frame.h" + > + </File> + <File + RelativePath=".\frame\aero_glass_non_client_view.cc" + > + </File> + <File + RelativePath=".\frame\aero_glass_non_client_view.h" + > + </File> + <File + RelativePath=".\frame\browser_frame.h" + > + </File> + <File + RelativePath=".\frame\browser_view.cc" + > + </File> + <File + RelativePath=".\frame\browser_view.h" + > + </File> + <File + RelativePath=".\frame\browser_view2.cc" + > + </File> + <File + RelativePath=".\frame\browser_view2.h" + > + </File> + <File + RelativePath=".\frame\browser_window_factory.cc" + > + </File> + <File + RelativePath=".\frame\opaque_frame.cc" + > + </File> + <File + RelativePath=".\frame\opaque_frame.h" + > + </File> + <File + RelativePath=".\frame\opaque_non_client_view.cc" + > + </File> + <File + RelativePath=".\frame\opaque_non_client_view.h" + > + </File> + </Filter> + <Filter + Name="Info Bars" + > + <File + RelativePath=".\info_bar_alternate_nav_url_view.cc" + > + </File> + <File + RelativePath=".\info_bar_alternate_nav_url_view.h" + > + </File> + <File + RelativePath=".\info_bar_confirm_view.cc" + > + </File> + <File + RelativePath=".\info_bar_confirm_view.h" + > + </File> + <File + RelativePath=".\info_bar_item_view.cc" + > + </File> + <File + RelativePath=".\info_bar_item_view.h" + > + </File> + <File + RelativePath=".\info_bar_message_view.cc" + > + </File> + <File + RelativePath=".\info_bar_message_view.h" + > + </File> + <File + RelativePath=".\info_bar_view.cc" + > + </File> + <File + RelativePath=".\info_bar_view.h" + > + </File> + <File + RelativePath=".\tab_icon_view.cc" + > + </File> + <File + RelativePath=".\tab_icon_view.h" + > + </File> + </Filter> + <Filter + Name="Options" + > + <File + RelativePath=".\options\advanced_contents_view.cc" + > + </File> + <File + RelativePath=".\options\advanced_contents_view.h" + > + </File> + <File + RelativePath=".\options\advanced_page_view.cc" + > + </File> + <File + RelativePath=".\options\advanced_page_view.h" + > + </File> + <File + RelativePath=".\options\content_page_view.cc" + > + </File> + <File + RelativePath=".\options\content_page_view.h" + > + </File> + <File + RelativePath=".\options\cookies_view.cc" + > + </File> + <File + RelativePath=".\options\cookies_view.h" + > + </File> + <File + RelativePath=".\options\fonts_languages_window_view.cc" + > + </File> + <File + RelativePath=".\options\fonts_languages_window_view.h" + > + </File> + <File + RelativePath=".\options\fonts_page_view.cc" + > + </File> + <File + RelativePath=".\options\fonts_page_view.h" + > + </File> + <File + RelativePath=".\options\general_page_view.cc" + > + </File> + <File + RelativePath=".\options\general_page_view.h" + > + </File> + <File + RelativePath=".\options\language_combobox_model.cc" + > + </File> + <File + RelativePath=".\options\language_combobox_model.h" + > + </File> + <File + RelativePath=".\options\languages_page_view.cc" + > + </File> + <File + RelativePath=".\options\languages_page_view.h" + > + </File> + <File + RelativePath=".\options\options_group_view.cc" + > + </File> + <File + RelativePath=".\options\options_group_view.h" + > + </File> + <File + RelativePath=".\options\options_page_view.cc" + > + </File> + <File + RelativePath=".\options\options_page_view.h" + > + </File> + <File + RelativePath=".\options\options_window_view.cc" + > + </File> + </Filter> + <File + RelativePath=".\about_chrome_view.cc" + > + </File> + <File + RelativePath=".\about_chrome_view.h" + > + </File> + <File + RelativePath=".\bookmark_bar_view.cc" + > + </File> + <File + RelativePath=".\bookmark_bar_view.h" + > + </File> + <File + RelativePath=".\bookmark_bubble_view.cc" + > + </File> + <File + RelativePath=".\bookmark_bubble_view.h" + > + </File> + <File + RelativePath=".\bookmark_editor_view.cc" + > + </File> + <File + RelativePath=".\bookmark_editor_view.h" + > + </File> + <File + RelativePath=".\bug_report_view.cc" + > + </File> + <File + RelativePath=".\bug_report_view.h" + > + </File> + <File + RelativePath=".\clear_browsing_data.cc" + > + </File> + <File + RelativePath=".\clear_browsing_data.h" + > + </File> + <File + RelativePath=".\constrained_window_animation.cc" + > + </File> + <File + RelativePath=".\constrained_window_animation.h" + > + </File> + <File + RelativePath=".\constrained_window_impl.cc" + > + </File> + <File + RelativePath=".\constrained_window_impl.h" + > + </File> + <File + RelativePath=".\delay_view.cc" + > + </File> + <File + RelativePath=".\delay_view.h" + > + </File> + <File + RelativePath=".\dom_view.h" + > + </File> + <File + RelativePath=".\download_item_view.cc" + > + </File> + <File + RelativePath=".\download_item_view.h" + > + </File> + <File + RelativePath=".\download_shelf_view.cc" + > + </File> + <File + RelativePath=".\download_shelf_view.h" + > + </File> + <File + RelativePath=".\download_started_animation.cc" + > + </File> + <File + RelativePath=".\download_started_animation.h" + > + </File> + <File + RelativePath=".\edit_keyword_controller.cc" + > + </File> + <File + RelativePath=".\edit_keyword_controller.h" + > + </File> + <File + RelativePath=".\event_utils.cc" + > + </File> + <File + RelativePath=".\event_utils.cc" + > + </File> + <File + RelativePath=".\event_utils.h" + > + </File> + <File + RelativePath=".\event_utils.h" + > + </File> + <File + RelativePath=".\first_run_bubble.cc" + > + </File> + <File + RelativePath=".\first_run_bubble.h" + > + </File> + <File + RelativePath=".\first_run_customize_view.cc" + > + </File> + <File + RelativePath=".\first_run_customize_view.h" + > + </File> + <File + RelativePath=".\first_run_view.cc" + > + </File> + <File + RelativePath=".\first_run_view.h" + > + </File> + <File + RelativePath=".\first_run_view_base.cc" + > + </File> + <File + RelativePath=".\first_run_view_base.h" + > + </File> + <File + RelativePath=".\go_button.cc" + > + </File> + <File + RelativePath=".\go_button.h" + > + </File> + <File + RelativePath=".\hung_renderer_view.cc" + > + </File> + <File + RelativePath=".\hung_renderer_view.h" + > + </File> + <File + RelativePath=".\hwnd_html_view.cc" + > + </File> + <File + RelativePath=".\hwnd_html_view.h" + > + </File> + <File + RelativePath=".\importer_lock_view.cc" + > + </File> + <File + RelativePath=".\importer_lock_view.h" + > + </File> + <File + RelativePath=".\importer_view.cc" + > + </File> + <File + RelativePath=".\importer_view.h" + > + </File> + <File + RelativePath=".\importing_progress_view.cc" + > + </File> + <File + RelativePath=".\importing_progress_view.h" + > + </File> + <File + RelativePath=".\info_bubble.cc" + > + </File> + <File + RelativePath=".\info_bubble.h" + > + </File> + <File + RelativePath=".\input_window.cc" + > + </File> + <File + RelativePath=".\input_window.h" + > + </File> + <File + RelativePath=".\keyword_editor_view.cc" + > + </File> + <File + RelativePath=".\keyword_editor_view.h" + > + </File> + <File + RelativePath=".\location_bar_view.cc" + > + </File> + <File + RelativePath=".\location_bar_view.h" + > + </File> + <File + RelativePath=".\login_view.cc" + > + </File> + <File + RelativePath=".\login_view.h" + > + </File> + <File + RelativePath=".\password_manager_view.cc" + > + </File> + <File + RelativePath=".\password_manager_view.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=".\sad_tab_view.cc" + > + </File> + <File + RelativePath=".\sad_tab_view.h" + > + </File> + <File + RelativePath=".\shelf_item_dialog.cc" + > + </File> + <File + RelativePath=".\shelf_item_dialog.h" + > + </File> + <File + RelativePath=".\shell_dialogs.cc" + > + </File> + <File + RelativePath=".\star_toggle.cc" + > + </File> + <File + RelativePath=".\star_toggle.h" + > + </File> + <File + RelativePath=".\status_bubble.cc" + > + </File> + <File + RelativePath=".\status_bubble.h" + > + </File> + <File + RelativePath=".\theme_helpers.cc" + > + </File> + <File + RelativePath=".\theme_helpers.h" + > + </File> + <File + RelativePath=".\toolbar_star_toggle.cc" + > + </File> + <File + RelativePath=".\toolbar_star_toggle.h" + > + </File> + <File + RelativePath=".\toolbar_view.cc" + > + </File> + <File + RelativePath=".\toolbar_view.h" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |