summaryrefslogtreecommitdiffstats
path: root/chrome/installer/mini_installer
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-22 05:03:39 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-22 05:03:39 +0000
commitd09e3de46fae6200b0cd1a79867dcbd147db938a (patch)
tree2cd3b3aa632930e8d294ce5bb1b9e6423b06bbc9 /chrome/installer/mini_installer
parent335ee05f3a724cead4c7fea90e1f1dbbdb9926fd (diff)
downloadchromium_src-d09e3de46fae6200b0cd1a79867dcbd147db938a.zip
chromium_src-d09e3de46fae6200b0cd1a79867dcbd147db938a.tar.gz
chromium_src-d09e3de46fae6200b0cd1a79867dcbd147db938a.tar.bz2
Using $CHROME_SRC_DIR in place of hash/..
This will facilitate changing where the main sconstruct lives. Review URL: http://codereview.chromium.org/7847 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3725 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/mini_installer')
-rw-r--r--chrome/installer/mini_installer/SConscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/installer/mini_installer/SConscript b/chrome/installer/mini_installer/SConscript
index f2a8269..e1dfe0c 100644
--- a/chrome/installer/mini_installer/SConscript
+++ b/chrome/installer/mini_installer/SConscript
@@ -17,7 +17,7 @@ env_res.Append(
CPPPATH = [
"$TARGET_ROOT",
".",
- "#/..",
+ "$CHROME_SRC_DIR",
],
RCFLAGS = [
["/l", "0x409"],
@@ -31,7 +31,7 @@ env.Prepend(
CPPPATH = [
'$GTEST_DIR/include',
'$GTEST_DIR',
- '#/..',
+ '$CHROME_SRC_DIR',
],
CCFLAGS = [
'/TP',
@@ -109,7 +109,7 @@ env_test.Prepend(
CPPPATH = [
'$GTEST_DIR/include',
'$GTEST_DIR',
- '#/..',
+ '$CHROME_SRC_DIR',
],
LIBS = [
'gtest',