diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-22 05:03:39 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-22 05:03:39 +0000 |
commit | d09e3de46fae6200b0cd1a79867dcbd147db938a (patch) | |
tree | 2cd3b3aa632930e8d294ce5bb1b9e6423b06bbc9 /webkit/default_plugin | |
parent | 335ee05f3a724cead4c7fea90e1f1dbbdb9926fd (diff) | |
download | chromium_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 'webkit/default_plugin')
-rw-r--r-- | webkit/default_plugin/SConscript | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/webkit/default_plugin/SConscript b/webkit/default_plugin/SConscript index 571e64d..5561bc1 100644 --- a/webkit/default_plugin/SConscript +++ b/webkit/default_plugin/SConscript @@ -8,12 +8,12 @@ env = env.Clone() env.Prepend( CPPPATH = [ - '#/../webkit/glue', + '$CHROME_SRC_DIR/webkit/glue', '$ICU38/public/common', '$ICU38/public/i18n', - '#/../third_party/libxml/include', - '#/../third_party/npapi', - '#/..', + '$CHROME_SRC_DIR/third_party/libxml/include', + '$CHROME_SRC_DIR/third_party/npapi', + '$CHROME_SRC_DIR', ], ) |