From 86f993b85265b530c2ba900b5b8c73eed6b8be4a Mon Sep 17 00:00:00 2001 From: "sgk@google.com" Date: Sat, 27 Sep 2008 00:13:40 +0000 Subject: 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 --- chrome/SConscript.unit_tests | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chrome/SConscript.unit_tests') 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', ], ) -- cgit v1.1