diff options
Diffstat (limited to 'base/base_unittests.scons')
-rw-r--r-- | base/base_unittests.scons | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/base_unittests.scons b/base/base_unittests.scons index 3675e52..628970d 100644 --- a/base/base_unittests.scons +++ b/base/base_unittests.scons @@ -27,7 +27,7 @@ if env['PLATFORM'] in ('posix', 'darwin'): env.Prepend( CPPPATH = [ - '$ROOT_DIR', + '$CHROME_SRC_DIR', ], CPPDEFINES = [ 'GOOGLE_CHROME_BUILD', @@ -63,7 +63,7 @@ if env['PLATFORM'] == 'posix': # Explicity list the functions we want to export from the base_unittest # executable in the following file. env['EXPORTED_SYMBOLS_FILE'] = \ - env.File('$ROOT_DIR/base/base_unittest_exported_symbols.version') + env.File('$CHROME_SRC_DIR/base/base_unittest_exported_symbols.version') env.Append( LIBS = [ |