diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-30 01:37:05 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-30 01:37:05 +0000 |
commit | 44fd14c5ade3ff22063382c63409ba18bcb5d50a (patch) | |
tree | d3cf83ec7e689f54832629ebf8af913c0639f121 /build | |
parent | cc510c17f62f0f1654b51d6edd055976dbf16a6e (diff) | |
download | chromium_src-44fd14c5ade3ff22063382c63409ba18bcb5d50a.zip chromium_src-44fd14c5ade3ff22063382c63409ba18bcb5d50a.tar.gz chromium_src-44fd14c5ade3ff22063382c63409ba18bcb5d50a.tar.bz2 |
Get open-vcdiff building on Linux and Mac (in SCons) using
captured values for generating a config.h file.
Builds base/sdch_{filter,manager}.cc on all platforms and links
the 'sdch' library.
Add sdch to the SCons configuration loaded on Mac and Linux.
Removes platform #ifs in net/base/filter.cc initialization code
(reverting r2740).
B=2662
Review URL: http://codereview.chromium.org/5204
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2710 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/SConscript.main | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/SConscript.main b/build/SConscript.main index c038741..8e42e9c 100644 --- a/build/SConscript.main +++ b/build/SConscript.main @@ -309,6 +309,7 @@ elif env['PLATFORM'] == 'posix': 'chrome', 'googleurl', 'net', + 'sdch', 'skia', 'testing', 'third_party', @@ -354,6 +355,7 @@ elif env['PLATFORM'] == 'darwin': #'breakpad', 'googleurl', 'net', + 'sdch', 'skia', 'testing', 'third_party', |