From d09e3de46fae6200b0cd1a79867dcbd147db938a Mon Sep 17 00:00:00 2001 From: "bradnelson@google.com" <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> 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/page_cycler/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/test/page_cycler') diff --git a/chrome/test/page_cycler/SConscript b/chrome/test/page_cycler/SConscript index 4e0aef6..82530dc 100644 --- a/chrome/test/page_cycler/SConscript +++ b/chrome/test/page_cycler/SConscript @@ -18,7 +18,7 @@ env_test.Prepend( '$SKIA_DIR/include', '$SKIA_DIR/include/corecg', '$SKIA_DIR/platform', - '#/..', + '$CHROME_SRC_DIR', ], LIBS = [ 'googleurl', -- cgit v1.1