diff options
author | jar@google.com <jar@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-30 01:18:09 +0000 |
---|---|---|
committer | jar@google.com <jar@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-30 01:18:09 +0000 |
commit | cc510c17f62f0f1654b51d6edd055976dbf16a6e (patch) | |
tree | cf525ec1c8d6300d17a455a10b6fe0cc0d4ff6c1 /sdch/SConscript | |
parent | 7794ec00dd9e3b03fe5c261d993ade85a93b47ec (diff) | |
download | chromium_src-cc510c17f62f0f1654b51d6edd055976dbf16a6e.zip chromium_src-cc510c17f62f0f1654b51d6edd055976dbf16a6e.tar.gz chromium_src-cc510c17f62f0f1654b51d6edd055976dbf16a6e.tar.bz2 |
Transition to pulling open-vcdiff rather than using a private snapshot pull
I can't include all the svn deletions (all of sdch/open_vcdiff/*) in this
change list, as it will break reitveld. I'll do them piecemeal after a get
an LGTM.
Also, by temporarilly leaving in the old subtree, I can support mac until
the move to use this new sub-tree.
r=nsylvain,sgk
Review URL: http://codereview.chromium.org/5402
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2709 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sdch/SConscript')
-rw-r--r-- | sdch/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdch/SConscript b/sdch/SConscript index 08e756a..c6c57fb 100644 --- a/sdch/SConscript +++ b/sdch/SConscript @@ -4,7 +4,7 @@ Import('env') -env = env.Clone(OPEN_VCDIFF_DIR='open_vcdiff/depot/opensource/open-vcdiff') +env = env.Clone(OPEN_VCDIFF_DIR='open-vcdiff') env.Prepend( CPPPATH = [ |