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/tab_switching | |
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/tab_switching')
-rw-r--r-- | chrome/test/tab_switching/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
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',
|