diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-27 00:13:40 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-27 00:13:40 +0000 |
commit | 86f993b85265b530c2ba900b5b8c73eed6b8be4a (patch) | |
tree | 47129f64d153012dbc3c3296397607f3e2464d5e /chrome/SConscript.unit_tests | |
parent | 0a509159a4ac5802e7f7c471637f7625a487d333 (diff) | |
download | chromium_src-86f993b85265b530c2ba900b5b8c73eed6b8be4a.zip chromium_src-86f993b85265b530c2ba900b5b8c73eed6b8be4a.tar.gz chromium_src-86f993b85265b530c2ba900b5b8c73eed6b8be4a.tar.bz2 |
Move 'sdch' into the Windows-specific LIBS lists until it's integrated
with the Linux and Mac SCons-based builds.
Also, indent a set of Windows-specific flags under a Windows-only block.
Review URL: http://codereview.chromium.org/4314
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2656 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/SConscript.unit_tests')
-rw-r--r-- | chrome/SConscript.unit_tests | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/SConscript.unit_tests b/chrome/SConscript.unit_tests index d860aea..60110fe 100644 --- a/chrome/SConscript.unit_tests +++ b/chrome/SConscript.unit_tests @@ -53,7 +53,6 @@ env_test.Prepend( 'libxml', 'libxslt', 'modp_b64', - 'sdch', 'skia', 'v8', 'zlib', @@ -71,6 +70,9 @@ if env_test['PLATFORM'] == 'win32': # TODO(port): Port or mark as Windows-specific. env_test.Prepend( LIBS = [ + # TODO(sgk): to be ported to Mac and Linux + 'sdch', + 'WebCore', ], ) |