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/SConscript | 3 --- 1 file changed, 3 deletions(-) (limited to 'chrome/SConscript') diff --git a/chrome/SConscript b/chrome/SConscript index cfa8f80..77c6ba3b 100644 --- a/chrome/SConscript +++ b/chrome/SConscript @@ -59,9 +59,6 @@ if env_res['PLATFORM'] == 'win32': webkit_res, ] - env_test['BROWSER_RES'] = browser_res[0] - env_test['TEST_DATA_RES'] = test_data_res[0] - env_dll = env.Clone() env_dll.Prepend( -- cgit v1.1