summaryrefslogtreecommitdiffstats
path: root/third_party/bspatch
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-23 19:44:27 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-23 19:44:27 +0000
commit41d8536ad1861b61dd251eab5dad3445b876bd94 (patch)
tree289cd30e8139c84fed36fba3fa38d2190a3d3b54 /third_party/bspatch
parentb92ed9d2ae1bce0d5240fd7e30b2ba4dfdee299a (diff)
downloadchromium_src-41d8536ad1861b61dd251eab5dad3445b876bd94.zip
chromium_src-41d8536ad1861b61dd251eab5dad3445b876bd94.tar.gz
chromium_src-41d8536ad1861b61dd251eab5dad3445b876bd94.tar.bz2
Removing more dependencies on the relative location of $CHROME_SRC_DIR.
Review URL: http://codereview.chromium.org/7860 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3843 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/bspatch')
-rw-r--r--third_party/bspatch/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/bspatch/SConscript b/third_party/bspatch/SConscript
index 646e388..e88910c 100644
--- a/third_party/bspatch/SConscript
+++ b/third_party/bspatch/SConscript
@@ -35,7 +35,7 @@ env = env.Clone(
env.Prepend(
CPPPATH = [
- '#../third_party/lzma_sdk/',
+ '$CHROME_SRC_DIR/third_party/lzma_sdk/',
],
)