summaryrefslogtreecommitdiffstats
path: root/net/net_perftests.scons
diff options
context:
space:
mode:
Diffstat (limited to 'net/net_perftests.scons')
-rw-r--r--net/net_perftests.scons4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/net_perftests.scons b/net/net_perftests.scons
index 8c25187..506d85e 100644
--- a/net/net_perftests.scons
+++ b/net/net_perftests.scons
@@ -17,7 +17,7 @@ env.SConscript([
'$NET_DIR/using_net.scons',
'$BASE_DIR/using_base.scons',
- '#/../build/using_googleurl.scons',
+ '$CHROME_SRC_DIR/build/using_googleurl.scons',
'$GTEST_DIR/../using_gtest.scons',
'$ICU38_DIR/using_icu38.scons',
'$MODP_B64_DIR/using_modp_b64.scons',
@@ -30,7 +30,7 @@ if env['PLATFORM'] in ('posix', 'darwin'):
env.Prepend(
CPPPATH = [
- '$ROOT_DIR',
+ '$CHROME_SRC_DIR',
],
)