summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/activex_test_control/SConscript2
-rw-r--r--chrome/test/automation/SConscript2
-rw-r--r--chrome/test/chrome_plugin/SConscript2
-rw-r--r--chrome/test/interactive_ui/SConscript2
-rw-r--r--chrome/test/memory_test/SConscript2
-rw-r--r--chrome/test/mini_installer_test/SConscript2
-rw-r--r--chrome/test/page_cycler/SConscript2
-rw-r--r--chrome/test/plugin/SConscript2
-rw-r--r--chrome/test/reliability/SConscript2
-rw-r--r--chrome/test/security_tests/SConscript2
-rw-r--r--chrome/test/selenium/SConscript2
-rw-r--r--chrome/test/startup/SConscript2
-rw-r--r--chrome/test/tab_switching/SConscript2
13 files changed, 13 insertions, 13 deletions
diff --git a/chrome/test/activex_test_control/SConscript b/chrome/test/activex_test_control/SConscript
index edcf12b..94598d2 100644
--- a/chrome/test/activex_test_control/SConscript
+++ b/chrome/test/activex_test_control/SConscript
@@ -10,7 +10,7 @@ env = env.Clone()
env.Prepend(
CPPPATH = [
'.',
- '#/..',
+ '$CHROME_SRC_DIR',
],
LINKFLAGS = [
'/INCREMENTAL',
diff --git a/chrome/test/automation/SConscript b/chrome/test/automation/SConscript
index 2713f89..71a09c1 100644
--- a/chrome/test/automation/SConscript
+++ b/chrome/test/automation/SConscript
@@ -13,7 +13,7 @@ env.Prepend(
'$SKIA_DIR/include',
'$SKIA_DIR/include/corecg',
'$SKIA_DIR/platform',
- '#/..',
+ '$CHROME_SRC_DIR',
],
)
diff --git a/chrome/test/chrome_plugin/SConscript b/chrome/test/chrome_plugin/SConscript
index 0f64256..8e6ed50 100644
--- a/chrome/test/chrome_plugin/SConscript
+++ b/chrome/test/chrome_plugin/SConscript
@@ -9,7 +9,7 @@ env = env.Clone()
env.Prepend(
CPPPATH = [
- '#/..',
+ '$CHROME_SRC_DIR',
],
LIBS = [
'googleurl',
diff --git a/chrome/test/interactive_ui/SConscript b/chrome/test/interactive_ui/SConscript
index 18b4e1d..3e79dde 100644
--- a/chrome/test/interactive_ui/SConscript
+++ b/chrome/test/interactive_ui/SConscript
@@ -20,7 +20,7 @@ env_test.Prepend(
'$SKIA_DIR/include',
'$SKIA_DIR/include/corecg',
'$SKIA_DIR/platform',
- '#/..',
+ '$CHROME_SRC_DIR',
'$CHROME_DIR/third_party/wtl/include',
'$LIBXSLT_DIR',
'$LIBXML_DIR/include',
diff --git a/chrome/test/memory_test/SConscript b/chrome/test/memory_test/SConscript
index e0bb274..75a595f 100644
--- a/chrome/test/memory_test/SConscript
+++ b/chrome/test/memory_test/SConscript
@@ -18,7 +18,7 @@ env_test.Prepend(
'$SKIA_DIR/include',
'$SKIA_DIR/include/corecg',
'$SKIA_DIR/platform',
- '#/..',
+ '$CHROME_SRC_DIR',
],
LIBS = [
'automation',
diff --git a/chrome/test/mini_installer_test/SConscript b/chrome/test/mini_installer_test/SConscript
index 99ebfed..8664b97 100644
--- a/chrome/test/mini_installer_test/SConscript
+++ b/chrome/test/mini_installer_test/SConscript
@@ -15,7 +15,7 @@ env_test.Prepend(
CPPPATH = [
'$GTEST_DIR/include',
'$GTEST_DIR',
- '#/..',
+ '$CHROME_SRC_DIR',
],
LIBS = [
'util',
diff --git a/chrome/test/page_cycler/SConscript b/chrome/test/page_cycler/SConscript
index 4e0aef6..82530dc 100644
--- a/chrome/test/page_cycler/SConscript
+++ b/chrome/test/page_cycler/SConscript
@@ -18,7 +18,7 @@ env_test.Prepend(
'$SKIA_DIR/include',
'$SKIA_DIR/include/corecg',
'$SKIA_DIR/platform',
- '#/..',
+ '$CHROME_SRC_DIR',
],
LIBS = [
'googleurl',
diff --git a/chrome/test/plugin/SConscript b/chrome/test/plugin/SConscript
index 432cd64..1fdc1d3 100644
--- a/chrome/test/plugin/SConscript
+++ b/chrome/test/plugin/SConscript
@@ -20,7 +20,7 @@ env_test.Prepend(
'$SKIA_DIR/include',
'$SKIA_DIR/include/corecg',
'$SKIA_DIR/platform',
- '#/..',
+ '$CHROME_SRC_DIR',
'$LIBXSLT_DIR',
'$LIBXML_DIR/includ',
],
diff --git a/chrome/test/reliability/SConscript b/chrome/test/reliability/SConscript
index 89453d0..0922599 100644
--- a/chrome/test/reliability/SConscript
+++ b/chrome/test/reliability/SConscript
@@ -19,7 +19,7 @@ env_test.Prepend(
'$SKIA_DIR/include',
'$SKIA_DIR/include/corecg',
'$SKIA_DIR/platform',
- '#/..',
+ '$CHROME_SRC_DIR',
],
LIBS = [
'googleurl',
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',
],
)
diff --git a/chrome/test/selenium/SConscript b/chrome/test/selenium/SConscript
index c06189f..6153dc8 100644
--- a/chrome/test/selenium/SConscript
+++ b/chrome/test/selenium/SConscript
@@ -17,7 +17,7 @@ env_test.Prepend(
'$SKIA_DIR/include',
'$SKIA_DIR/include/corecg',
'$SKIA_DIR/platform',
- '#/..',
+ '$CHROME_SRC_DIR',
],
LIBS = [
'googleurl',
diff --git a/chrome/test/startup/SConscript b/chrome/test/startup/SConscript
index 9541815..9e95689 100644
--- a/chrome/test/startup/SConscript
+++ b/chrome/test/startup/SConscript
@@ -17,7 +17,7 @@ env_test.Prepend(
'$SKIA_DIR/include',
'$SKIA_DIR/include/corecg',
'$SKIA_DIR/platform',
- '#/..',
+ '$CHROME_SRC_DIR',
],
LIBS = [
'googleurl',
diff --git a/chrome/test/tab_switching/SConscript b/chrome/test/tab_switching/SConscript
index e54372f..7fd9974d 100644
--- a/chrome/test/tab_switching/SConscript
+++ b/chrome/test/tab_switching/SConscript
@@ -17,7 +17,7 @@ env_test.Prepend(
'$SKIA_DIR/include',
'$SKIA_DIR/include/corecg',
'$SKIA_DIR/platform',
- '#/..',
+ '$CHROME_SRC_DIR',
],
LIBS = [
'googleurl',