| Index: base/base_unittests.scons
|
| ===================================================================
|
| --- base/base_unittests.scons (revision 3721)
|
| +++ base/base_unittests.scons (working copy)
|
| @@ -27,7 +27,7 @@
|
|
|
| env.Prepend(
|
| CPPPATH = [
|
| - '$ROOT_DIR',
|
| + '$CHROME_SRC_DIR',
|
| ],
|
| CPPDEFINES = [
|
| 'GOOGLE_CHROME_BUILD',
|
| @@ -63,7 +63,7 @@
|
| # 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 = [
|
|
|