summaryrefslogtreecommitdiffstats
path: root/third_party/libjpeg
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/libjpeg
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/libjpeg')
-rw-r--r--third_party/libjpeg/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libjpeg/SConscript b/third_party/libjpeg/SConscript
index f25beb1..381d437 100644
--- a/third_party/libjpeg/SConscript
+++ b/third_party/libjpeg/SConscript
@@ -34,7 +34,7 @@ env = env.Clone()
env.Prepend(
CPPPATH = [
- '#../',
+ '$CHROME_SRC_DIR',
],
)