diff options
Diffstat (limited to 'chrome/test/tab_switching/SConscript')
-rw-r--r-- | chrome/test/tab_switching/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/tab_switching/SConscript b/chrome/test/tab_switching/SConscript index e54372f..7fd9974d 100644 --- a/chrome/test/tab_switching/SConscript +++ b/chrome/test/tab_switching/SConscript @@ -17,7 +17,7 @@ env_test.Prepend( '$SKIA_DIR/include', '$SKIA_DIR/include/corecg', '$SKIA_DIR/platform', - '#/..', + '$CHROME_SRC_DIR', ], LIBS = [ 'googleurl', |