From d09e3de46fae6200b0cd1a79867dcbd147db938a Mon Sep 17 00:00:00 2001 From: "bradnelson@google.com" Date: Wed, 22 Oct 2008 05:03:39 +0000 Subject: Using $CHROME_SRC_DIR in place of hash/.. This will facilitate changing where the main sconstruct lives. Review URL: http://codereview.chromium.org/7847 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3725 0039d316-1c4b-4281-b951-d872f2087c98 --- net/net_perftests.scons | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/net_perftests.scons') diff --git a/net/net_perftests.scons b/net/net_perftests.scons index 8c25187..506d85e 100644 --- a/net/net_perftests.scons +++ b/net/net_perftests.scons @@ -17,7 +17,7 @@ env.SConscript([ '$NET_DIR/using_net.scons', '$BASE_DIR/using_base.scons', - '#/../build/using_googleurl.scons', + '$CHROME_SRC_DIR/build/using_googleurl.scons', '$GTEST_DIR/../using_gtest.scons', '$ICU38_DIR/using_icu38.scons', '$MODP_B64_DIR/using_modp_b64.scons', @@ -30,7 +30,7 @@ if env['PLATFORM'] in ('posix', 'darwin'): env.Prepend( CPPPATH = [ - '$ROOT_DIR', + '$CHROME_SRC_DIR', ], ) -- cgit v1.1