diff options
Diffstat (limited to 'chrome/test/page_cycler')
-rw-r--r-- | chrome/test/page_cycler/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
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', |