diff options
Diffstat (limited to 'chrome/test/security_tests')
-rw-r--r-- | chrome/test/security_tests/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/security_tests/SConscript b/chrome/test/security_tests/SConscript index 8908aa9..0e6b4890 100644 --- a/chrome/test/security_tests/SConscript +++ b/chrome/test/security_tests/SConscript @@ -9,7 +9,7 @@ env = env.Clone() env.Prepend( CPPPATH = [ - '#/..', + '$CHROME_SRC_DIR', ], ) |