diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-23 19:44:27 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-23 19:44:27 +0000 |
commit | 41d8536ad1861b61dd251eab5dad3445b876bd94 (patch) | |
tree | 289cd30e8139c84fed36fba3fa38d2190a3d3b54 /webkit/SConscript | |
parent | b92ed9d2ae1bce0d5240fd7e30b2ba4dfdee299a (diff) | |
download | chromium_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 'webkit/SConscript')
-rw-r--r-- | webkit/SConscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/SConscript b/webkit/SConscript index f314da9..1952c93 100644 --- a/webkit/SConscript +++ b/webkit/SConscript @@ -257,9 +257,9 @@ env.SConscript(sconscript_dirs, exports=['env', 'env_res']) # directory tree as a huge content-signature string. # Instead we're going to let all the subsidiary SConscript files # add their own individual targets to the 'webkit' Alias. -#env.Alias('webkit', ['.', '../icudt38.dll']) +#env.Alias('webkit', ['.', '$OBJ_ROOT/icudt38.dll']) if env['PLATFORM'] == 'win32': - env.Alias('webkit', ['../icudt38.dll']) + env.Alias('webkit', ['$OBJ_ROOT/icudt38.dll']) version = env.Command('$WEBKIT_DIR/build/WebCore/webkit_version.h', ['$WEBCORE_DIR/Configurations/Version.xcconfig', |