| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index a598157fd44b2361fe97f02e6c51f17c448dd9a5..6dc33eff981a8afcc0b4e3bc720513a7085f92ab 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -33,8 +33,6 @@ vars = {
|
| 'sourceforge_url': 'http://svn.code.sf.net/p/%(repo)s/code',
|
| 'llvm_url': 'http://src.chromium.org/llvm-project',
|
| 'llvm_git': 'https://llvm.googlesource.com',
|
| - 'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d',
|
| - 'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95',
|
| 'webkit_trunk': 'http://src.chromium.org/blink/trunk',
|
| 'webkit_revision': 'a0f9118a1a8e6c9214ec7c88c9c2bafc73721837', # from svn revision 187517
|
| 'chromium_git': 'https://chromium.googlesource.com',
|
| @@ -64,7 +62,7 @@ vars = {
|
| # Three lines of non-changing comments so that
|
| # the commit queue can handle CLs rolling build tools
|
| # and whatever else without interference from each other.
|
| - 'buildtools_revision': '4995faa4a7ad968f1fa1917c26edd5cea295582f',
|
| + 'buildtools_revision': 'TODO',
|
| # Three lines of non-changing comments so that
|
| # the commit queue can handle CLs rolling PDFium
|
| # and whatever else without interference from each other.
|
| @@ -156,12 +154,6 @@ deps = {
|
| 'src/third_party/leveldatabase/src':
|
| Var('chromium_git') + '/external/leveldb.git' + '@' + '251ebf5dc70129ad3c38193fe6c99a5b0ec6b9fa',
|
|
|
| - 'src/third_party/libc++/trunk':
|
| - Var('chromium_git') + '/chromium/llvm-project/libcxx.git' + '@' + Var('libcxx_revision'),
|
| -
|
| - 'src/third_party/libc++abi/trunk':
|
| - Var('chromium_git') + '/chromium/llvm-project/libcxxabi.git' + '@' + Var('libcxxabi_revision'),
|
| -
|
| 'src/third_party/snappy/src':
|
| Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958c7c0933d22e80c20bf',
|
|
|
|
|