summaryrefslogtreecommitdiffstats
path: root/chrome/tools
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/tools')
-rw-r--r--chrome/tools/crash_service/SConscript2
-rw-r--r--chrome/tools/perf/flush_cache/SConscript2
-rw-r--r--chrome/tools/test/image_diff/SConscript2
3 files changed, 3 insertions, 3 deletions
diff --git a/chrome/tools/crash_service/SConscript b/chrome/tools/crash_service/SConscript
index 35bbfc5..fc4cc4e 100644
--- a/chrome/tools/crash_service/SConscript
+++ b/chrome/tools/crash_service/SConscript
@@ -9,7 +9,7 @@ env = env.Clone()
env.Prepend(
CPPPATH = [
'$BREAKPAD_DIR/src',
- '#/..',
+ '$CHROME_SRC_DIR',
],
LIBS = [
'base',
diff --git a/chrome/tools/perf/flush_cache/SConscript b/chrome/tools/perf/flush_cache/SConscript
index 5bf1fe6..a33cb3c 100644
--- a/chrome/tools/perf/flush_cache/SConscript
+++ b/chrome/tools/perf/flush_cache/SConscript
@@ -8,7 +8,7 @@ env_test = env_test.Clone()
env_test.Prepend(
CPPPATH = [
- '#/..',
+ '$CHROME_SRC_DIR',
],
LIBS = [
env_test['ICU_LIBS'], # TODO(sgk): '$ICU_LIBS' when scons is fixed
diff --git a/chrome/tools/test/image_diff/SConscript b/chrome/tools/test/image_diff/SConscript
index 0485e01..7b1ed3a 100644
--- a/chrome/tools/test/image_diff/SConscript
+++ b/chrome/tools/test/image_diff/SConscript
@@ -15,7 +15,7 @@ env_test.Prepend(
CPPPATH = [
'$ZLIB_DIR',
'$LIBPNG_DIR',
- '#/..',
+ '$CHROME_SRC_DIR',
],
LIBS = [
'skia',