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/test | |
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/test')
-rw-r--r-- | chrome/test/interactive_ui/SConscript | 1 | ||||
-rw-r--r-- | chrome/test/memory_test/SConscript | 1 | ||||
-rw-r--r-- | chrome/test/page_cycler/SConscript | 1 | ||||
-rw-r--r-- | chrome/test/plugin/SConscript | 1 | ||||
-rw-r--r-- | chrome/test/reliability/SConscript | 1 | ||||
-rw-r--r-- | chrome/test/selenium/SConscript | 1 | ||||
-rw-r--r-- | chrome/test/startup/SConscript | 1 | ||||
-rw-r--r-- | chrome/test/tab_switching/SConscript | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/chrome/test/interactive_ui/SConscript b/chrome/test/interactive_ui/SConscript index 8b222a2..113291f 100644 --- a/chrome/test/interactive_ui/SConscript +++ b/chrome/test/interactive_ui/SConscript @@ -55,6 +55,7 @@ env_test.Prepend( 'base',
'base_gfx',
'browser',
+ 'browser_views',
'bzip2',
'common',
'googleurl',
diff --git a/chrome/test/memory_test/SConscript b/chrome/test/memory_test/SConscript index 348b752..7e113cd 100644 --- a/chrome/test/memory_test/SConscript +++ b/chrome/test/memory_test/SConscript @@ -50,6 +50,7 @@ env_test.Prepend( 'base',
'base_gfx',
'browser',
+ 'browser_views',
'common',
'googleurl',
'gtest',
diff --git a/chrome/test/page_cycler/SConscript b/chrome/test/page_cycler/SConscript index 86fbdbf..a21feaa 100644 --- a/chrome/test/page_cycler/SConscript +++ b/chrome/test/page_cycler/SConscript @@ -56,6 +56,7 @@ env_test.Prepend( 'zlib',
'modp_b64',
'browser',
+ 'browser_views',
'net',
'base',
'automation',
diff --git a/chrome/test/plugin/SConscript b/chrome/test/plugin/SConscript index 5cd5202..806b5b8 100644 --- a/chrome/test/plugin/SConscript +++ b/chrome/test/plugin/SConscript @@ -61,6 +61,7 @@ env_test.Prepend( 'zlib',
'modp_b64',
'browser',
+ 'browser_views',
'net',
'base',
'automation',
diff --git a/chrome/test/reliability/SConscript b/chrome/test/reliability/SConscript index 0963288..deb2b50 100644 --- a/chrome/test/reliability/SConscript +++ b/chrome/test/reliability/SConscript @@ -56,6 +56,7 @@ env_test.Prepend( 'common',
'zlib',
'browser',
+ 'browser_views',
'base',
'automation',
],
diff --git a/chrome/test/selenium/SConscript b/chrome/test/selenium/SConscript index c00c570..31785a1 100644 --- a/chrome/test/selenium/SConscript +++ b/chrome/test/selenium/SConscript @@ -55,6 +55,7 @@ env_test.Prepend( 'zlib',
'modp_b64',
'browser',
+ 'browser_views',
'net',
'base',
'automation',
diff --git a/chrome/test/startup/SConscript b/chrome/test/startup/SConscript index 7815551..4cce677 100644 --- a/chrome/test/startup/SConscript +++ b/chrome/test/startup/SConscript @@ -54,6 +54,7 @@ env_test.Prepend( 'common',
'zlib',
'browser',
+ 'browser_views',
'base',
'automation',
],
diff --git a/chrome/test/tab_switching/SConscript b/chrome/test/tab_switching/SConscript index 420583f..d5fc7e7 100644 --- a/chrome/test/tab_switching/SConscript +++ b/chrome/test/tab_switching/SConscript @@ -55,6 +55,7 @@ env_test.Prepend( 'zlib',
'modp_b64',
'browser',
+ 'browser_views',
'net',
'base',
'automation',
|