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 --- chrome/test/automation/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/test/automation') diff --git a/chrome/test/automation/SConscript b/chrome/test/automation/SConscript index 2713f89..71a09c1 100644 --- a/chrome/test/automation/SConscript +++ b/chrome/test/automation/SConscript @@ -13,7 +13,7 @@ env.Prepend( '$SKIA_DIR/include', '$SKIA_DIR/include/corecg', '$SKIA_DIR/platform', - '#/..', + '$CHROME_SRC_DIR', ], ) -- cgit v1.1