diff options
Diffstat (limited to 'chrome/installer/mini_installer/SConscript')
-rw-r--r-- | chrome/installer/mini_installer/SConscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/installer/mini_installer/SConscript b/chrome/installer/mini_installer/SConscript index f2a8269..e1dfe0c 100644 --- a/chrome/installer/mini_installer/SConscript +++ b/chrome/installer/mini_installer/SConscript @@ -17,7 +17,7 @@ env_res.Append( CPPPATH = [ "$TARGET_ROOT", ".", - "#/..", + "$CHROME_SRC_DIR", ], RCFLAGS = [ ["/l", "0x409"], @@ -31,7 +31,7 @@ env.Prepend( CPPPATH = [ '$GTEST_DIR/include', '$GTEST_DIR', - '#/..', + '$CHROME_SRC_DIR', ], CCFLAGS = [ '/TP', @@ -109,7 +109,7 @@ env_test.Prepend( CPPPATH = [ '$GTEST_DIR/include', '$GTEST_DIR', - '#/..', + '$CHROME_SRC_DIR', ], LIBS = [ 'gtest', |