From 0a173a23af355f6b4eceeb18f28b453063e4287c Mon Sep 17 00:00:00 2001 From: "sgk@google.com" Date: Mon, 3 Nov 2008 17:17:18 +0000 Subject: Now that the unit_tests get built from a separate SConscript file, refer to the *.res files we need directly by name, instead of trying to get them from the (no longer shared) the construction environment. Review URL: http://codereview.chromium.org/9242 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4453 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/unit/unit_tests.scons | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/test/unit/unit_tests.scons') diff --git a/chrome/test/unit/unit_tests.scons b/chrome/test/unit/unit_tests.scons index 1e9fc1e..53170d1 100644 --- a/chrome/test/unit/unit_tests.scons +++ b/chrome/test/unit/unit_tests.scons @@ -226,8 +226,8 @@ if env['PLATFORM'] == 'win32': #'$GOOGLEURL_DIR/googleurl_tests.lib', '$NET_DIR/url_request/url_request_test_job$OBJSUFFIX', - env['BROWSER_RES'], - env['TEST_DATA_RES'], + '$CHROME_DIR/browser/browser_resources.res', + '$CHROME_DIR/test/data/resource.res', ]) if env['PLATFORM'] in ('posix', 'win32'): -- cgit v1.1