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/stress_cache.scons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/stress_cache.scons') diff --git a/net/stress_cache.scons b/net/stress_cache.scons index ea8ff17..f0d706e 100644 --- a/net/stress_cache.scons +++ b/net/stress_cache.scons @@ -22,7 +22,7 @@ env.SConscript([ env.Prepend( CPPPATH = [ - '$ROOT_DIR', + '$CHROME_SRC_DIR', ], ) -- cgit v1.1